Home
last modified time | relevance | path

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

12345

/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/chromium-trace/catapult/dashboard/dashboard/
Dbuildbucket_job_status.py45 def _ConvertTimes(dictionary): argument
70 def _ParseJsonKeys(dictionary): 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/vulkan-validation-layers/
Dreg.py224 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/
Dvariant_dictionary_unittest.cc15 VariantDictionary dictionary; in TEST() local
Dvariant_dictionary.h22 const T GetVariantValueOrDefault(const VariantDictionary& dictionary, in GetVariantValueOrDefault()
/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/autotest/server/site_tests/buffet_PrivetInfo/
Dbuffet_PrivetInfo.py21 def _assert_not_empty(dictionary, key): argument
/external/libchrome/base/trace_event/
Dheap_profiler_type_name_deduplicator_unittest.cc60 const DictionaryValue* dictionary; in TEST() local
/external/v8/src/x87/
Dcode-stubs-x87.h56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub()
93 Register dictionary() const { in dictionary() function
/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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dutil.py166 def dict_to_tuple_key(dictionary): argument
/external/v8/src/x64/
Dcode-stubs-x64.h51 NameDictionaryLookupStub(Isolate* isolate, Register dictionary, in NameDictionaryLookupStub()
88 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/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/v8/test/mjsunit/
Darray-literal-feedback.js35 dictionary : 'dictionary elements', property
Dosr-elements-kind.js39 dictionary : 'dictionary elements', property
Dopt-elements-kind.js39 dictionary : 'dictionary elements', property
/external/skia/tests/
DBitmapHeapTest.cpp61 FlatDictionary dictionary(&controller); in DEF_TEST() local

12345