/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/pulseaudio/src/pulsecore/ |
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/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()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | medialibrary_kvstore.h | 54 EXPORT int32_t BatchInsert(const std::vector<DistributedKv::Entry> &entries);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_data_inserter.h | 53 void SetEntries(std::vector<DataItem> entries);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_executor.h | 98 std::vector<Entry> entries{};
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kvstore.h | 69 * @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 D | kv_store_delegate.h | 48 DB_API virtual DBStatus PutBatch(const std::vector<Entry> &entries) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_impl.h | 44 DBStatus PutBatch(const std::vector<Entry> &entries) override;
|
/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()
|
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/ |
H A D | proxy.js | 15 const PROXY_ENV = Object.entries(process.env).reduce((acc, [key, value]) => {
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt08.c | 56 * 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 D | output_ipsec_conf | 67 Flush the SAD and SPD entries.
|
/third_party/node/deps/v8/src/codegen/ |
H A D | handler-table.h | 23 // 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 D | amdgpu_bo.h | 95 amdgpu_bo_handle bo; /* NULL for slab entries and sparse buffers */ 117 struct amdgpu_winsys_bo *entries; member
|