Home
last modified time | relevance | path

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

123

/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/lldb/examples/scripting/
Ddictionary.c94 populate_dictionary (tree_node **dictionary, char *filename) in populate_dictionary()
124 find_word (tree_node *dictionary, char *word) in find_word()
142 print_tree (tree_node *dictionary) in print_tree()
161 tree_node *dictionary = NULL; in main() local
/external/lldb/test/plugins/
Dbuilder_base.py88 def buildDefault(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
106 def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
125 def cleanup(sender=None, dictionary=None): argument
Dbuilder_freebsd.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
Dbuilder_linux2.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
Dbuilder_darwin.py8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
/external/lzma/xz-embedded/
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/protobuf/python/google/protobuf/
Dreflection.py104 def __new__(cls, name, bases, dictionary): argument
133 def __init__(cls, name, bases, dictionary): argument
Dservice_reflection.py64 def __init__(cls, name, bases, dictionary): argument
94 def __init__(cls, name, bases, dictionary): argument
/external/nanopb-c/generator/google/protobuf/
Dreflection.py100 def __new__(cls, name, bases, dictionary): argument
129 def __init__(cls, name, bases, dictionary): argument
Dservice_reflection.py64 def __init__(cls, name, bases, dictionary): argument
94 def __init__(cls, name, bases, dictionary): argument
/external/clang/test/PCH/
Dobjc_container.h19 NSMutableDictionary *dictionary; in all() local
/external/protobuf/python/google/protobuf/pyext/
Dcpp_message.py43 def NewMessage(bases, message_descriptor, dictionary): argument
/external/clang/test/CodeGenObjC/
Dsel-as-builtin-type.m11 +(id) dictionary; class
/external/v8/src/x87/
Dcode-stubs-x87.h56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub()
93 Register dictionary() const { in dictionary() function
/external/v8/src/ia32/
Dcode-stubs-ia32.h56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub()
93 Register dictionary() const { in dictionary() function
/external/v8/src/x64/
Dcode-stubs-x64.h51 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub()
88 Register dictionary() const { in dictionary() function
/external/v8/test/mjsunit/
Dosr-elements-kind.js39 dictionary : 'dictionary elements', property
Darray-literal-feedback.js35 dictionary : 'dictionary elements', property
Dopt-elements-kind.js39 dictionary : 'dictionary elements', property
/external/skia/tests/
DBitmapHeapTest.cpp61 FlatDictionary dictionary(&controller); in DEF_TEST() local
/external/toybox/toys/pending/
Dxzcat.c1216 struct dictionary { struct
1227 * How full dictionary is. This is used to detect corrupt input that argument
1235 /* End of the dictionary buffer. This is the same as the dictionary size. */ argument
1239 * Size of the dictionary as specified in Block Header. This is used argument
1246 * Maximum allowed dictionary size. argument
1251 * Amount of memory currently allocated for the dictionary. argument
1253 uint32_t allocated;
/external/protobuf/python/google/protobuf/internal/
Dcpp_message.py374 def NewMessage(bases, message_descriptor, dictionary): argument
391 def _AddDescriptors(message_descriptor, dictionary): argument
407 def _AddEnumValues(message_descriptor, dictionary): argument
420 def _AddClassAttributesForNestedExtensions(message_descriptor, dictionary): argument
/external/lldb/test/
Dlldbtest.py1042 def setTearDownCleanup(self, dictionary=None): argument
1047 def addTearDownCleanup(self, dictionary): argument
1348 def buildDefault(self, architecture=None, compiler=None, dictionary=None, clean=True): argument
1356 def buildDsym(self, architecture=None, compiler=None, dictionary=None, clean=True): argument
1364 def buildDwarf(self, architecture=None, compiler=None, dictionary=None, clean=True): argument
1408 def cleanup(self, dictionary=None): argument
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in LzmaBenchCon()
241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon()

123