/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_auto_launch_test.cpp | 326 std::vector<SingleVerKvEntry *> entries; in GetSyncData() local
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store.cpp | 251 std::vector<Entry> entries; in PutBatch() member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.cpp | 137 static int GetEntries(const IKvDBConnection *kvDBConnection, const Key &keyPrefix, std::vector<Entry> &entries) in GetEntries() argument 156 static int GetSliceCount(std::vector<Entry> &&entries, uint32_t &count) in GetSliceCount() argument 189 std::vector<Entry> entries; in PutSlice() local 219 std::vector<Entry> entries; DeleteSlice() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | multi_ver_data_sync.cpp | 271 std::vector<MultiVerKvEntry *> entries; in AckRecvCallback() local 302 int MultiVerDataSync::PutCommitData(const MultiVerCommitNode &commit, const std::vector<MultiVerKvEntry *> &entries, in PutCommitData() argument 463 std::vector<std::vector<uint8_t>> entries; AckPacketSerialization() local 504 std::vector<std::vector<uint8_t>> entries; AckPacketDeSerialization() local 652 std::vector<std::vector<uint8_t>> entries; SendAckPacket() local 683 GetCommitData(const MultiVerCommitNode &commit, std::vector<MultiVerKvEntry *> &entries) GetCommitData() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_operation_test.cpp | 188 std::vector<Entry> entries; in HWTEST_F() local 240 std::vector<Entry> entries; in HWTEST_F() local 308 std::vector<Entry> entries; in HWTEST_F() local 386 std::vector<Entry> entries; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/ |
H A D | singlekvstore_fuzzer.cpp | 103 std::vector<Entry> entries; in PutBatchFuzz() local 157 std::vector<Entry> entries; in GetEntriesFuzz2() local
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | convert_utils_test.cpp | 235 void ConvertUtilsTest::CheckEntries(const std::vector<std::shared_ptr<PasteDataEntry>> &entries) in CheckEntries() argument 374 auto entries = record->GetEntries(); in HWTEST_F() local 401 auto entries = record->GetEntries(); in HWTEST_F() local 433 auto entries in HWTEST_F() local 462 auto entries = record->GetEntries(); HWTEST_F() local [all...] |
/third_party/elfutils/src/ |
H A D | findtextrel.c | 267 size_t entries = (shdr->sh_entsize == 0 in process_file() local 407 size_t entries = (shdr->sh_entsize == 0 in process_file() local 431 size_t entries = (shdr->sh_entsize == 0 in process_file() local 526 size_t entries = (shdr->sh_entsize == 0 in check_rel() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | svq1dec.c | 171 int entries[6]; in svq1_decode_block_intra() local 238 int entries[6]; in svq1_decode_block_non_intra() local
|
H A D | tiffenc.c | 72 uint8_t entries[TIFF_MAX_ENTRY * 12]; ///< entries in header member
|
/third_party/ffmpeg/libavformat/ |
H A D | seek.c | 66 AVIndexEntry *entries, *ie; in ff_add_index_entry() local 128 int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries, in ff_index_search_timestamp() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XCldrStub.java | 111 public Iterable<Entry<K, V>> entries() { in entries() method in XCldrStub.Multimap
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XCldrStub.java | 116 public Iterable<Entry<K, V>> entries() { in entries() method in XCldrStub.Multimap
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 102 bool ListDirectory(const string& path, vector<DirEntry>* entries) { in ListDirectory() argument 573 vector<DirEntry> entries; in WriteSource() local [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cs.h | 85 struct tu_cs_entry *entries; member
|
H A D | tu_descriptor_set.h | 140 struct tu_descriptor_pool_entry entries[0]; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 642 VkDescriptorUpdateTemplateEntry *entries = (VkDescriptorUpdateTemplateEntry *)(templ + 1); in lvp_CreateDescriptorUpdateTemplate() local
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_buffer.c | 88 struct vn_buffer_cache_entry *entries; in vn_buffer_cache_entries_create() local 146 vn_buffer_cache_entries_destroy(struct vn_device *dev, struct vn_buffer_cache_entry *entries) vn_buffer_cache_entries_destroy() argument 204 struct vn_buffer_cache_entry *entries = NULL; vn_buffer_cache_init() local [all...] |
/third_party/libexif/libexif/huawei/ |
H A D | exif-mnote-data-huawei.c | 266 MnoteHuaweiEntry* entries = exif_mem_alloc (ne->mem, sizeof (MnoteHuaweiEntry) * count); exif_mnote_data_huawei_load_data() local 707 MnoteHuaweiEntry *entries = exif_mem_realloc (ne->mem, exif_mnote_data_add_entry() local 833 MnoteHuaweiEntry *entries = n->entries; print_huawei_md() local [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.cc | 130 std::vector<ConstantPoolEntry>& entries = info.entries; in EmitGroup() local [all...] |
H A D | handler-table.cc | 144 int HandlerTable::LengthForRange(int entries) { in LengthForRange() argument
|
/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats.cc | 252 RuntimeCallStatEntries entries; in Print() local
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 94 GetOrInsertCachedEntry( std::unordered_set<CodeEntry*, CodeEntry::Hasher, CodeEntry::Equals>* entries, CodeEntry* search_value, CodeEntryStorage& storage) GetOrInsertCachedEntry() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 55 void computeReferenceLayout (const VarType& type, vector<SharedStructVarEntry>& entries) in computeReferenceLayout() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 55 void computeReferenceLayout (const VarType& type, vector<SharedStructVarEntry>& entries) in computeReferenceLayout() argument
|