Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 25 of 133) sorted by relevance

123456

/external/google-breakpad/src/processor/
Dpostfix_evaluator.h98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator()
116 DictionaryType* dictionary() const { return dictionary_; } in dictionary() function
119 void set_dictionary(DictionaryType *dictionary) {dictionary_ = dictionary; } in set_dictionary()
/external/llvm-project/lldb/examples/scripting/
Ddictionary.c82 void populate_dictionary(tree_node **dictionary, char *filename) { in populate_dictionary()
106 int find_word(tree_node *dictionary, char *word) { in find_word()
122 void print_tree(tree_node *dictionary) { in print_tree()
136 tree_node *dictionary = NULL; in main() local
/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
Dbuilder.py134 dictionary=None, argument
160 dictionary=None, argument
185 dictionary=None, argument
210 dictionary=None, argument
235 dictionary=None, argument
241 def cleanup(self, sender=None, dictionary=None): argument
/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c44 struct dictionary { struct
55 * How full dictionary is. This is used to detect corrupt input that argument
64 * End of the dictionary buffer. In multi-call mode, this is argument
71 * Size of the dictionary as specified in Block Header. This is used argument
78 * Maximum allowed dictionary size in multi-call mode. argument
84 * Amount of memory currently allocated for the dictionary. argument
88 uint32_t allocated;
91 enum xz_mode mode;
/external/brotli/csharp/org/brotli/dec/
DDecodeTest.cs53 private byte[] DecompressWithDictionary(byte[] data, byte[] dictionary) in DecompressWithDictionary()
73 …ivate void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictionary) in CheckDecodeResourceWithDictionary()
/external/brotli/java/org/brotli/dec/
DDictionaryData.java36 private static void unpackDictionaryData(ByteBuffer dictionary, String data0, String data1, in unpackDictionaryData()
67 unpackDictionaryData(dictionary, DATA0, DATA1, SKIP_FLIP, sizeBits, SIZE_BITS_DATA); in unpackDictionaryData() argument
/external/libaom/libaom/av1/decoder/
Daccounting.c35 AccountingDictionary *dictionary; in aom_accounting_dictionary_lookup() local
78 AccountingDictionary *dictionary; in aom_accounting_clear() local
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dmake_fuzzer_tests.py20 def mako_plugin(dictionary): argument
Dexpand_bin_attrs.py21 def mako_plugin(dictionary): argument
Dverify_duplicate_sources.py17 def mako_plugin(dictionary): argument
Dlist_protos.py24 def mako_plugin(dictionary): argument
Dgenerate_vsprojects.py25 def mako_plugin(dictionary): argument
Dtransitive_dependencies.py47 def mako_plugin(dictionary): argument
Dlist_api.py54 def mako_plugin(dictionary): argument
/external/grpc-grpc/tools/buildgen/plugins/
Dlist_protos.py24 def mako_plugin(dictionary): argument
Dgenerate_vsprojects.py25 def mako_plugin(dictionary): argument
Dexpand_bin_attrs.py21 def mako_plugin(dictionary): argument
Dgrpc_shadow_boringssl.py21 def mako_plugin(dictionary): argument
Dmake_fuzzer_tests.py20 def mako_plugin(dictionary): argument
/external/brotli/c/enc/
Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
78 const BrotliEncoderDictionary* dictionary, const uint8_t* data, in BrotliFindAllStaticDictionaryMatches()
/external/libbrillo/brillo/
Dvariant_dictionary_test.cc15 VariantDictionary dictionary; in TEST() local
Dvariant_dictionary.h22 const T GetVariantValueOrDefault(const VariantDictionary& dictionary, in GetVariantValueOrDefault()
/external/cldr/tools/java/org/unicode/cldr/util/
DDictionaryStringByteConverter.java19 private final Dictionary<String> dictionary; field in DictionaryStringByteConverter
30 …public DictionaryStringByteConverter(Dictionary<String> dictionary, StringByteConverter byteMaker)… in DictionaryStringByteConverter()
/external/llvm-project/clang/test/PCH/
Dobjc_container.h19 NSMutableDictionary *dictionary; in all() local
/external/clang/test/PCH/
Dobjc_container.h19 NSMutableDictionary *dictionary; in all() local

123456