/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_descriptor_set.h | 115 struct vn_descriptor_update_template_entry entries[]; member
|
/third_party/libexif/libexif/ |
H A D | exif-content.h | 42 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 D | intel_l3_config.h | 106 unsigned entries[4], unsigned start[4],
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | pdispatch.h | 38 pa_pdispatch* pa_pdispatch_new(pa_mainloop_api *m, bool use_rtclock, const pa_pdispatch_cb_t *table, unsigned entries);
|
H A D | idxset.c | 59 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 D | BindGroupGL.cpp | 26 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 D | NamedStreamMap.h | 56 StringMap<uint32_t> entries() const;
|
/third_party/node/lib/internal/test_runner/ |
H A D | runner.js | 110 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 D | wasm-module-builder.h | 278 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 D | runtime-call-stats.cc | 252 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 D | v3_crld.c | 97 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 D | v3_crld.c | 92 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 D | opcode.cpp | 104 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 D | opcode.cpp | 104 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 D | portability.c | 59 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 D | module-stream-restore.c | 112 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 D | symbol-unscopables.js | 86 assert(symbol_obj.entries === true);
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_tile_cache.h | 75 * 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 D | user-timing-helper.js | 1 // 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 D | test-dns-resolveany.js | 14 { type: 'TXT', entries: [ 'v=spf1 ~all xyz\0foo' ] }, 60 // TTL values are only provided for A and AAAA entries.
|
H A D | test-https-agent-additional-options.js | 80 https.get(getBaseOptions(port), variations(updatedValues.entries(), port));
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | object_mutator.js | 53 for (const [index, property] of properties.entries()) {
|
H A D | normalizer.js | 38 for (const [name, binding] of Object.entries(path.scope.bindings)) {
|
/third_party/ninja/src/ |
H A D | build_log.h | 85 /// 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 D | brw_nir_tcs_workarounds.c | 122 const unsigned num_end_preds = impl->end_block->predecessors->entries; in brw_nir_apply_tcs_quads_workaround()
|