Home
last modified time | relevance | path

Searched refs:keys (Results 3251 - 3275 of 3668) sorted by relevance

1...<<131132133134135136137138139140>>...147

/third_party/littlefs/scripts/
H A Dcoverage.py148 other_fields = result.keys()
H A Dprettyasserts.py39 'cmp': CMP.keys(),
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h326 * 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 Dutils.py511 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 Dtest-webcrypto-keygen.js247 const tests = Object.keys(vectors).map(test);
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py8 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 Dutils.py462 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__.py613 if DEBUG_GENERAL in gyp.debug.keys():
/third_party/nghttp2/
H A Dgit-clang-format300 for filename in dictionary.keys():
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal.py413 for condition in sorted(settings_by_condition.keys()):
/third_party/mesa3d/src/vulkan/util/
H A Dgen_enum_to_str.py76 % 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 Dfreeze.py393 mods = sorted(dict.keys())
/third_party/python/Tools/peg_generator/pegen/
H A Dparser_generator.py341 sccs = list(sccutils.strongly_connected_components(graph.keys(), graph))
/third_party/python/Tools/scripts/
H A Dstable_abi.py244 for item in manifest.select(REST_ROLES.keys(), include_abi_only=False):
/third_party/python/Lib/
H A D_strptime.py174 """Create keys/values.
369 for group_key in found_dict.keys():
/third_party/python/Lib/distutils/command/
H A Dsdist.py28 for format in ARCHIVE_FORMATS.keys():
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py284 num_formats = len(ARCHIVE_FORMATS.keys())
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py657 for key in sorted(vuidCounts.keys(), key=lambda k: vuidCounts[k][0]):
/third_party/skia/src/gpu/
H A DGrResourceCache.h51 * 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 DGrGpu.h500 void dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values);
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py511 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 Dhb-subset-plan.cc333 + 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 DInstrProfReader.h412 return Symtab.create(HashTable->keys());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h55 /// /// 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 Dbloat.py279 symbol = symbol_type_to_human(symbols.keys()[0])

Completed in 26 milliseconds

1...<<131132133134135136137138139140>>...147