Home
last modified time | relevance | path

Searched refs:entries (Results 576 - 600 of 1059) sorted by relevance

1...<<21222324252627282930>>...43

/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/pulseaudio/src/pulsecore/
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/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()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_kvstore.h54 EXPORT int32_t BatchInsert(const std::vector<DistributedKv::Entry> &entries);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.h53 void SetEntries(std::vector<DataItem> entries);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.h98 std::vector<Entry> entries{};
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore.h69 * @brief Put a list of entries to kvstore.
71 * all entries will be put in a transaction,
72 * if entries contains invalid entry, PutBatch will all fail.
73 * entries's size should be less than 128 and memory size must be less than IPC transport limit.
75 * @param entries The entries.
78 virtual Status PutBatch(const std::vector<Entry> &entries) = 0;
89 * @brief Delete a list of entries in the kvstore.
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_delegate.h48 DB_API virtual DBStatus PutBatch(const std::vector<Entry> &entries) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.h44 DBStatus PutBatch(const std::vector<Entry> &entries) override;
/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()
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
H A Dproxy.js15 const PROXY_ENV = Object.entries(process.env).reduce((acc, [key, value]) => {
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt08.c56 * The expected sizes for the 'state' match entries as well as the
84 * after the match and target entries each.
111 struct ipt_entry *ipt_entry = &ipt_replace->entries[0]; in run()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Doutput_ipsec_conf67 Flush the SAD and SPD entries.
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h23 // HandlerTable is a byte array containing entries for exception handlers in
77 static int LengthForRange(int entries);
91 // Returns the number of entries in the table.
111 // Number of entries in the loaded handler table.
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h95 amdgpu_bo_handle bo; /* NULL for slab entries and sparse buffers */
117 struct amdgpu_winsys_bo *entries; member

Completed in 10 milliseconds

1...<<21222324252627282930>>...43