/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_single_kv_store.cpp | 159 std::vector<Entry> entries; in GetEntries() member 175 status = kvStore->GetEntries(keyPrefix, ctxt->entries); in GetEntries() 179 status = kvStore->GetEntries(query, ctxt->entries); in GetEntries() 187 ctxt->status = JSUtil::SetValue(env, ctxt->entries, result, isSchemaStore); in GetEntries()
|
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 169 unsigned int sents_per_block; /* # of SIT entries per block */ 506 #define nat_in_journal(jnl, i) (jnl->nat_j.entries[i].ne) 507 #define nid_in_journal(jnl, i) (jnl->nat_j.entries[i].nid) 508 #define sit_in_journal(jnl, i) (jnl->sit_j.entries[i].se) 509 #define segno_in_journal(jnl, i) (jnl->sit_j.entries[i].segno)
|
/third_party/node/src/ |
H A D | node_util.cc | 175 Local<Array> entries; in PreviewEntries() local 176 if (!args[0].As<Object>()->PreviewEntries(&is_key_value).ToLocal(&entries)) in PreviewEntries() 180 return args.GetReturnValue().Set(entries); in PreviewEntries() 183 entries, in PreviewEntries()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 96 entries, in GetOrInsertCachedEntry() 98 auto it = entries->find(search_value); in GetOrInsertCachedEntry() 99 if (it != entries->end()) { in GetOrInsertCachedEntry() 103 entries->insert(search_value); in GetOrInsertCachedEntry() 94 GetOrInsertCachedEntry( std::unordered_set<CodeEntry*, CodeEntry::Hasher, CodeEntry::Equals>* entries, CodeEntry* search_value, CodeEntryStorage& storage) GetOrInsertCachedEntry() argument
|
H A D | profile-generator.cc | 408 bool ProfileNode::GetLineTicks(v8::CpuProfileNode::LineTick* entries, in GetLineTicks() argument 410 if (entries == nullptr || length == 0) return false; in GetLineTicks() 417 v8::CpuProfileNode::LineTick* entry = entries; in GetLineTicks() 794 std::vector<v8::CpuProfileNode::LineTick> entries(lineCount); in SerializePositionTicks() 795 if (node->GetLineTicks(&entries[0], lineCount)) { in SerializePositionTicks() 799 writer_->AddNumber(entries[i].line); in SerializePositionTicks() 801 writer_->AddNumber(entries[i].hit_count); in SerializePositionTicks() 958 // We expect all entries in the code mapping to contain a CodeEntry. in Clear()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUDevice.cpp | 217 !conv(desc.entries, desc.entryCount, descriptor.entries)) { in createBindGroupLayout() 247 !conv(desc.entries, desc.entryCount, descriptor.entries)) { in createBindGroup()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 56 GOptionEntry entries[] = in parse_face() local 62 parser.add_main_group (entries, &face_opts); in parse_face() 799 {"name-legacy", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_NAME_LEGACY>, "Keep legacy (non-Unicode) 'name' table entries", nullptr}, in add_options() 827 GOptionEntry entries[] = in add_options() local 833 add_main_group (entries, this); in add_options()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 107 { "ism_lookahead", "Number of lookahead entries for ISM files", offsetof(MOVMuxContext, ism_lookahead), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 255, AV_OPT_FLAG_ENCODING_PARAM}, 219 int i, j, entries = 0, tst = -1, oldtst = -1; in mov_write_stsz_tag() local 227 tst = track->cluster[i].size / track->cluster[i].entries; in mov_write_stsz_tag() 231 entries += track->cluster[i].entries; in mov_write_stsz_tag() 234 int sSize = track->entry ? track->cluster[0].size / track->cluster[0].entries : 0; in mov_write_stsz_tag() 237 avio_wb32(pb, entries); // sample count in mov_write_stsz_tag() 240 avio_wb32(pb, entries); // sample count in mov_write_stsz_tag() 242 for (j = 0; j < track->cluster[i].entries; j++) { in mov_write_stsz_tag() 244 track->cluster[i].entries); in mov_write_stsz_tag() 2671 uint32_t entries = 0; mov_write_ctts_tag() local 2711 uint32_t entries = -1; mov_write_stts_tag() local 2777 int entries = -1; mov_preroll_write_stbl_atoms() local 5476 int i, entries; global() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 613 deUint32 entries = 0; in logFailedSubtests() local 624 entries = 0; in logFailedSubtests() 627 if (entries++) msg << " "; in logFailedSubtests() 639 entries = 0; in logFailedSubtests() 642 if (entries++) msg << " "; in logFailedSubtests() 651 entries = 0; in logFailedSubtests() 654 if (entries++) msg << " "; in logFailedSubtests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 611 deUint32 entries = 0; in logFailedSubtests() local 622 entries = 0; in logFailedSubtests() 625 if (entries++) msg << " "; in logFailedSubtests() 637 entries = 0; in logFailedSubtests() 640 if (entries++) msg << " "; in logFailedSubtests() 649 entries = 0; in logFailedSubtests() 652 if (entries++) msg << " "; in logFailedSubtests()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata.cpp | 187 MnoteHuaweiEntry *entry = ec->entries[i]; in HandleMakerNote() 223 MnoteHuaweiEntry *entry = ec->entries[i]; in HandleHwMnote() 793 if (tag == content->entries[i]->tag) { in FindRanges() 795 std::make_pair(content->entries[i]->offset, content->entries[i]->size); in FindRanges()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_syncer_test.cpp | 600 static void SetEntryDataForSyncWithMultipleUsers002(std::vector<Entry> &entries, std::vector<Key> &keys) in SetEntryDataForSyncWithMultipleUsers002() argument 610 entries.push_back(entry); in SetEntryDataForSyncWithMultipleUsers002() 633 std::vector<Entry> entries; in HWTEST_F() local 635 SetEntryDataForSyncWithMultipleUsers002(entries, keys); in HWTEST_F() 637 ASSERT_EQ(kvDelegatePtrS1_->PutBatch(entries), OK); in HWTEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserharness.js | 989 var entries = new TypeScript.ScopeTraversal(compiler).getScopeEntries(enclosingScopeContext); 991 for (var i = 0; i < entries.length; i++) { 992 if (entries[i].name === targetIdentifier) { 993 matchingIdentifiers.push(new Type(entries[i].type, code, targetIdentifier)); 1595 var entries = this.editRanges.slice(initialEditRangeIndex); 1597 var minDistFromStart = entries.map(x => x.editRange.minChar).reduce((prev, current) => Math.min(prev, current)); 1598 var minDistFromEnd = entries.map(x => x.length - x.editRange.limChar).reduce((prev, current) => Math.min(prev, current)); 1599 var aggDelta = entries.map(x => x.editRange.delta).reduce((prev, current) => prev + current); 1601 return new TypeScript.ScriptEditRange(minDistFromStart, entries[0].length - minDistFromEnd, aggDelta); 1784 /** Normalize an array of edits by removing overlapping entries an [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | single_kvstore_async_get_test.cpp | 228 * @tc.desc: async get entries, networkId is invalid. 236 std::vector<Entry> entries; in HWTEST_F() local 241 entries.push_back(entry); in HWTEST_F() 243 auto status = singleKvStore->PutBatch(entries); in HWTEST_F() 289 * @tc.desc: async get entries, networkId is local.
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 55 std::vector<Entry> entries; in ToEntries() local 58 entries.push_back(entry); in ToEntries() 60 return entries; in ToEntries()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | meta_data_manager.cpp | 240 bool MetaDataManager::GetEntries(const std::string &prefix, std::vector<Bytes> &entries, bool isLocal) in GetEntries() argument 255 entries.resize(dbEntries.size()); in GetEntries() 257 entries[i] = std::move(dbEntries[i].value); in GetEntries()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor_extend.cpp | 273 int SQLiteSingleVerStorageExecutor::GetEntries(const std::string &device, std::vector<Entry> &entries) const in GetEntries() 279 LOGE("[SQLiteSingleVerStorageExecutor] Get entries by device statement failed:%d", errCode); in GetEntries() 287 LOGW("[SQLiteSingleVerStorageExecutor] Reset get entries statement failed:%d", ret); in GetEntries() 298 errCode = StepForResultEntries(true, stmt, entries); in GetEntries() 302 LOGD("[SQLiteSingleVerStorageExecutor] Get %zu entries by device", entries.size()); in GetEntries() 316 LOGE("Prepare the sync num entries statement error:%d", errCode); in PrepareForUnSyncTotalByTime()
|
H A D | sqlite_single_ver_natural_store_extend.cpp | 359 int SQLiteSingleVerNaturalStore::InterceptData(std::vector<SingleVerKvEntry *> &entries, const std::string &sourceID, in InterceptData() argument 371 InterceptedDataImpl data(entries, [this](const Value &newValue) -> int { in InterceptData() 382 SingleVerKvEntry::Release(entries); in InterceptData()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 57 std::vector<Entry> entries; in ToEntries() local 60 entries.push_back(entry); in ToEntries() 62 return entries; in ToEntries()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_device_kv_store.cpp | 191 std::vector<Entry> entries; in GetEntries() member 205 Status status = kvStore->GetEntries(ctxt->va.dataQuery, ctxt->entries); in GetEntries() 212 ctxt->status = JSUtil::SetValue(env, ctxt->entries, result, isSchemaStore); in GetEntries()
|
/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()
|