/freebsd/contrib/file/magic/Magdir/ |
H A D | forth | 24 >>24 lelong >0 ARM OpenFirmware FORTH Dictionary, 33 >28 lelong 1 x86 OpenFirmware FORTH Dictionary, 46 0 belong 0x48000020 PowerPC OpenFirmware FORTH Dictionary, 55 0 lelong 0x10000007 MIPS OpenFirmware FORTH Dictionary, 64 # Dictionary images used by minimal C FORTH environments, any platform, 68 #0 short 0x5820 cForth 16-bit Dictionary, 70 #>4 short x Dictionary Start: %#08X, 71 #>6 short x Dictionary Size: %d bytes, 76 0 long 0x581120 cForth 32-bit Dictionary, 78 >8 long x Dictionary Start: %#08X, [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 63 class Dictionary; 73 typedef std::shared_ptr<Dictionary> DictionarySP; 99 Dictionary *GetAsDictionary() { in GetAsDictionary() 101 ? static_cast<Dictionary *>(this) in GetAsDictionary() 246 /// is a Dictionary. in GetItemAtIndexAsInteger() 252 /// If the element at index \a idx is a Dictionary, this method returns a in GetItemAtIndexAsString() 253 /// valid pointer to the Dictionary wrapped in a std::optional. If the in GetItemAtIndexAsString() 254 /// element is not a Dictionary or the index is invalid, this returns in GetItemAtIndexAsString() 255 /// std::nullopt. Note that the underlying Dictionary pointer is never in GetItemAtIndexAsString() 257 std::optional<Dictionary *> GetItemAtIndexAsDictionar in GetItemAtIndexAsString() 62 class Dictionary; global() variable 429 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} Dictionary() function 431 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { Dictionary() function [all...] |
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SearchFilter.cpp | 79 const StructuredData::Dictionary &filter_dict, in CreateFromStructuredData() 102 StructuredData::Dictionary *subclass_options = nullptr; in CreateFromStructuredData() 177 auto type_dict_sp = std::make_shared<StructuredData::Dictionary>(); in WrapOptionsDict() 357 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 366 auto result_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 457 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 486 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 587 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 618 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 637 const StructuredData::Dictionary in CreateFromStructuredData() [all...] |
H A D | DebuggerEvents.cpp | 62 auto dictionary_sp = std::make_shared<StructuredData::Dictionary>(); in GetAsStructuredData() 118 auto dictionary_sp = std::make_shared<StructuredData::Dictionary>(); in GetAsStructuredData()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | SearchFilter.h | 204 const StructuredData::Dictionary &data_dict, 302 const StructuredData::Dictionary &data_dict, 344 const StructuredData::Dictionary &data_dict, 391 const StructuredData::Dictionary &data_dict, 430 const StructuredData::Dictionary &data_dict,
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverScripted.cpp | 62 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 77 StructuredData::Dictionary *args_dict = nullptr; in CreateFromStructuredData() 88 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
H A D | BreakpointOptions.cpp | 41 new StructuredData::Dictionary()); in SerializeToStructuredData() 61 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 219 Target &target, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() 280 StructuredData::Dictionary *cmds_dict; in CreateFromStructuredData() 325 StructuredData::Dictionary *thread_spec_dict; in CreateFromStructuredData() 346 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | DynamicRegisterInfo.h | 50 Create(const StructuredData::Dictionary &dict, const ArchSpec &arch); 57 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict, 116 uint32_t index, lldb_private::StructuredData::Dictionary ®_info_dict,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 16 def EmulatorEnvVars: Property<"emulator-env-vars", "Dictionary">, 20 def TargetEnvVars: Property<"target-env-vars", "Dictionary">,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMutate.h | 104 size_t AddWordFromDictionary(Dictionary &D, uint8_t *Data, size_t Size, 131 Dictionary ManualDictionary; 134 Dictionary PersistentAutoDictionary;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.h | 96 size_t DumpHeader(Stream &stream, const StructuredData::Dictionary &event); 98 size_t HandleDisplayOfEvent(const StructuredData::Dictionary &event,
|
H A D | StructuredDataDarwinLog.cpp | 209 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary(); in Serialize() 238 virtual void DoSerialization(StructuredData::Dictionary &dict) const = 0; 274 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization() 326 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization() 566 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData() 577 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData() 1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() 1645 const StructuredData::Dictionary &event) { in DumpTimestamp() 1728 const StructuredData::Dictionary in DumpHeader() [all...] |
/freebsd/sys/contrib/zstd/examples/ |
H A D | README.md | 39 - [Dictionary compression](dictionary_compression.c) : 43 - [Dictionary decompression](dictionary_decompression.c) :
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadSpec.cpp | 23 const StructuredData::Dictionary &spec_dict, Status &error) { in CreateFromStructuredData() 54 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
|
/freebsd/contrib/file/tests/ |
H A D | zstd-3-skippable-frames.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
H A D | zstd-v0.8-01.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 2
|
H A D | zstd-v0.8-03.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 84148994
|
H A D | zstd-v0.8-16.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 770
|
H A D | zstd-v0.8-21.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
H A D | zstd-v0.8-22.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 513
|
H A D | zstd-v0.8-23.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
|
H A D | zstd-skippable-frame-C.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
H A D | zstd-v0.7-21.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 1
|
H A D | zstd-v0.7-22.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 513
|
H A D | zstd-v0.8-02.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 770
|