Home
last modified time | relevance | path

Searched refs:store (Results 826 - 850 of 2088) sorted by relevance

1...<<31323334353637383940>>...84

/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_lbvc_decoder_inner_demo.cpp101 isRunning_.store(true); in RunCase()
195 isRunning_.store(false); in OutputFunc()
H A Davcodec_audio_avbuffer_lbvc_encoder_inner_demo.cpp102 isRunning_.store(true); in RunCase()
197 isRunning_.store(false); in OutputFunc()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp106 isOpening_.store(false); in OpenConnect()
121 client->isOpening_.store(false); in OpenConnect()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp27 SyncAbleEngine::SyncAbleEngine(ISyncInterface *store) in SyncAbleEngine() argument
33 store_(store), in SyncAbleEngine()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp145 auto release = [&manager](DBStore *store) { manager.CloseKvStore(store); }; in GetDBStore()
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_dialog_manager.cpp214 isConnectSystemUI_.store(true); in OnAbilityConnectDone()
223 isConnectSystemUI_.store(false); in OnAbilityDisconnectDone()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp122 isLoadSuccess_.store(true); in OnLoadSystemAbilitySuccess()
132 isLoadSuccess_.store(false); in OnLoadSystemAbilityFail()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp254 int32_t CloudDiskDataCallBack::OnCreate(RdbStore &store) in OnCreate() argument
259 int32_t CloudDiskDataCallBack::OnUpgrade(RdbStore &store, int32_t oldVersion, int32_t newVersion) in OnUpgrade() argument
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddhfwk_sa_manager.cpp42 isSubscribeDHFWKSAChangeListener_.store(false); in ~DHFWKSAManager()
63 isSubscribeDHFWKSAChangeListener_.store(true); in RegisterAbilityListener()
/third_party/node/src/tracing/
H A Dnode_trace_buffer.cc103 current_buf_.store(&buffer1_); in NodeTraceBuffer()
155 current_buf_.store(other_buf); in TryLoadAvailableBuffer()
/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc230 embedded_blob_code_copy_.store(embedded_blob_code_copy, in RemapEmbeddedBuiltins()
250 embedded_blob_code_copy_.store(embedded_blob_code_copy, in RemapEmbeddedBuiltins()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp305 inline void operator=(const AtomicInt& i) { ai.store(i.ai.load(std::memory_order_acquire), std::memory_order_release); } in operator =()
306 inline void operator=(int i) { ai.store(i, std::memory_order_release); } in operator =()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort2.c175 FT_UShort store; in gxv_mort_subtable_type2_ligActionOffset_validate() local
183 store = (FT_UShort)( ( lig_action >> 30 ) & 1 ); in gxv_mort_subtable_type2_ligActionOffset_validate()
H A Dgxvmorx2.c174 FT_UShort store; in gxv_morx_subtable_type2_ligActionIndex_validate() local
183 store = (FT_UShort)( ( lig_action >> 30 ) & 1 ); in gxv_morx_subtable_type2_ligActionIndex_validate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp70 RunMe.Flag.store(CallbackAndCookie::Status::Empty); in RunSignalHandlers()
85 SetMe.Flag.store(CallbackAndCookie::Status::Initialized); in insertSignalHandler()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_benchmark.cc138 shared->thread_has_mutex.store(true, std::memory_order_relaxed); in BM_MutexEnqueue()
147 shared->thread_has_mutex.store(false); in BM_MutexEnqueue()
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp383 mBrightnessTarget.store(0); in SetDisplayState()
391 mIsDisplayOnWhenFirstLuxReport.store(true); in SetDisplayState()
720 mIsDisplayOnWhenFirstLuxReport.store(false); in UpdateCurrentBrightnessLevel()
725 mCurrentBrightness.store(brightnessLevel); in UpdateCurrentBrightnessLevel()
731 mBrightnessTarget.store(brightnessLevel); in UpdateCurrentBrightnessLevel()
775 mBrightnessTarget.store(value); in SetBrightness()
776 mCurrentBrightness.store(value); in SetBrightness()
816 mBrightnessTarget.store(0); in ClearOffset()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp533 callExtDefaultFunc_.store(false); in OnBackup()
534 callJsExMethodDone_.store(false); in OnBackup()
618 callExtDefaultFunc_.store(false); in OnRestore()
619 callJsExMethodDone_.store(false); in OnRestore()
824 param->isReady.store(true); in CallJsMethod()
900 callExtDefaultFunc_.store(true); in InvokeAppExtMethod()
902 callExtDefaultFunc_.store(false); in InvokeAppExtMethod()
904 callJsExMethodDone_.store(true); in InvokeAppExtMethod()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp.asm298 movq I(2), m2 ; store NR2 at I2
300 movq I(1), m1 ; store NR1 at I1
312 movq J(4), m4 ; store NR4 at J4
314 movq I(3), m3 ; store NR3 at I3
320 movq J(6), m6 ; store NR6 at J6
322 movq J(5), m5 ; store NR5 at J5
323 movq J(7), m7 ; store NR7 at J7
324 movq I(0), m0 ; store NR0 at I0
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c119 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
125 "Do not load certificates from the default certificates store"},
234 X509_STORE *store = NULL; in ocsp_main() local
798 if (store == NULL) { in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
801 if (!store) in ocsp_main()
805 X509_STORE_set1_param(store, vpm); in ocsp_main()
831 i = OCSP_basic_verify(bs, verify_other, store, verify_flags); in ocsp_main()
833 i = OCSP_basic_verify(bs, issuers, store, OCSP_TRUSTOTHER); in ocsp_main()
852 X509_STORE_free(store); in ocsp_main()
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl193 stda %f2, [$out + $omask]0xc0 ! partial store
196 stda %f2, [$out + $omask]0xc0 ! partial store
293 stda %f0, [$out + $omask]0xc0 ! partial store
296 stda %f0, [$out + $omask]0xc0 ! partial store
453 stda %f2, [$out + $omask]0xc0 ! partial store
456 stda %f2, [$out + $omask]0xc0 ! partial store
607 stda %f0, [$out + $omask]0xc0 ! partial store
610 stda %f0, [$out + $omask]0xc0 ! partial store
/third_party/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl193 stda %f2, [$out + $omask]0xc0 ! partial store
196 stda %f2, [$out + $omask]0xc0 ! partial store
293 stda %f0, [$out + $omask]0xc0 ! partial store
296 stda %f0, [$out + $omask]0xc0 ! partial store
453 stda %f2, [$out + $omask]0xc0 ! partial store
456 stda %f2, [$out + $omask]0xc0 ! partial store
607 stda %f0, [$out + $omask]0xc0 ! partial store
610 stda %f0, [$out + $omask]0xc0 ! partial store
/third_party/openssl/apps/
H A Docsp.c119 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
125 "Do not load certificates from the default certificates store"},
234 X509_STORE *store = NULL; in ocsp_main() local
798 if (store == NULL) { in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
801 if (!store) in ocsp_main()
805 X509_STORE_set1_param(store, vpm); in ocsp_main()
831 i = OCSP_basic_verify(bs, verify_other, store, verify_flags); in ocsp_main()
833 i = OCSP_basic_verify(bs, issuers, store, OCSP_TRUSTOTHER); in ocsp_main()
852 X509_STORE_free(store); in ocsp_main()
[all...]
/third_party/spirv-tools/source/opt/
H A Dscalar_replacement_pass.cpp288 Instruction* store, const std::vector<Instruction*>& replacements) { in ReplaceWholeStore()
289 // Replaces a store to the whole composite with a series of extract and stores in ReplaceWholeStore()
291 uint32_t storeInput = store->GetSingleWordInOperand(1u); in ReplaceWholeStore()
292 BasicBlock* block = context()->get_instr_block(store); in ReplaceWholeStore()
293 BasicBlock::iterator where(store); in ReplaceWholeStore()
313 iter->UpdateDebugInfoFrom(store); in ReplaceWholeStore()
317 // Create the store. in ReplaceWholeStore()
325 for (uint32_t i = 2; i < store->NumInOperands(); ++i) { in ReplaceWholeStore()
326 Operand copy(store->GetInOperand(i)); in ReplaceWholeStore()
330 iter->UpdateDebugInfoFrom(store); in ReplaceWholeStore()
287 ReplaceWholeStore( Instruction* store, const std::vector<Instruction*>& replacements) ReplaceWholeStore() argument
[all...]
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp326 eventRan.store(false); in SetUp()
341 eventRan.store(true);
830 auto f = [&taskCalled]() { taskCalled.store(true); }; in HWTEST_F()
912 auto f = [&taskCalled]() { taskCalled.store(true); }; in HWTEST_F()
949 taskCalled.store(false); in HWTEST_F()
955 auto task = [&taskCalled]() { taskCalled.store(true); }; in HWTEST_F()
998 taskCalled.store(false); in HWTEST_F()
1004 auto tempTask = [&taskCalled]() { taskCalled.store(true); }; in HWTEST_F()
1040 taskCalled.store(false); in HWTEST_F()
1063 auto innerTask = [&taskCalled]() { taskCalled.store(tru in HWTEST_F()
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...84