/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | ringtone_rdb_callbacks.h | 32 static int32_t InitSql(NativeRdb::RdbStore &store);
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_connection.cpp | 48 isConnected_.store(true); in OnAbilityConnectDone()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | token.h | 31 count.store(init); in Token()
|
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.h | 48 SAStore store;
member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | system_time.cpp | 51 g_timeOffset.store(microSecond); in SetOffsetBySecond()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/ |
H A D | object_utils.h | 27 const std::string &host, const std::string &user, const std::string &bundle, const std::string &store);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/ |
H A D | lifecycle_policy.h | 36 const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys);
|
/third_party/json/docs/examples/ |
H A D | cbor_tag_handler_t.cpp | 25 // cbor_tag_handler_t::store stores the tag as binary subtype in main() 26 auto b_store_tag = json::from_cbor(vec, true, true, json::cbor_tag_handler_t::store); in main()
|
/third_party/node/deps/v8/src/base/ |
H A D | once.cc | 37 once->store(ONCE_STATE_DONE, std::memory_order_release); in CallOnceImpl()
|
/third_party/node/deps/v8/src/heap/ |
H A D | progress-bar.h | 48 value_.store(0, std::memory_order_release); in ResetIfEnabled()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-stats.cc | 20 counts_[i].store(0, std::memory_order_relaxed); in Clear()
|
/third_party/skia/src/core/ |
H A D | SkPicturePriv.h | 44 pic->fAddedToCache.store(true); in AddedToCache()
|
/third_party/skia/include/private/ |
H A D | SkSpinlock.h | 39 fLocked.store(false, std::memory_order_release); in SK_RELEASE_CAPABILITY()
|
H A D | SkIDChangeListener.h | 36 void markShouldDeregister() { fShouldDeregister.store(true, std::memory_order_relaxed); } in markShouldDeregister()
|
H A D | SkOnce.h | 38 return fState.store(Done, std::memory_order_release); in operator ()()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/ |
H A D | cert_manager_api.h | 25 CM_API_EXPORT int32_t CmGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct Credential *certificate);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 164 // store() emits a store instruction to copy val into ptr. 166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) 171 // store() emits a store instruction to copy val into ptr. 173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) 186 // store() emits a store instruction to copy val into ptr. 188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) 192 store< [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 268 str r0,[r14],#16 @ store output 305 str r4,[r14],#16 @ store output 350 str r0,[r14],#16 @ store output 400 str r4,[r14],#16 @ store output 449 strb r0,[r14],#16 @ store output 534 strb r4,[r14],#16 @ store output 624 strb r0,[r14],#16 @ store output 713 strb r4,[r14],#16 @ store output 790 strb r11,[r14],#1 @ store outpu [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 268 str r0,[r14],#16 @ store output 305 str r4,[r14],#16 @ store output 350 str r0,[r14],#16 @ store output 400 str r4,[r14],#16 @ store output 449 strb r0,[r14],#16 @ store output 534 strb r4,[r14],#16 @ store output 624 strb r0,[r14],#16 @ store output 713 strb r4,[r14],#16 @ store output 790 strb r11,[r14],#1 @ store outpu [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 599 synch_deadlock_detection.store(OnDeadlockCycle::kIgnore, in InternalAttemptToUseMutexInFatalSignalHandler() 748 synch_check_invariants.store(enabled, std::memory_order_release); in EnableMutexInvariantDebugging() 763 synch_deadlock_detection.store(mode, std::memory_order_release); in SetMutexDeadlockDetectionMode() 997 s->state.store(PerThreadSynch::kQueued, std::memory_order_relaxed); in Enqueue() 1100 s->state.store(PerThreadSynch::kAvailable, std::memory_order_release); in TryRemove() 1155 w->state.store(PerThreadSynch::kAvailable, std::memory_order_release); in Wakeup() 2113 // word, as Enqueue() did not store it in the new waiter. in UnlockSlow() 2138 mu_.store(nv, std::memory_order_release); // release spinlock in UnlockSlow() 2139 // can release with a store because there were waiters in UnlockSlow() 2197 // can release with a store becaus in UnlockSlow() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 133 stda %f4, [$out + $mask]0xc0 ! partial store 135 stda %f8, [$inp + $tmp]0xc0 ! partial store 223 stda %f4, [$out + $mask]0xc0 ! partial store 225 stda %f8, [$inp + $tmp]0xc0 ! partial store 281 st $bits, [$out + 240] ! store rounds 326 st $bits, [$out + 240] ! store rounds 369 st $bits, [$out + 240] ! store rounds 536 stda %f6, [$out + $mask]0xc0 ! partial store 640 stda %f8, [$out + $mask]0xc0 ! partial store 743 stda %f6, [$out + $mask]0xc0 ! partial store [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 133 stda %f4, [$out + $mask]0xc0 ! partial store 135 stda %f8, [$inp + $tmp]0xc0 ! partial store 223 stda %f4, [$out + $mask]0xc0 ! partial store 225 stda %f8, [$inp + $tmp]0xc0 ! partial store 281 st $bits, [$out + 240] ! store rounds 326 st $bits, [$out + 240] ! store rounds 369 st $bits, [$out + 240] ! store rounds 536 stda %f6, [$out + $mask]0xc0 ! partial store 640 stda %f8, [$out + $mask]0xc0 ! partial store 743 stda %f6, [$out + $mask]0xc0 ! partial store [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcpred_msa.c | 349 v16u8 store; in hevc_intra_pred_dc_4x4_msa() local 361 store = (v16u8) __msa_fill_b(addition); in hevc_intra_pred_dc_4x4_msa() 362 val0 = __msa_copy_u_w((v4i32) store, 0); in hevc_intra_pred_dc_4x4_msa() 366 ILVR_B2_UH(zero, store, zero, src, vec0, vec1); in hevc_intra_pred_dc_4x4_msa() 373 store = (v16u8) __msa_pckev_b((v16i8) vec1, (v16i8) vec1); in hevc_intra_pred_dc_4x4_msa() 375 store = (v16u8) __msa_insert_b((v16i8) store, 0, val1); in hevc_intra_pred_dc_4x4_msa() 376 val0 = __msa_copy_u_w((v4i32) store, 0); in hevc_intra_pred_dc_4x4_msa() 411 v16u8 store; in hevc_intra_pred_dc_8x8_msa() local 425 store in hevc_intra_pred_dc_8x8_msa() 468 v16u8 src_above1, store, src_left1; hevc_intra_pred_dc_16x16_msa() local 521 v16u8 src_above1, src_above2, store, src_left1, src_left2; hevc_intra_pred_dc_32x32_msa() local [all...] |
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/ |
H A D | mock.h | 44 onChangeCall_.store(0); in ReSet()
|
/foundation/multimedia/image_framework/mock/native/src/ |
H A D | rwlock.cpp | 84 lockCount_.store(LOCK_STATUS_FREE); in UnLockWrite()
|