/third_party/littlefs/scripts/ |
H A D | coverage.py | 148 other_fields = result.keys()
|
H A D | prettyasserts.py | 39 'cmp': CMP.keys(),
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 326 * For VS shader keys, describe any fixups required for vertex fetch. 497 union si_shader_key *keys; member
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 511 def keys(self): member in LRUCache 512 """Return a list of all keys ordered by most recent usage.""" 516 """Iterate over all keys in the cache dict, ordered by 521 " 'iter(cache.keys())' instead.", 531 """Iterate over the keys in the cache dict, oldest items
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-keygen.js | 247 const tests = Object.keys(vectors).map(test);
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 8 and targets to search for. The following keys are supported: 436 for target_name in all_targets.keys():
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | utils.py | 462 def keys(self): member in LRUCache 463 """Return a list of all keys ordered by most recent usage.""" 467 """Iterate over all keys in the cache dict, ordered by
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 613 if DEBUG_GENERAL in gyp.debug.keys():
|
/third_party/nghttp2/ |
H A D | git-clang-format | 300 for filename in dictionary.keys():
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_marshal.py | 413 for condition in sorted(settings_by_condition.keys()):
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 76 % for v in sorted(enum.values.keys()): 114 % for object_type in sorted(object_types[0].enum_to_name.keys()): 282 return functools.reduce(lambda a,b: a | b, self.values.keys(), 0)
|
/third_party/python/Tools/freeze/ |
H A D | freeze.py | 393 mods = sorted(dict.keys())
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser_generator.py | 341 sccs = list(sccutils.strongly_connected_components(graph.keys(), graph))
|
/third_party/python/Tools/scripts/ |
H A D | stable_abi.py | 244 for item in manifest.select(REST_ROLES.keys(), include_abi_only=False):
|
/third_party/python/Lib/ |
H A D | _strptime.py | 174 """Create keys/values. 369 for group_key in found_dict.keys():
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 28 for format in ARCHIVE_FORMATS.keys():
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 284 num_formats = len(ARCHIVE_FORMATS.keys())
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 657 for key in sorted(vuidCounts.keys(), key=lambda k: vuidCounts[k][0]):
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.h | 51 * Resources may have optionally have two types of keys: 61 * A unique key always takes precedence over a scratch key when a resource has both types of keys. 194 keys. */ 288 void dumpStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* value) const; 515 // This holds all resources that have unique keys. 629 * Called by GrGpuResources to change their unique keys.
|
H A D | GrGpu.h | 500 void dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values);
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 511 def keys(self): member in LRUCache 512 """Return a list of all keys ordered by most recent usage.""" 516 """Iterate over all keys in the cache dict, ordered by 521 " 'iter(cache.keys())' instead.", 531 """Iterate over the keys in the cache dict, oldest items
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-plan.cc | 333 + plan->codepoint_to_glyph->keys () | hb_sink (plan->unicodes); in _populate_unicodes_to_retain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 412 return Symtab.create(HashTable->keys());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 55 /// /// Determine if two keys are equal. Optional, only needed by contains. 251 /// /// Compare two keys for equality. 443 /// Iterates over all of the keys in the table. 500 /// Iterates over all of the keys in the table. 542 iterator_range<key_iterator> keys() { in keys() function in llvm::OnDiskIterableChainedHashTable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | bloat.py | 279 symbol = symbol_type_to_human(symbols.keys()[0])
|