/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 188 # print "In use:\n", join("\n", sort keys(%USED_FILES)), "\n";
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 232 old_g_keys = list(g.keys())
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 166 copy(map(keys(), result), r_status); in clCreateProgramWithBinary()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 172 `keys`, `values`, `items`, `iterkeys`, `itervalues`, `iteritems`, 318 keys = _all("keys") variable in Context
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 542 archs = list(ARCHITECTURES.keys())
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | runtime.py | 147 `keys`, `values`, `items`, `iterkeys`, `itervalues`, `iteritems`, 285 keys = _all('keys') variable in Context
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 418 length = max(dwords.keys()) + 1
|
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 391 for (const subnet of Object.keys(constants6.TYPES)) {
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | metadata.py | 91 match the keys of this dictionary. 217 # TODO: The spec doesn't say anything about if the keys should be 319 # We have to wrap parsed.keys() in a set, because in the case of multiple 321 # list of keys, but we're avoiding that by using get_all(). 322 for name in frozenset(parsed.keys()):
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 392 names = sorted(procs.keys())
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache_os.c | 436 /* With a reasonably-sized, full cache, (and with keys generated in disk_cache_evict_lru_item() 512 assert(!"Mesa cache keys mismatch!"); in parse_and_validate_cache_item() 672 if (!blob_write_bytes(cache_blob, dc_job->cache_item_metadata.keys[0], in create_cache_item_header_and_blob()
|
/third_party/python/Tools/scripts/ |
H A D | deepfreeze.py | 56 return tuple(a.keys()), bytes(a.values())
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 196 for modname in sys.modules.copy().keys():
|
/third_party/python/Lib/idlelib/ |
H A D | config.py | 11 database keys are tuples (config-type, section, item). As implemented, 13 config-type keys 'main', 'extensions', 'highlight', and 'keys'. The 16 default values. For 'highlight' and 'keys', user sections augment the 157 self.config_types = ('main', 'highlight', 'keys', 'extensions') 277 The keys are 'foreground' and 'background'. The values are 380 Item 'name2', is used for built-in ('default') themes and keys 389 cfgname = 'highlight' if section == 'Theme' else 'keys' 530 keySetName - name of key binding set (config-keys section). 534 binding = self.GetOption('keys', keySetNam [all...] |
H A D | debugger.py | 506 # keys, not a dict_keys object. sorted() will take a dict_keys 513 keys_list = dict.keys()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 578 # Headers also must contain all the keys seen in this step 579 for key in info[bot_name][step_name].keys():
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 497 for key in sorted(badFields.keys()):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 172 `keys`, `values`, `items`, `iterkeys`, `itervalues`, `iteritems`, 318 keys = _all("keys") variable in Context
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUDevice.cpp | 121 std::vector<std::string> keys(Napi::Env) override { in getFeatures()
|
/third_party/python/Lib/test/ |
H A D | test_string.py | 164 unused_args = set(kwargs.keys())
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 172 auto Keys = YamlIO.keys(); in mapping()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | encoder.py | 825 value_keys = sorted(value.keys()) if deterministic else value
|
/third_party/protobuf/ruby/tests/ |
H A D | basic.rb | 192 assert m.map_string_int32.keys.sort == ["a", "b"]
|
/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 72 """Return list of registry keys.""" 90 """Return dict of registry keys and values. 288 raise ValueError(str(list(result.keys())))
|
/third_party/python/Lib/ |
H A D | bdb.py | 400 for (filename, lineno) in Breakpoint.bplist.keys():
|