Home
last modified time | relevance | path

Searched refs:store (Results 1351 - 1375 of 2088) sorted by relevance

1...<<51525354555657585960>>...84

/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp295 domain.store(&texDomain);
296 coords.store(&texCoords);
446 // We don't have an entry to to store the count after the last div
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509_vfy.h61 int X509_STORE_set_depth(X509_STORE *store, int depth);
225 /* Use trusted store first */
233 /* Allow partial chains if at least one certificate is in trusted store */
340 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp94 mCallbackThreadEnabled.store(false); in AudioStreamAAudio()
239 mAAudioStream.store(stream); in open()
/third_party/rust/crates/nix/test/sys/
H A Dtest_aio.rs29 SIGNALED.store(true, Ordering::Relaxed); in sigfunc()
514 SIGNALED.store(false, Ordering::Relaxed); in sigev_signal()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp117 int PhotosOpenCall::OnCreate(RdbStore &store) in OnCreate() argument
120 ret += store.ExecuteSql(CREATE_PHOTOS); in OnCreate()
121 ret += store.ExecuteSql(CREATE_PHOTOS_ALBUM); in OnCreate()
122 ret += store.ExecuteSql(CREATE_PHOTOS_MAP); in OnCreate()
126 int PhotosOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
176 shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCode); in Init() local
177 photosStorePtr = store; in Init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp415 // invalidateImpl() to use a storeOp of DONT_CARE (i.e. fine to not store the contents of in invalidateSub()
2182 mDeferredClears.store(static_cast<uint32_t>(colorIndexGL), VK_IMAGE_ASPECT_COLOR_BIT, in mergeClearsWithDeferredClears()
2201 mDeferredClears.store(vk::kUnpackedDepthIndex, dsAspectFlags, dsClearValue); in mergeClearsWithDeferredClears()
2454 packedClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, in startNewRenderPass()
2473 packedClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, in startNewRenderPass()
2479 packedClearValues.store(colorIndexVk, VK_IMAGE_ASPECT_COLOR_BIT, in startNewRenderPass()
2546 // If depth/stencil image is transient, no need to store its data at the end of the render in startNewRenderPass()
2579 packedClearValues.store(depthStencilAttachmentIndex, VK_IMAGE_ASPECT_DEPTH_BIT, in startNewRenderPass()
2585 packedClearValues.store(depthStencilAttachmentIndex, VK_IMAGE_ASPECT_DEPTH_BIT, in startNewRenderPass()
2591 // limitations, use DONT_CARE for load/store in startNewRenderPass()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c421 * With option -n reading is first attempted from the memory store
428 struct STORE *store; in read_raw() local
444 store = (struct STORE*)NULL; in read_raw()
448 store = getclusterentry(lcn, FALSE); in read_raw()
449 if (store) { in read_raw()
450 memcpy(target, store->data, clustersz); in read_raw()
452 printf("== lcn 0x%llx from store\n", in read_raw()
456 dump(store->data, clustersz); in read_raw()
459 if (!store in read_raw()
464 if (!store) { in read_raw()
496 struct STORE *store; write_raw() local
[all...]
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1212 isSeekClosest_.store(true); in HandleSeekClosest()
1720 needUpdateSubtitle_.store(false); in DeselectTrack()
1722 needUpdateSubtitle_.store(true); in DeselectTrack()
2232 isBufferingStartNotified_.store(true); in NotifyBufferingStart()
2243 isBufferingStartNotified_.store(false); in NotifyBufferingEnd()
2467 isSeekClosest_.store(false); in NotifySeekDone()
2665 needUpdateSubtitle_.store(true); in HandleSubtitleTrackChangeEvent()
2887 seekContinousBatchNo_.store(seekContinousBatchNo); in SeekContinous()
2928 seekContinousBatchNo_.store(seekContinousBatchNo); in ExitSeekContinous()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c501 * We store the compressed data (it's needed for glGetCompressedTex- in st_MapTextureImage()
750 * \param stImage describes the incoming image which we need to store.
2227 struct compressed_pixelstore store; in st_CompressedTexSubImage() local
2284 &ctx->Unpack, &store); in st_CompressedTexSubImage()
2285 assert(store.CopyBytesPerRow % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()
2286 assert(store.SkipBytes % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()
2289 buf_offset = (intptr_t)data + store.SkipBytes; in st_CompressedTexSubImage()
2301 addr.width = store.CopyBytesPerRow / addr.bytes_per_pixel; in st_CompressedTexSubImage()
2302 addr.height = store.CopyRowsPerSlice; in st_CompressedTexSubImage()
2304 addr.pixels_per_row = store in st_CompressedTexSubImage()
[all...]
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp202 isScbEnable_.store(Rosen::SceneBoardJudgement::IsSceneBoardEnabled()); in Initialize()
1231 switchTaskExecuting_.store(true); in DealSwitchRequest()
1241 switchTaskExecuting_.store(false); in DealSwitchRequest()
1353 enableImeOn_.store(true); in InitMonitors()
1357 enableSecurityMode_.store(true); in InitMonitors()
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp547 isSourceLoaded_.store(true); in Start()
552 isSourceLoaded_.store(false); in Pause()
608 isReleased_.store(true); in OnStateChangeCb()
983 playerObj->isReleased_.store(true); in OH_AVPlayer_Release()
1001 playerObj->isReleased_.store(true); in OH_AVPlayer_ReleaseSync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp67 DistributedDB::KvStoreNbDelegate *store = nullptr; in OpenObjectKvStore() local
77 [&store, this](DistributedDB::DBStatus dbStatus, DistributedDB::KvStoreNbDelegate *kvStoreNbDelegate) { in OpenObjectKvStore()
83 store = kvStoreNbDelegate; in OpenObjectKvStore()
85 DistributedDB::DBStatus status = store->RegisterObserver(tmpKey, in OpenObjectKvStore()
92 return store; in OpenObjectKvStore()
152 ZLOGE("Save to store failed, result: %{public}d", result); in Save()
254 ZLOGI("Retrieve from store failed, status: %{public}d", status); in Retrieve()
303 ZLOGE("no store of %{public}s", appId.c_str()); in Clear()
332 ZLOGE("Open store failed, result: %{public}d, appId: %{public}s, user: %{public}d", result, in DeleteByAppId()
744 ZLOGI("closed a store, syncCoun in Close()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp74 LOGE("[SingleVerConnection] natural store is nullptr in CheckReadDataControlled."); in CheckReadDataControlled()
282 transactionExeFlag_.store(true); in StartTransaction()
297 transactionExeFlag_.store(false); in Commit()
312 transactionExeFlag_.store(false); in RollBack()
1359 LOGE("[SingleVerConnection] the store is null"); in GetExecutor()
1373 LOGE("[SingleVerConnection] the store is null"); in IsCacheDBMode()
1383 LOGE("[SingleVerConnection] the store is null"); in IsExtendedCacheDBMode()
1709 cacheModeForNewResultSet_.store(mode); in PragmaResultSetCacheMode()
1722 cacheMaxSizeForNewResultSet_.store(size); in PragmaResultSetCacheMaxSize()
1894 LOGE("[SingleVerConnection] the store i in SetCloudDbSchema()
[all...]
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc337 reinterpret_cast<std::atomic<Address>*>(&object_)->store( in Acquire()
595 location().store(Object(0xCA11)); in CollectPhantomCallbackData()
704 reinterpret_cast<std::atomic<Address>*>(&object_)->store( in clear_object()
709 reinterpret_cast<std::atomic<Address>*>(&object_)->store( in CopyObjectReference()
1009 reinterpret_cast<std::atomic<Address*>*>(slot)->store( in SetSlotThreadSafe()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl124 stx $h0,[$ctx+32+0] ! store key
268 st $h1,[$ctx+0] ! store hash value
362 stx $H0,[$ctx+0] ! store hash value
408 stb $h0,[$mac+0] ! store little-endian result
907 std $x1,[$ctx+8*1] ! store [biased] hash value
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl124 stx $h0,[$ctx+32+0] ! store key
268 st $h1,[$ctx+0] ! store hash value
362 stx $H0,[$ctx+0] ! store hash value
408 stb $h0,[$mac+0] ! store little-endian result
907 std $x1,[$ctx+8*1] ! store [biased] hash value
/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp370 done.store(true); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Ddeamon_io_waiter.cpp147 running_.store(false); in StopEpollIoWaiter()
/base/request/request/services/src/manage/scheduler/queue/
H A Dmod.rs249 self.abort_flag.store(true, Ordering::Release); in cancel()
/base/telephony/core_service/services/network_search/src/
H A Dsetting_utils.cpp265 isDdsReady_.store(isReady); in UpdateDdsState()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H A Dtcp_connection.cpp269 isReceiving_.store(false); in CloseConnection()
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_fourth.cpp55 auto f = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskDone()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H A Dtcp_connection.cpp269 isReceiving_.store(false); in CloseConnection()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h350 stateManagerEnable_.store(stateManagerEnable); in SetStateManagerEnabled()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_worker.cpp119 ignoreRequestId_.store(requestId); in IgnoreTaskByRequestId()

Completed in 43 milliseconds

1...<<51525354555657585960>>...84