Searched refs:dict (Results 276 - 300 of 630) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
H A Dgpu_timeline.py121 TRACKED_NAMES: Using the TRACKED_GL_CONTEXT_NAME dict, we
141 dict([((value, 'cpu'), [])
144 dict([((value, 'gpu'), [])
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp173 const Comp *dict; local
174 new Thai(dict);
/external/jsoncpp/
H A Ddoxybuild.py26 def do_subst_in_file(targetfile, sourcefile, dict):
27 """Replace all instances of the keys of dict with their values.
28 For example, if dict is {'%VERSION%': '1.2345', '%BASE%': 'MyProg'},
38 for (k,v) in list(dict.items()):
/external/libbrillo/brillo/dbus/
H A Dexported_object_manager_unittest.cc34 void WriteTestPropertyDict(VariantDictionary* dict) { argument
35 dict->insert(std::make_pair(kTestPropertyName, Any(kTestPropertyValue)));
/external/libchrome/base/mac/
H A Dfoundation_util.h357 T GetValueFromDictionary(CFDictionaryRef dict, CFStringRef key) { argument
358 CFTypeRef value = CFDictionaryGetValue(dict, key);
/external/libcxx/utils/libcxx/test/
H A Dformat.py42 self.exec_env = dict(exec_env)
142 test.config.enviroment = dict(self.exec_env)
/external/markdown/markdown/
H A Dodict.py1 class OrderedDict(dict):
17 if isinstance(data, dict):
109 Replace the normal dict.__repr__ with a version that returns the keys
/external/skia/src/pdf/
H A DSkPDFTypes.h302 SkPDFDict* dict() { return &fDict; } function in class:final
332 SkPDFDict* dict() { return &fDict; } function in class:final
/external/skia/tools/skpbench/
H A Dsheet.py71 self.rows = defaultdict(dict)
72 self.cols = defaultdict(dict)
/external/syslinux/lzo/
H A Dprepcore.c62 const lzo_bytep dict, lzo_uint dict_len,
74 const lzo_bytep dict, lzo_uint dict_len,
/external/syslinux/lzo/src/
H A Dlzo1x_9x.c92 const lzo_bytep dict, lzo_uint dict_len,
429 assert(swd->dict != NULL);
524 const lzo_bytep dict, lzo_uint dict_len,
585 r = init_match(c,swd,dict,dict_len,flags);
798 const lzo_bytep dict, lzo_uint dict_len,
829 dict, dict_len, cb,
851 const lzo_bytep dict, lzo_uint dict_len )
854 dict, dict_len, 0, 8);
521 lzo1x_999_compress_internal( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_voidp wrkmem, const lzo_bytep dict, lzo_uint dict_len, lzo_callback_p cb, int try_lazy_parm, lzo_uint good_length, lzo_uint max_lazy, lzo_uint nice_length, lzo_uint max_chain, lzo_uint32_t flags ) argument
795 lzo1x_999_compress_level( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_voidp wrkmem, const lzo_bytep dict, lzo_uint dict_len, lzo_callback_p cb, int compression_level ) argument
848 lzo1x_999_compress_dict( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_voidp wrkmem, const lzo_bytep dict, lzo_uint dict_len ) argument
/external/toolchain-utils/crosperf/
H A Dsettings_unittest.py37 self.assertEqual(type(self.settings.parent), dict)
90 self.assertEqual(type(self.settings.fields), dict)
/external/toolchain-utils/
H A Dgenerate-waterfall-reports.py364 build_dict = dict()
482 test_dict = dict()
613 build_dict = dict()
637 board_dict = dict()
770 test_data_dict = dict()
771 failure_dict = dict()
786 waterfall_report_dict = dict()
787 rotating_report_dict = dict()
/external/toolchain-utils/user_activity_benchmarks/
H A Dselect_optimal_benchmark_set.py100 cwp_inclusive_count_statistics: A dict with the CWP functions.
104 A dict having as a key the name of the groups and as a value the list of
131 A dict having as a key the name of a common functions file. The value is
132 a dict having as a key the name of a group and as value a list of
144 benchmark_functions_grouped = defaultdict(dict)
177 benchmark_set_functions_grouped: A dict with benchmark functions as
179 cwp_functions_grouped: A dict with the CWP functions as returned by
277 dict(benchmark_set[2])
/external/v8/tools/testrunner/local/
H A Dstatusfile.py227 assert type(section) == dict
250 _assert(type(section) == dict,
/external/valgrind/coregrind/m_debuginfo/
H A Dlzoconf.h283 const lzo_bytep dict, lzo_uint dict_len );
289 const lzo_bytep dict, lzo_uint dict_len );
/external/v8/src/
H A Dobjects-debug.cc794 SeededNumberDictionary* dict = SeededNumberDictionary::cast(elements()); local
798 uint32_t nof_elements = static_cast<uint32_t>(dict->NumberOfElements());
1233 GlobalDictionary* dict = global_dictionary(); local
1234 info->number_of_slow_used_properties_ += dict->NumberOfElements();
1236 dict->Capacity() - dict->NumberOfElements();
1238 NameDictionary* dict = property_dictionary(); local
1239 info->number_of_slow_used_properties_ += dict->NumberOfElements();
1241 dict->Capacity() - dict
1277 SeededNumberDictionary* dict = element_dictionary(); local
[all...]
H A Dlookup.cc771 GlobalDictionary* dict = JSObject::cast(holder)->global_dictionary(); local
772 int number = dict->FindEntry(name_);
775 DCHECK(dict->ValueAt(number_)->IsPropertyCell());
776 PropertyCell* cell = PropertyCell::cast(dict->ValueAt(number_));
825 NameDictionary* dict = holder->property_dictionary(); local
826 int number = dict->FindEntry(name_);
829 property_details_ = dict->DetailsAt(number_);
/external/zlib/src/examples/
H A Dgzlog.c33 foo.dict -- dictionary of the last 32K of data for next compression
191 - Compress the data with the dictionary in foo.dict, and write to the
193 compressed block. If there is no foo.dict, proceed anyway with the
194 compression at slightly reduced efficiency. (For the foo.dict file to be
207 - Replace foo.dict with foo.temp.
564 /* Replace the foo.dict file with the foo.temp file. Also delete the foo.add
581 /* rename foo.name to foo.dict, replacing foo.dict if it exists */
582 strcpy(log->end, ".dict");
612 ssize_t dict; local
[all...]
/external/vulkan-validation-layers/
H A Dparameter_validation_generator.py142 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
145 self.structTypes = dict() # Map of Vulkan struct typename to required VkStructureType
149 self.validatedStructs = dict() # Map of structs type names to generated validation code for that struct type
150 self.enumRanges = dict() # Map of enum name to BEGIN/END range values
152 self.flagBits = dict() # Map of flag bits typename to list of values
223 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
226 self.structTypes = dict()
230 self.validatedStructs = dict()
231 self.enumRanges = dict()
233 self.flagBits = dict()
[all...]
/external/libxml2/
H A Dparser.c1076 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
1077 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
1078 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
1219 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict);
1230 name = xmlDictLookup(ctxt->dict, fullname, -1);
1233 name = xmlDictLookup(ctxt->dict, name, -1);
1234 prefix = xmlDictLookup(ctxt->dict, fullname, len);
1275 name = xmlDictLookup(ctxt->dict, fullattr, -1);
1278 name = xmlDictLookup(ctxt->dict, name, -1);
1279 prefix = xmlDictLookup(ctxt->dict, fullatt
15067 xmlDictPtr dict; local
[all...]
/external/icu/icu4c/source/data/
H A Dmakedata.mak258 BRK_DICT_FILES = $(ICUBRK)\$(BRK_DICT_SOURCE:.txt =.dict brkitr\)
259 BRK_DICT_FILES = $(BRK_DICT_FILES:.txt=.dict)
664 $(BRK_DICT_FILES:.dict =.dict
725 -@erase "*.dict"
762 #RBBI .dict file generation.
763 {$(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries}.txt.dict:
767 $(ICUBRK)\thaidict.dict:
768 @echo Creating $(ICUBRK)\thaidict.dict
769 @"$(ICUTOOLS)\gendict\$(CFG)\gendict" -c --bytes --transform offset-0x0e00 $(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries\thaidict.txt "$(ICUBLD_PKG)\$(ICUBRK)\thaidict.dict"
[all...]
/external/fonttools/Lib/fontTools/
H A Dmerge.py149 if isinstance(logic, dict):
453 lookupMap = dict((id(v),v) for v in table.table.LookupList.Lookup)
454 featureMap = dict((id(v),v) for v in table.table.FeatureList.FeatureRecord)
809 lookupMap = dict((i,id(v)) for i,v in enumerate(t.table.LookupList.Lookup))
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
834 lookupMap = dict((id(v),i) for i,v in enumerate(t.table.LookupList.Lookup))
842 featureMap = dict((id(v),i) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
/external/fonttools/Tools/fontTools/
H A Dmerge.py149 if isinstance(logic, dict):
453 lookupMap = dict((id(v),v) for v in table.table.LookupList.Lookup)
454 featureMap = dict((id(v),v) for v in table.table.FeatureList.FeatureRecord)
809 lookupMap = dict((i,id(v)) for i,v in enumerate(t.table.LookupList.Lookup))
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
834 lookupMap = dict((id(v),i) for i,v in enumerate(t.table.LookupList.Lookup))
842 featureMap = dict((id(v),i) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
/external/libmojo/third_party/jinja2/
H A Denvironment.py73 elif type(cache) is dict:
80 Returns a dict of instantiated environments.
343 args = dict(locals())
659 zip_file = ZipFile(target, 'w', dict(deflated=ZIP_DEFLATED,
844 """Return a dict for the globals."""
847 return dict(self.globals, **d)
955 """This method accepts the same arguments as the `dict` constructor:
956 A dict, a dict subclass or some keyword arguments. If no arguments
964 vars = dict(*arg
[all...]

Completed in 773 milliseconds

<<11121314151617181920>>