/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
|
/third_party/ninja/ |
H A D | configure.py | 130 # Map of rule name => dict of rule attributes. 262 configure_env = dict((k, os.environ[k]) for k in os.environ if k in env_keys)
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 304 kwargs = dict(
|
/third_party/python/Lib/test/ |
H A D | test_calendar.py | 111 default_format = dict(year="year", month="month", encoding="ascii")
|
H A D | test_queue.py | 106 target_order = dict(Queue = [111, 333, 222],
|
H A D | test_bool.py | 251 for t in [bool, complex, dict, float, int, list, object,
|
H A D | test_peepholer.py | 556 return eval(f'{fmt!r} % {args}', dict(zip(vars, values)))
|
H A D | test_dictviews.py | 311 d = dict(a=1)
|
H A D | test_poplib.py | 140 _capas = dict(self.CAPAS)
|
H A D | test_os.py | 979 self.__save = dict(os.environ) 981 self.__saveb = dict(os.environb) 1052 os.environ = dict(test_env) 1200 expected = dict(os.environ) 1218 expected = dict(os.environ) 1246 expected = dict(os.environ) 1262 expected = dict(new_vars_dict) 3141 self.env = dict(os.environ) 4163 entries = dict((entry.name, entry) 4283 entries = dict((entr [all...] |
H A D | test_argparse.py | 198 options is a dict that should match the vars() of the options 2078 parser1_kwargs = dict(description='1 description') 2088 parser2_kwargs = dict(description='2 description') 2096 parser3_kwargs = dict(description='3 description') 4716 for attrs in [dict(type=int), dict(nargs='+'), 4717 dict(choices='ab')]:
|
H A D | _test_multiprocessing.py | 2285 d = self.dict() 2289 self.assertEqual(d.copy(), dict((i, chr(i)) for i in indices)) 2295 d = self.dict() 2308 pets = self.dict(ferrets=2, hamsters=4) 2309 supplies = self.dict(water=10, feed=3) 2310 d = self.dict(pets=pets, supplies=supplies) 2358 b = self.dict() # Test queue inside dict 5736 o = self.manager.dict() 5882 dict variable in ManagerMixin [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_ext.py | 39 self.old_config_vars = dict(sysconfig._config_vars) 295 # 'macros' element of build info dict must be 1- or 2-tuple
|
/third_party/python/Lib/idlelib/ |
H A D | config.py | 275 """Return dict of theme element highlight colors. 290 """Return {option:value} dict for elements in themeName. 472 """Return dict: {configurable extensionName event : active keybinding}. 475 Keybindings come from GetCurrentKeySet() active key dict, 490 """Return dict {configurable extensionName event : keybinding list}. 508 """Return dict {extensionName event : active or defined keybinding}. 556 """Return event-key dict for keySetName core plus active extensions. 592 """Return dict of core virtual-key keybindings for keySetName. 595 dict. If keySetName is not None, bindings from the config 779 class ConfigChanges(dict) [all...] |
/third_party/python/Lib/ |
H A D | platform.py | 129 # any string not found in this dict, will get 0 assigned 622 env = dict(os.environ, LC_ALL='C')
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | lexer.py | 139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 270 FT_UInt dict; /* where we expect it */ member
|
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 378 if not isinstance(build_info, dict): 383 # OK, the (ext_name, build_info) dict is type-safe: convert it 387 # Easy stuff: one-to-one mapping from dict elements to 399 log.warn("'def_file' element of build info dict " 411 "'macros' element of build info dict "
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 729 elif isinstance(value, (dict, Struct)):
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | roll_chromium_deps.py | 293 """Builds a dict of paths to DepsEntry objects from a raw parsed deps dict.""" 300 if not isinstance(dep, dict): 342 revision as Chromium (i.e. entry in the new_cr_deps dict)
|
H A D | process_angle_perf_results.py | 618 json.dumps(dict(logdog_dict), sort_keys=True, indent=4, separators=(',', ': ')),
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 3637 Handle<SwissNameDictionary> dict(proxy->property_dictionary_swiss(), in SetPrivateSymbol() 3640 SwissNameDictionary::Add(isolate, dict, private_name, value, details); in SetPrivateSymbol() 3641 if (!dict.is_identical_to(result)) proxy->SetProperties(*result); in SetPrivateSymbol() 3643 Handle<NameDictionary> dict(proxy->property_dictionary(), isolate); in SetPrivateSymbol() 3645 NameDictionary::Add(isolate, dict, private_name, value, details); in SetPrivateSymbol() 3646 if (!dict.is_identical_to(result)) proxy->SetProperties(*result); in SetPrivateSymbol() 6027 Handle<Derived> dict = Dictionary<Derived, Shape>::New( in New() local 6029 dict->SetHash(PropertyArray::kNoHashSentinel); in New() 6030 dict->set_next_enumeration_index(PropertyDetails::kInitialIndex); in New() 6031 return dict; in New() [all...] |
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | jevents.py | 201 def __init__(self, jd: dict):
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | logger.py | 237 if cache and isinstance(cache, dict):
|