/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WGPUHelpers.cpp | 240 std::vector<wgpu::BindGroupLayoutEntry> entries; in MakeBindGroupLayout() local 361 std::vector<wgpu::BindGroupEntry> entries; in MakeBindGroup() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_linearization_info.cpp | 1332 uint32 entries = fBlackDeltaH->LogicalSize () / (uint32) sizeof (table [0]); in MaxBlackLevel() local 1366 uint32 entries = fBlackDeltaV->LogicalSize () / (uint32) sizeof (table [0]); in MaxBlackLevel() local
|
/third_party/protobuf/js/ |
H A D | map.js | [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 1058 let mut entries = names.entries(); in test_add_name_entry() variables
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 828 std::vector<Entry> entries;
in DmsPutBatch() local
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/ |
H A D | io_util.cpp | 103 auto entries = dir->GetEntries(); in FileExists() local 296 auto entries = dir->GetEntries(); in ReplaceTextInFilesImpl() local
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 625 std::map<std::string, std::string> entries; in AddSvrProfilesToCache() local 653 std::map<std::string, std::string> entries; in AddCharProfilesToCache() local 711 GetDynamicProfilesFromTempCache( std::map<std::string, std::string>& entries) GetDynamicProfilesFromTempCache() argument 728 std::map<std::string, std::string> entries; SaveDynamicProfilesFromTempCache() local [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 112 std::map<std::string, std::string> entries; in PutDeviceProfile() local 140 std::map<std::string, std::string> entries; in PutServiceProfile() local 164 std::map<std::string, std::string> entries; in PutServiceProfileBatch() local 198 std::map<std::string, std::string> entries; PutCharacteristicProfile() local 222 std::map<std::string, std::string> entries; PutCharacteristicProfileBatch() local 549 std::vector<DistributedKv::Entry> entries; GetEntriesByKeys() local 590 SavePutTempCache(std::map<std::string, std::string>& entries) SavePutTempCache() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 60 DBStatus KvStoreNbDelegateMock::PutBatch(const std::vector<Entry> &entries)
in PutBatch() argument 176 DBStatus KvStoreNbDelegateMock::PutLocalBatch(const std::vector<Entry> &entries)
in PutLocalBatch() argument
|
H A D | db_store_mock.cpp | 64 DBStatus DBStoreMock::PutBatch(const std::vector<Entry> &entries) in PutBatch() argument 187 DBStatus DBStoreMock::PutLocalBatch(const std::vector<Entry> &entries) in PutLocalBatch() argument 274 PutBatch(ConcurrentMap<Key, Value> &store, const std::vector<Entry> &entries) PutBatch() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | single_kvstore_client_test.cpp | 497 std::vector<Entry> entries; in HWTEST_F() local 599 std::vector<Entry> entries; in HWTEST_F() local 626 std::vector<Entry> entries; HWTEST_F() local 663 std::vector<Entry> entries; HWTEST_F() local 696 std::vector<Entry> entries; HWTEST_F() local 739 std::vector<Entry> entries; HWTEST_F() local 779 std::vector<Entry> entries; HWTEST_F() local 820 std::vector<Entry> entries; HWTEST_F() local 860 std::vector<Entry> entries; HWTEST_F() local 905 std::vector<Entry> entries; HWTEST_F() local 959 std::vector<Entry> entries; HWTEST_F() local 1016 std::vector<Entry> entries; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_crud_test.cpp | 1474 std::vector<Entry> entries; HWTEST_F() local 1533 std::vector<Entry> entries; HWTEST_F() local 1622 std::vector<Entry> entries; HWTEST_F() local [all...] |
H A D | distributeddb_kv_transaction_test.cpp | 792 vector<Entry> entries; in HWTEST_F() local 951 vector<Entry> entries; in HWTEST_F() local [all...] |
H A D | distributeddb_kv_observer_test.cpp | 834 vector<Entry> entries; in HWTEST_F() local
|
H A D | distributeddb_kv_observer_snap_test.cpp | 845 vector<Entry> entries; in HWTEST_F() local
|
H A D | distributeddb_kv_batch_crud_test.cpp | 494 bool PutBatchTwoRecords(vector<Entry> &entries) in PutBatchTwoRecords() argument 842 RegisterSnapAgainAndCheck1(KvStoreObserverSnapImpl &observer1, KvStoreSnapshotDelegate *&snap1, vector<Entry> &entries, DistributedDB::Key &keyPrefix) RegisterSnapAgainAndCheck1() argument 864 RegisterSnapAgainAndCheck2(KvStoreObserverSnapImpl &observer2, KvStoreSnapshotDelegate *&snap2, vector<Entry> &entries, DistributedDB::Key &keyPrefix) RegisterSnapAgainAndCheck2() argument 891 RegisterSnapAgainAndCheck3(KvStoreObserverSnapImpl &observer3, KvStoreSnapshotDelegate *&snap3, vector<Entry> &entries, DistributedDB::Key &keyPrefix) RegisterSnapAgainAndCheck3() argument 917 RegisterSnapAgainAndCheck4(KvStoreObserverSnapImpl &observer4, KvStoreSnapshotDelegate *&snap4, vector<Entry> &entries, DistributedDB::Key &keyPrefix, vector<Entry> &entriesInDB) RegisterSnapAgainAndCheck4() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 1414 Entries entries = std::get<Entries>(extend[CloudDbConstant::REFERENCE_FIELD]); in CheckCloudBatchData() local 1415 EXPECT_EQ(std::to_string(rowid), entries["targetTable"]); in CheckCloudBatchData() local
|
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 775 std::map<std::string, std::string> entries; in HWTEST_F() local
|
H A D | distributeddb_cloud_reference_sync_test.cpp | 368 Entries entries = std::get<Entries>(data.at(CloudDbConstant::REFERENCE_FIELD)); in CheckCloudData() local 448 Entries entries; in HWTEST_F() local 474 Entries entries; in HWTEST_F() local 537 Entries entries; in HWTEST_F() local 586 Entries entries; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_transaction_data_test.cpp | 95 static int RunSyncMergeForOneCommit(std::vector<MultiVerKvEntry *> &entries) in RunSyncMergeForOneCommit() argument 547 std::vector<Entry> entries; in HWTEST_F() local 185 PushOneEntry(uint64_t opr, uint64_t timestamp, const Key &key, const Value &value, std::vector<MultiVerKvEntry *> &entries) PushOneEntry() argument 577 std::vector<Entry> entries; HWTEST_F() local 683 std::vector<Entry> entries; HWTEST_F() local 719 std::vector<Entry> entries; HWTEST_F() local 757 std::vector<Entry> entries; HWTEST_F() local 861 std::vector<Entry> entries; HWTEST_F() local 895 std::vector<Entry> entries; HWTEST_F() local 1015 std::vector<MultiVerKvEntry *> entries; HWTEST_F() local 1061 std::vector<MultiVerKvEntry *> entries; HWTEST_F() local 1207 std::vector<MultiVerKvEntry *> entries; HWTEST_F() local 1265 std::vector<MultiVerKvEntry *> entries; global() local 1324 std::vector<MultiVerKvEntry *> entries; HWTEST_F() local 1362 std::vector<MultiVerKvEntry *> entries; PutFirstSyncCommitData() local 1394 std::vector<MultiVerKvEntry *> entries; PutSecondSyncCommitData() local 1455 ReleaseKvEntries(std::vector<MultiVerKvEntry *> &entries) ReleaseKvEntries() argument 1492 std::vector<MultiVerKvEntry *> entries; HWTEST_F() local 1538 std::vector<MultiVerKvEntry *> entries; HWTEST_F() local [all...] |
H A D | distributeddb_storage_register_observer_test.cpp | 158 void PreDataforOperation(const Entry &entry, bool isLocalPutRegisted, bool isPutRegisted, list<Entry> &entries) in PreDataforOperation() argument 194 list<Entry> entries; in TestForOperation() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_single_ver_sync_db_Interface.cpp | 33 int GetEntriesFromItems(std::vector<SingleVerKvEntry *> &entries, const std::vector<VirtualDataItem> &dataItems) in GetEntriesFromItems() argument 294 int VirtualSingleVerSyncDBInterface::GetSyncDataNext(std::vector<SingleVerKvEntry *> &entries, in GetSyncDataNext() argument 277 GetSyncData(Timestamp begin, Timestamp end, std::vector<SingleVerKvEntry *> &entries, ContinueToken &continueStmtToken, const DataSizeSpecInfo &dataSizeInfo) const GetSyncData() argument 532 InterceptData(std::vector<SingleVerKvEntry *> &entries, const std::string &sourceID, const std::string &targetID, bool isPush) const InterceptData() argument 538 PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &entries, const std::string &deviceName) PutSyncDataWithQuery() argument [all...] |
H A D | virtual_relational_ver_sync_db_interface.cpp | 26 int GetEntriesFromItems(std::vector<SingleVerKvEntry *> &entries, const std::vector<DataItem> &dataItems) in GetEntriesFromItems() argument 72 PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &entries, const std::string &deviceName) PutSyncDataWithQuery() argument
|
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 104 vector<Entry> entries; in CrudTest() local 1857 std::vector<Entry> entries; in HWTEST_F() local 1933 std::vector<Entry> entries; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_engine.cpp | 1058 auto &entries = syncData.entries; in CommitNotifyForMigrateCache() local
|