Searched refs:dict (Results 101 - 125 of 630) sorted by relevance

1234567891011>>

/external/v8/tools/unittests/
H A Drun_perf_test.py188 test_input = dict(V8_JSON)
202 test_input = dict(V8_JSON)
219 test_input = dict(V8_JSON)
270 test_input = dict(V8_JSON)
284 test_input = dict(V8_JSON)
318 test_input = dict(V8_JSON)
332 test_input = dict(V8_JSON)
360 test_input = dict(V8_GENERIC_JSON)
390 test_input = dict(V8_JSON)
427 test_input = dict(V8_JSO
[all...]
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Dregistration.py102 device_draft = dict(name=system_name,
103 channel=dict(supportedType=channel),
/external/clang/include/clang/Basic/
H A DPlistSupport.h96 Indent(o, indent) << "<dict>\n";
103 Indent(o, indent) << "</dict>\n";
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc231 DictionaryValue* dict) {
234 if (dict->Get(key_value->key, &value) &&
241 dict->GetDictionary("args", &args_dict);
249 DictionaryValue* dict) {
252 if (!IsKeyValueInDict(key_values, dict))
268 DictionaryValue* dict = static_cast<DictionaryValue*>(value); local
270 if (IsAllKeyValueInDict(key_values, dict))
271 return dict;
288 DictionaryValue* dict = static_cast<DictionaryValue*>(value); local
290 if (dict
230 IsKeyValueInDict(const JsonKeyValue* key_value, DictionaryValue* dict) argument
248 IsAllKeyValueInDict(const JsonKeyValue* key_values, DictionaryValue* dict) argument
339 IsStringInDict(const char* string_to_match, const DictionaryValue* dict) argument
375 const DictionaryValue* dict = static_cast<const DictionaryValue*>(value); local
393 const DictionaryValue* dict = static_cast<const DictionaryValue*>(value); local
986 const DictionaryValue* dict = static_cast<const DictionaryValue*>(value); local
2146 DictionaryValue* dict = FindNamePhase("bar", "X"); local
2266 DictionaryValue* dict = NULL; local
2451 DictionaryValue* dict = NULL; local
[all...]
/external/libmojo/mojo/public/tools/manifest/
H A Dmanifest_collator.py36 if isinstance(v, dict):
37 assert isinstance(left[k], dict)
/external/pdfium/fpdfsdk/
H A Dfpdf_structtree.cpp60 CPDF_Dictionary* dict = elem->GetDict();
61 if (!dict)
/external/skia/gn/
H A Dgypi_to_gn.py111 assert isinstance(file_data, dict), "%s does not eval to a dictionary" % path
145 if isinstance(values, dict):
/external/v8/tools/testrunner/local/
H A Dutils.py141 class FrozenDict(dict):
143 raise Exception('Tried to mutate a frozen dict')
146 raise Exception('Tried to mutate a frozen dict')
150 if isinstance(obj, dict):
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document_unittest.cpp124 explicit TestLinearized(CPDF_Dictionary* dict) argument
125 : CPDF_LinearizedHeader(dict) {}
204 auto dict = pdfium::MakeUnique<CPDF_Dictionary>(); local
205 dict->SetNewFor<CPDF_Boolean>("Linearized", true);
207 dict->SetNewFor<CPDF_Number>("N", page_count);
208 TestLinearized linearized(dict.get());
/external/selinux/gui/
H A DusersPage.py85 dict = self.user.get_all()
87 for k in sorted(dict.keys()):
88 range = seobject.translate(dict[k][2])
89 if not (self.match(k, filter) or self.match(dict[k][0], filter) or self.match(range, filter) or self.match(dict[k][3], filter)):
95 self.store.set_value(iter, 2, dict[k][3])
H A DportsPage.py135 dict = self.port.get_all(self.local)
137 for k in sorted(dict.keys()):
138 if not (self.match(str(k[0]), filter) or self.match(dict[k][0], filter) or self.match(k[2], filter) or self.match(dict[k][1], filter) or self.match(dict[k][1], filter)):
146 self.store.set_value(iter, TYPE_COL, dict[k][0])
148 self.store.set_value(iter, MLS_COL, dict[k][1])
154 dict = self.port.get_all_by_type(self.local)
156 for k in sorted(dict.keys()):
157 ports_string = ", ".join(dict[
[all...]
H A DloginsPage.py81 dict = self.login.get_all(0)
83 for k in sorted(dict.keys()):
84 range = seobject.translate(dict[k][1])
85 if not (self.match(k, filter) or self.match(dict[k][0], filter) or self.match(range, filter)):
89 self.store.set_value(iter, 1, dict[k][0])
/external/freetype/src/cff/
H A Dcffdrivr.c462 CFF_FontRecDict dict = &cff->top_font.font_dict; local
471 dict->version );
473 dict->notice );
475 dict->full_name );
477 dict->family_name );
479 dict->weight );
480 font_info->italic_angle = dict->italic_angle;
481 font_info->is_fixed_pitch = dict->is_fixed_pitch;
482 font_info->underline_position = (FT_Short)dict->underline_position;
483 font_info->underline_thickness = (FT_UShort)dict
614 CFF_FontRecDict dict = &cff->top_font.font_dict; local
671 CFF_FontRecDict dict = &cff->top_font.font_dict; local
696 CFF_FontRecDict dict = &cff->top_font.font_dict; local
[all...]
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsnamed.c827 _cmsDICT* dict = (_cmsDICT*) _cmsMallocZero(ContextID, sizeof(_cmsDICT)); local
828 if (dict == NULL) return NULL;
830 dict ->ContextID = ContextID;
831 return (cmsHANDLE) dict;
838 _cmsDICT* dict = (_cmsDICT*) hDict; local
841 _cmsAssert(dict != NULL);
844 entry = dict ->head;
849 if (entry ->Name != NULL) _cmsFree(dict ->ContextID, entry -> Name);
850 if (entry ->Value != NULL) _cmsFree(dict ->ContextID, entry -> Value);
854 _cmsFree(dict
874 _cmsDICT* dict = (_cmsDICT*) hDict; local
926 _cmsDICT* dict = (_cmsDICT*) hDict; local
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c509 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
510 FT_Matrix* matrix = &dict->font_matrix;
511 FT_Vector* offset = &dict->font_offset;
512 FT_ULong* upm = &dict->units_per_em;
524 dict->has_font_matrix = TRUE;
581 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
582 FT_BBox* bbox = &dict->font_bbox;
611 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
630 dict->private_size = (FT_ULong)tmp;
639 dict
655 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
[all...]
/external/autotest/client/site_tests/security_ASLR/
H A Dsecurity_ASLR.py196 A dict containing a Boolean for whether or not the test passed
199 test_result = dict([('pass', True), ('results', []), ('cases', dict())])
221 test_result['cases'][key] = dict([('pass', False),
255 A dict mapping names to mapping objects (see above for mapping
258 memory_map = dict()
282 column data into a dict mapping column names to their string values.
288 A dict of string column names mapped to their string values.
334 full_results = dict()
/external/zlib/src/contrib/blast/
H A Dblast.c281 int dict; /* log2(dictionary size) - 6 */ local
322 dict = bits(s, 8);
323 if (dict < 4 || dict > 6) return -2;
334 symbol = len == 2 ? 2 : dict;
/external/libxml2/
H A Dpattern.c33 #include <libxml/dict.h>
83 if ((c)->comp->dict) \
84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
87 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
101 xmlDict *dict; /* the dictionary if any */ member in struct:_xmlStreamComp
166 xmlDictPtr dict; /* the optional dictionary */ member in struct:_xmlPattern
182 xmlDictPtr dict; /* the dictionary if any */ member in struct:_xmlPatParserContext
244 if (comp->dict == NULL) {
255 if (comp->dict != NULL)
256 xmlDictFree(comp->dict);
292 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2358 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
/external/lz4/tests/
H A Dfuzzer.c308 const char* dict = block - dictSize; local
509 LZ4_compress_fast_continue (&LZ4_stream, dict, compressedBuffer, dictSize, (int)compressedBufferSize, 1); /* Just to fill hash tables */
516 memcpy(decodedBuffer, dict, dictSize);
526 FUZ_CHECKTEST(crcCheck!=crcOrig, "LZ4_decompress_fast_withPrefix64k corrupted decoded data (dict %i)", dictSize);
536 dict -= (FUZ_rand(&randState) & 0xF) + 1; /* Separation, so it is an ExtDict */
537 if (dict < (char*)CNBuffer) dict = (char*)CNBuffer;
538 LZ4_loadDict(&LZ4dict, dict, dictSize);
543 LZ4_loadDict(&LZ4dict, dict, dictSize);
548 LZ4_loadDict(&LZ4dict, dict, dictSiz
809 const char* dict = testInput + 3; local
[all...]
/external/autotest/server/hosts/
H A Dfactory.py53 @param machine: machine dict
87 if isinstance(machine, dict) and 'host_info_store' in machine:
149 @param machine: A dict representing the device under test or a String
151 If it is a machine dict, the 'hostname' key is required.
201 @param machine: A dict representing the test bed under test or a String
204 If it is a machine dict, the 'hostname' key is required.
220 @param machine: A dict representing the test bed under test or a String
223 If it is a machine dict, the 'hostname' key is required.
236 hostname = machine['hostname'] if isinstance(machine, dict) else machine
241 if isinstance(machine, dict)
[all...]
/external/libchrome/base/json/
H A Djson_writer.cc157 const DictionaryValue* dict = NULL; local
159 bool result = node.GetAsDictionary(&dict);
161 for (DictionaryValue::Iterator itr(*dict); !itr.IsAtEnd();
/external/llvm/utils/lit/lit/
H A DTestingConfig.py94 cfg_globals = dict(globals())
128 self.environment = dict(environment)
148 self.environment = dict(self.environment)
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py47 longprim = dict(zip(PRIMS, LONGPRIMS))
48 intype_idx = dict(ubyte='IN_UBYTE', ushort='IN_USHORT', uint='IN_UINT')
49 outtype_idx = dict(ushort='OUT_USHORT', uint='OUT_UINT')
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
H A Dcros_power_monitor.py118 rv = collections.defaultdict(dict)
123 return dict(rv)
H A Dsysfs_power_monitor_unittest.py241 expected_result = dict(zip(cpus, [expected_cstate_dict]*2))
276 expected_result = dict(zip(cpus, [expected_cstate_dict]*len(cpus)))

Completed in 620 milliseconds

1234567891011>>