Home
last modified time | relevance | path

Searched refs:entries (Results 476 - 500 of 801) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/curl/lib/vtls/
H A Dvtls_int.h40 /* conservative sizes on the ALPN entries and count we are handling,
48 const char entries[ALPN_ENTRIES_MAX][ALPN_NAME_MAX]; member
49 size_t count; /* number of entries */
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTerritoryContainment.java86 this.macroToLeafRegions = resolved.entries().stream() in TerritoryContainment()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DResources.java85 Enumeration enumRes = resConnection.getJarFile().entries(); in getAvailableLocales()
/third_party/mesa3d/src/amd/registers/
H A Dparseheader.py59 entries=self.__enumentries
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dscript_mutator.js190 for (const [index, input] of inputs.entries()) {
/third_party/node/test/parallel/
H A Dtest-fs-write-optional-params.js108 ].entries()) {
/third_party/node/deps/npm/node_modules/chalk/source/
H A Dindex.js56 for (const [styleName, style] of Object.entries(ansiStyles)) {
/third_party/node/deps/npm/test/lib/utils/
H A Dexplain-dep.js261 for (const [name, expl] of Object.entries(getCases(testdir))) {
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c243 if (vars->entries > 0) { in st_nir_lower_builtin()
/third_party/libdrm/tests/
H A Dhash.c110 table->entries, table->hits, table->partials, table->misses); in compute_dist()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGCMetadata.cpp153 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DEntryPointTests.cpp70 desc.entries = &binding; in TEST_P()
H A DDeviceLostTests.cpp108 descriptor.entries = &entry; in TEST_P()
148 descriptor.entries = &entry; in TEST_P()
/third_party/curl/lib/
H A Daltsvc.c202 * Load alt-svc entries from the given file. The text based line-oriented file
507 size_t entries = 0; in Curl_altsvc_parse() local
641 if(!entries++) in Curl_altsvc_parse()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.h28 * This mode may create multiple entries internally. The entries must be
85 struct tu_cs_entry *entries; member
202 * Discard all entries. This allows \a cs to be reused while keeping the
374 tu_cs_emit_ib(cs, target->entries + i); in tu_cs_emit_call()
/third_party/node/test/common/
H A Dreport.js298 for (const [key, value] of Object.entries(report.environmentVariables)) {
311 for (const [type, limits] of Object.entries(report.userLimits)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c115 assert(batch->resources->entries == 0); in batch_init()
300 assert(batch->resources->entries == 0); in __fd_batch_destroy()
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py152 def parse_table(entries, sep, header=None, rawsep=None, *,
165 for line, filename in strutil.parse_entries(entries, ignoresep=sep):
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.cpp274 "Number of entries (%u) did not match the number of entries (%u) specified in %s", in ValidateBindGroupDescriptor()
283 const BindGroupEntry& entry = descriptor->entries[i]; in ValidateBindGroupDescriptor()
287 "In entries[%u], binding index %u not present in the bind group layout", in ValidateBindGroupDescriptor()
294 "In entries[%u], binding index %u already used by a previous entry", i, in ValidateBindGroupDescriptor()
305 "validating entries[%u] as a Buffer", i); in ValidateBindGroupDescriptor()
310 "validating entries[%u] as a Texture", i); in ValidateBindGroupDescriptor()
314 "validating entries[%u] as a Sampler", i); in ValidateBindGroupDescriptor()
318 "validating entries[%u] as an ExternalTexture", i); in ValidateBindGroupDescriptor()
348 const BindGroupEntry& entry = descriptor->entries[ in BindGroupBase()
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dutil.py395 def mock_path_hook(*entries, importer):
398 if entry not in entries:
/third_party/weex-loader/src/
H A Dloader.js492 if (_this._compilation.entries) {
493 for (var key of _this._compilation.entries.keys()) {
/third_party/python/Objects/
H A Ddictobject.c34 dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1)
106 * 8 allows dicts with no more than 5 active entries; experiments suggested
180 j += 1, or j -= 1, on each loop trip), it scans the table entries in a fixed
428 * This can be used to reserve enough size to insert n entries without
537 PyDictKeyEntry *entries = DK_ENTRIES(keys); in _PyDict_CheckConsistency() local
539 PyDictKeyEntry *entry = &entries[i]; in _PyDict_CheckConsistency()
555 PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys); in _PyDict_CheckConsistency() local
557 PyDictUnicodeEntry *entry = &entries[i]; in _PyDict_CheckConsistency()
660 PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys); in free_keys_object() local
663 Py_XDECREF(entries[ in free_keys_object()
668 PyDictKeyEntry *entries = DK_ENTRIES(keys); free_keys_object() local
3545 PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys); dict_traverse() local
3552 PyDictKeyEntry *entries = DK_ENTRIES(keys); dict_traverse() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc868 v8::Local<v8::Array> entries; in getEntries() local
869 if (!object->PreviewEntries(&isKeyValue).ToLocal(&entries)) return false; in getEntries()
870 for (uint32_t i = 0; i < entries->Length(); i += isKeyValue ? 2 : 1) { in getEntries()
874 if (isKeyValue && entries->Get(context, i).ToLocal(&tmp)) { in getEntries()
878 if (entries->Get(context, isKeyValue ? i + 1 : i).ToLocal(&tmp)) { in getEntries()
1203 std::vector<EntryMirror> entries; in buildObjectPreviewInternal() local
1205 &entries)) { in buildObjectPreviewInternal()
1210 for (const auto& entry : entries) { in buildObjectPreviewInternal()
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DKvStoreResultSetJsunit.test.js86 let entries = [];
96 entries.push(entry);
98 await kvStore.putBatch(entries).then(async (err) => {
/third_party/ffmpeg/tools/
H A Dismindex.c234 int entries; in read_trun_duration() local
243 entries = avio_rb32(in); in read_trun_duration()
249 for (i = 0; i < entries && pos < end; i++) { in read_trun_duration()

Completed in 21 milliseconds

1...<<11121314151617181920>>...33