Home
last modified time | relevance | path

Searched refs:entries (Results 376 - 400 of 819) sorted by relevance

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

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.h115 struct vn_descriptor_update_template_entry entries[]; member
/third_party/libexif/libexif/
H A Dexif-content.h42 ExifEntry **entries; member
123 * each entry in this IFD to fix existing entries, create any new entries
125 * entries that are not allowed in this IFD.
/third_party/mesa3d/src/intel/common/
H A Dintel_l3_config.h106 unsigned entries[4], unsigned start[4],
/third_party/pulseaudio/src/pulsecore/
H A Dpdispatch.h38 pa_pdispatch* pa_pdispatch_new(pa_mainloop_api *m, bool use_rtclock, const pa_pdispatch_cb_t *table, unsigned entries);
H A Didxset.c59 PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree);
133 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry()
187 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_idxset_put()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBindGroupGL.cpp26 const BindGroupEntry& entry = descriptor->entries[i]; in ValidateGLBindGroupDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h56 StringMap<uint32_t> entries() const;
/third_party/node/lib/internal/test_runner/
H A Drunner.js110 const entries = readdirSync(path);
118 for (let i = 0; i < entries.length; i++) {
119 processPath(join(path, entries[i]), testFiles, options);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.h278 entries(zone), in WasmElemSegment()
288 entries(zone), in WasmElemSegment()
299 ZoneVector<Entry> entries; member in v8::internal::wasm::WasmModuleBuilder::WasmElemSegment
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc252 RuntimeCallStatEntries entries; in Print() local
257 entries.Add(GetCounter(i)); in Print()
259 entries.Print(os); in Print()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_crld.c97 rnm = nm->entries; in set_dist_point_name()
98 nm->entries = NULL; in set_dist_point_name()
432 ntmp.entries = dpn->name.relativename; in print_distpoint()
/third_party/openssl/crypto/x509/
H A Dv3_crld.c92 rnm = nm->entries; in set_dist_point_name()
93 nm->entries = NULL; in set_dist_point_name()
427 ntmp.entries = dpn->name.relativename; in print_distpoint()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dopcode.cpp104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup()
133 const auto beg = table->entries; in spvOpcodeTableValueLookup()
134 const auto end = table->entries + table->count; in spvOpcodeTableValueLookup()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.cpp104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup()
133 const auto beg = table->entries; in spvOpcodeTableValueLookup()
134 const auto end = table->entries + table->count; in spvOpcodeTableValueLookup()
/third_party/toybox/lib/
H A Dportability.c59 struct statfs *entries; in xgetmountlist() local
63 if ((count = getmntinfo(&entries, 0)) == 0) perror_exit("getmntinfo"); in xgetmountlist()
70 struct statfs *me = &entries[i]; in xgetmountlist()
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c112 uint32_t next_index; /* For generating object paths for entries. */
523 const char **entries; in get_entries() local
536 entries = pa_xnew(const char *, *n); in get_entries()
539 entries[i++] = de->object_path; in get_entries()
541 return entries; in get_entries()
546 const char **entries; in handle_get_entries() local
553 entries = get_entries(u, &n); in handle_get_entries()
555 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, entries, n); in handle_get_entries()
557 pa_xfree(entries); in handle_get_entries()
566 const char **entries; in handle_get_all() local
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-unscopables.js86 assert(symbol_obj.entries === true);
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h75 * The number of cache entries.
91 struct softpipe_tex_cached_tile entries[NUM_TEX_TILE_ENTRIES]; member
/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Duser-timing-helper.js1 // Compares a list of performance entries to a predefined one.
2 // actualEntries is an array of performance entries from the user agent,
3 // and expectedEntries is an array of performance entries minted by the test.
4 // The comparison doesn't assert the order of the entries.
7 `The length of actual and expected entries should match.
/third_party/node/test/parallel/
H A Dtest-dns-resolveany.js14 { type: 'TXT', entries: [ 'v=spf1 ~all xyz\0foo' ] },
60 // TTL values are only provided for A and AAAA entries.
H A Dtest-https-agent-additional-options.js80 https.get(getBaseOptions(port), variations(updatedValues.entries(), port));
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dobject_mutator.js53 for (const [index, property] of properties.entries()) {
H A Dnormalizer.js38 for (const [name, binding] of Object.entries(path.scope.bindings)) {
/third_party/ninja/src/
H A Dbuild_log.h85 /// Rewrite the known log entries, throwing away old data.
94 const Entries& entries() const { return entries_; } in entries() function
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c122 const unsigned num_end_preds = impl->end_block->predecessors->entries; in brw_nir_apply_tcs_quads_workaround()

Completed in 14 milliseconds

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