Home
last modified time | relevance | path

Searched refs:store (Results 301 - 325 of 1969) sorted by relevance

1...<<11121314151617181920>>...79

/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsTest.js43 await kvManager.getKVStore(TEST_STORE_ID, options).then(async (store) => {
45 kvStore = store;
46 expect(store != null).assertTrue();
234 await kvManager.getKVStore(TEST_STORE_ID, options).then(async (store) => {
236 kvStore = store;
237 expect(store != null).assertTrue();
280 await kvManager.getKVStore(TEST_STORE_ID, options).then(async (store) => {
282 kvStore = store;
283 expect(store != null).assertTrue();
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsunit.test.js40 await kvManager.getKVStore(TEST_STORE_ID, options).then(async (store) => {
42 kvStore = store;
43 expect(store != null).assertTrue();
236 await kvManager.getKVStore(TEST_STORE_ID, options).then(async (store) => {
238 kvStore = store;
239 expect(store != null).assertTrue();
281 await kvManager.getKVStore(TEST_STORE_ID, options).then(async (store) => {
283 kvStore = store;
284 expect(store != null).assertTrue();
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dfinalize.c20 void run_in_store(wasm_store_t* store) { in run_in_store() argument
41 own wasm_module_t* module = wasm_module_new(store, &binary); in run_in_store()
54 wasm_instance_new(store, module, NULL, NULL); in run_in_store()
74 printf("Creating store 1...\n"); in main()
77 printf("Running in store 1...\n"); in main()
81 printf("Creating store 2...\n"); in main()
84 printf("Running in store 2...\n"); in main()
88 printf("Deleting store 2...\n"); in main()
92 printf("Running in store 1...\n"); in main()
96 printf("Deleting store in main()
[all...]
H A Dmemory.c103 wasm_store_t* store = wasm_store_new(engine); in main() local
125 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
136 wasm_instance_new(store, module, NULL, NULL); in main()
207 own wasm_memory_t* memory2 = wasm_memory_new(store, memorytype); in main()
217 wasm_store_delete(store); in main()
/third_party/python/Tools/scripts/
H A Ddutree.py18 total, d = store(size, comps, total, d)
25 def store(size, comps, total, d): function
31 d[comps[0]] = store(size, comps[1:], t1, d1)
/third_party/skia/include/gpu/
H A DGrContextOptions.h55 // Placeholder until all clients override the 3-parameter store(), then remove this, and
57 virtual void store(const SkData& /*key*/, const SkData& /*data*/) { SkASSERT(false); } in store() function in GrContextOptions::PersistentCache
63 virtual void store(const SkData& key, const SkData& data, const SkString& /*description*/) { in store() function in GrContextOptions::PersistentCache
64 this->store(key, data); in store()
226 * Cache in which to store compiled shader binaries between runs.
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp106 dec_sample->isRunning_.store(false); in VdecAPI11Error()
163 dec_sample->isRunning_.store(false); in VdecAPI11InputDataReady()
171 dec_sample->isRunning_.store(false); in VdecAPI11InputDataReady()
194 dec_sample->isRunning_.store(false); in VdecAPI11OutputDataReady()
202 dec_sample->isRunning_.store(false); in VdecAPI11OutputDataReady()
457 isRunning_.store(false); in StopInloop()
475 isRunning_.store(true); in StartDecoder()
478 isRunning_.store(false); in StartDecoder()
485 isRunning_.store(false); in StartDecoder()
495 isRunning_.store(fals in StartDecoder()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.h71 pendingScreenRefreshRate_.store(rate); in SetPendingScreenRefreshRate()
84 screenRefreshRateImme_.store(rate); in SetScreenRefreshRateImme()
97 pendingConstraintRelativeTime_.store(relativeTime); in SetPendingConstraintRelativeTime()
109 timestamp_.store(timestamp); in SetTimestamp()
180 doDirectComposition_.store(doDirectComposition); in SetDirectCompositionFlag()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dclone_source.cpp79 int32_t CloneOpenCall::OnCreate(NativeRdb::RdbStore &store) in OnCreate() argument
82 int32_t errCode = store.ExecuteSql(createSql); in OnCreate()
91 int32_t CloneOpenCall::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
114 shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCode); in Init() local
115 cloneStorePtr_ = store; in Init()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp55 [this, &dbManager, &kvStore, &appId, &dbStatus, &options](auto status, auto *store) { in GetOrOpenStore()
57 if (store == nullptr) { in GetOrOpenStore()
60 auto release = [dbManager](auto *store) { dbManager->CloseKvStore(store); }; in GetOrOpenStore()
61 auto dbStore = std::shared_ptr<DBStore>(store, release); in GetOrOpenStore()
/third_party/node/src/
H A Dnode_blob.h22 std::shared_ptr<v8::BackingStore> store; member
49 const std::vector<BlobEntry>& store,
70 const std::vector<BlobEntry>& store, in BlobTransferData()
72 : store_(store), in BlobTransferData()
95 const std::vector<BlobEntry>& store,
69 BlobTransferData( const std::vector<BlobEntry>& store, size_t length) BlobTransferData() argument
/third_party/node/deps/v8/src/objects/
H A Dcompressed-slots-inl.h47 void CompressedObjectSlot::store(Object value) const { in store() function in v8::internal::CompressedObjectSlot
52 // Simply forward to store because map packing is not supported with pointer in store_map()
55 store(map); in store_map()
113 void CompressedMaybeObjectSlot::store(MaybeObject value) const { in store() function in v8::internal::CompressedMaybeObjectSlot
155 void CompressedHeapObjectSlot::store(HeapObjectReference value) const { in store() function in v8::internal::CompressedHeapObjectSlot
178 void OffHeapCompressedObjectSlot::store(Object value) const { in store() function in v8::internal::OffHeapCompressedObjectSlot
/third_party/openssl/test/
H A Dpkcs7_test.c57 X509_STORE *store = NULL; in pkcs7_verify_test() local
80 && TEST_ptr(store = X509_STORE_new()) in pkcs7_verify_test()
81 && TEST_true(X509_STORE_add_cert(store, cert)) in pkcs7_verify_test()
84 && TEST_true(PKCS7_verify(p7, NULL, store, msg_bio, NULL, PKCS7_TEXT)) in pkcs7_verify_test()
87 X509_STORE_free(store); in pkcs7_verify_test()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_connection.cpp23 RelationalStoreConnection::RelationalStoreConnection(IRelationalStore *store) in RelationalStoreConnection() argument
24 : store_(store), isExclusive_(false) in RelationalStoreConnection()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dgallery_db_upgrade.h25 int32_t OnUpgrade(NativeRdb::RdbStore &store);
28 int32_t AddPhotoQualityOfGalleryMedia(NativeRdb::RdbStore &store);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/event_handler/
H A Drdb_open_event.h25 virtual int32_t OnCreate(NativeRdb::RdbStore &store) = 0;
26 virtual int32_t OnUpgrade(NativeRdb::RdbStore &store, int32_t oldVersion, int32_t newVersion) = 0;
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreCustomDir.test.js48 * @tc.name RelationalStore store Single level directory getRdbStore callback test
50 * @tc.desc RelationalStore store Single level directory getRdbStore callback test
71 * @tc.name RelationalStore store Single level directory getRdbStore promise test
73 * @tc.desc RelationalStore store Single level directory getRdbStore promise test
101 * @tc.name RelationalStore store Single level directory insert update delete query test
103 * @tc.desc RelationalStore store Single level directory insert update delete query test
115 let store = null;
117 store = await data_Rdb.getRdbStore(context, STORE_CONFIG);
118 await store.executeSql(CREATE_TABLE_TEST, null);
129 await store
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp479 ir_constant *&store, int &offset) in constant_referenced()
481 store = NULL; in constant_referenced()
515 store = substore->get_array_element(index); in constant_referenced()
518 store = substore; in constant_referenced()
521 store = substore; in constant_referenced()
546 store = substore->get_record_field(dr->field_idx); in constant_referenced()
556 store = (ir_constant *) entry->data; in constant_referenced()
565 return store != NULL; in constant_referenced()
1073 ir_constant *store = NULL; in constant_expression_evaluate_expression_list() local
1076 if (!constant_referenced(asg->lhs, variable_context, store, offse in constant_expression_evaluate_expression_list()
477 constant_referenced(const ir_dereference *deref, struct hash_table *variable_context, ir_constant *&store, int &offset) constant_referenced() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp250 // We don't need to store the trailing edge pixel in the buffer; in Make()
328 zero.store(fSum0);
329 zero.store(fSum1);
331 skvx::Vec<4, uint32_t>{half, half, half, half}.store(fSum2);
422 processValue(0u).store(dst);
427 processValue(loadEdge(src)).store(dst);
438 sum0.store(fSum0);
439 sum1.store(fSum1);
440 sum2.store(fSum2);
514 // We don't need to store th in Make()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp47 #include "store/general_store.h"
78 auto store = new (std::nothrow) RdbGeneralStore(metaData); in Factory()
79 if (store != nullptr && !store->IsValid()) { in Factory()
80 delete store; in Factory()
81 store = nullptr; in Factory()
83 return store; in Factory()
115 auto store = AutoCache::GetInstance().GetStore(meta, watchers); in RdbServiceImpl()
116 if (store == nullptr) { in RdbServiceImpl()
117 ZLOGE("store nul in RdbServiceImpl()
269 auto store = AutoCache::GetInstance().GetStore(storeMetaData, watchers); GetStore() local
309 auto store = GetStore(param); SetDistributedTables() local
[all...]
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.h54 idleState_.store(idleState, std::memory_order_relaxed); in SetIdleState()
76 return idleNotifyCount_.store(0, std::memory_order_relaxed); in ResetIdleNotifyCount()
86 notifyTimestamp_.store(timestamp, std::memory_order_relaxed); in SetNotifyTimestamp()
96 totalIdleDuration_.store(0, std::memory_order_relaxed); in ResetTotalIdleDuration()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_session_timer_test/src/
H A Daudio_session_timer_test.cpp55 audioSession_->isThreadRunning_.store(false); in HWTEST()
73 audioSession_->isThreadRunning_.store(true); in HWTEST()
91 audioSession_->isThreadRunning_.store(true); in HWTEST()
149 audioSession_->isThreadRunning_.store(true); in HWTEST()
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dlock_free_queue.h148 head_.store(0); in Clear()
149 tail_.store(0); in Clear()
154 active_.store(false); in Deactivate()
161 active_.store(true); in Activate()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_transaction.cpp96 isInTransaction_.store(true); in PrepareForTransaction()
114 isInTransaction_.store(false); in PrepareForTransaction()
153 isInTransaction_.store(false); in TransactionCommit()
195 isInTransaction_.store(false); in TransactionRollback()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_usage_database_test.cpp180 std::shared_ptr<NativeRdb::RdbStore> store = database->GetBundleActiveRdbStore(0); in HWTEST_F() local
181 database->AddRdbColumn(store, "test", "testColumn", "INTERGER"); in HWTEST_F()
198 std::shared_ptr<NativeRdb::RdbStore> store = database->GetBundleActiveRdbStore(0); in HWTEST_F() local
199 database->UpdateOldDataUid(store, "test", 100, bundleNameUidMap); in HWTEST_F()

Completed in 15 milliseconds

1...<<11121314151617181920>>...79