/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/chromium-trace/catapult/dashboard/dashboard/ |
D | buildbucket_job_status.py | 45 def _ConvertTimes(dictionary): argument 70 def _ParseJsonKeys(dictionary): 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/vulkan-validation-layers/ |
D | reg.py | 224 def addElementInfo(self, elem, info, infoName, dictionary): argument 239 def lookupElementInfo(self, fname, dictionary): argument 492 def generateFeature(self, fname, ftype, dictionary): argument
|
/external/libbrillo/brillo/ |
D | variant_dictionary_unittest.cc | 15 VariantDictionary dictionary; in TEST() local
|
D | variant_dictionary.h | 22 const T GetVariantValueOrDefault(const VariantDictionary& dictionary, in GetVariantValueOrDefault()
|
/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/autotest/server/site_tests/buffet_PrivetInfo/ |
D | buffet_PrivetInfo.py | 21 def _assert_not_empty(dictionary, key): argument
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_type_name_deduplicator_unittest.cc | 60 const DictionaryValue* dictionary; in TEST() local
|
/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/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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | util.py | 166 def dict_to_tuple_key(dictionary): argument
|
/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/src/ia32/ |
D | code-stubs-ia32.h | 56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub() 93 Register dictionary() const { in dictionary() function
|
/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/v8/test/mjsunit/ |
D | array-literal-feedback.js | 35 dictionary : 'dictionary elements', property
|
D | osr-elements-kind.js | 39 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
|