Home
last modified time | relevance | path

Searched refs:dict (Results 751 - 775 of 876) sorted by relevance

1...<<313233343536

/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
/third_party/ninja/
H A Dconfigure.py130 # 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 Dscriptutil.py304 kwargs = dict(
/third_party/python/Lib/test/
H A Dtest_calendar.py111 default_format = dict(year="year", month="month", encoding="ascii")
H A Dtest_queue.py106 target_order = dict(Queue = [111, 333, 222],
H A Dtest_bool.py251 for t in [bool, complex, dict, float, int, list, object,
H A Dtest_peepholer.py556 return eval(f'{fmt!r} % {args}', dict(zip(vars, values)))
H A Dtest_dictviews.py311 d = dict(a=1)
H A Dtest_poplib.py140 _capas = dict(self.CAPAS)
H A Dtest_os.py979 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 Dtest_argparse.py198 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.py2285 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 Dtest_build_ext.py39 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 Dconfig.py275 """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 Dplatform.py129 # 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 Dlexer.py139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h270 FT_UInt dict; /* where we expect it */ member
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py378 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 Dwell_known_types.py729 elif isinstance(value, (dict, Struct)):
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py293 """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 Dprocess_angle_perf_results.py618 json.dumps(dict(logdog_dict), sort_keys=True, indent=4, separators=(',', ': ')),
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc3637 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 Djevents.py201 def __init__(self, jd: dict):
/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py237 if cache and isinstance(cache, dict):

Completed in 54 milliseconds

1...<<313233343536