/external/google-breakpad/src/processor/ |
D | postfix_evaluator.h | 98 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/ |
D | dictionary.c | 94 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/ |
D | builder_base.py | 88 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
|
D | builder_freebsd.py | 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
|
D | builder_linux2.py | 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
|
D | builder_darwin.py | 8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
|
/external/lzma/xz-embedded/ |
D | xz_dec_lzma2.c | 44 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/ |
D | reflection.py | 104 def __new__(cls, name, bases, dictionary): argument 133 def __init__(cls, name, bases, dictionary): argument
|
D | service_reflection.py | 64 def __init__(cls, name, bases, dictionary): argument 94 def __init__(cls, name, bases, dictionary): argument
|
/external/nanopb-c/generator/google/protobuf/ |
D | reflection.py | 100 def __new__(cls, name, bases, dictionary): argument 129 def __init__(cls, name, bases, dictionary): argument
|
D | service_reflection.py | 64 def __init__(cls, name, bases, dictionary): argument 94 def __init__(cls, name, bases, dictionary): argument
|
/external/clang/test/PCH/ |
D | objc_container.h | 19 NSMutableDictionary *dictionary; in all() local
|
/external/protobuf/python/google/protobuf/pyext/ |
D | cpp_message.py | 43 def NewMessage(bases, message_descriptor, dictionary): argument
|
/external/clang/test/CodeGenObjC/ |
D | sel-as-builtin-type.m | 11 +(id) dictionary; class
|
/external/v8/src/x87/ |
D | code-stubs-x87.h | 56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub() 93 Register dictionary() const { in dictionary() function
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub() 93 Register dictionary() const { in dictionary() function
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 51 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub() 88 Register dictionary() const { in dictionary() function
|
/external/v8/test/mjsunit/ |
D | osr-elements-kind.js | 39 dictionary : 'dictionary elements', property
|
D | array-literal-feedback.js | 35 dictionary : 'dictionary elements', property
|
D | opt-elements-kind.js | 39 dictionary : 'dictionary elements', property
|
/external/skia/tests/ |
D | BitmapHeapTest.cpp | 61 FlatDictionary dictionary(&controller); in DEF_TEST() local
|
/external/toybox/toys/pending/ |
D | xzcat.c | 1216 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/ |
D | cpp_message.py | 374 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/ |
D | lldbtest.py | 1042 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/ |
D | BenchCon.cpp | 156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in LzmaBenchCon() 241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon()
|