/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_multi_user_test.cpp | 274 void CheckSyncResult(bool wait, bool isRemoteQuery) in CheckSyncResult() argument 323 void TestSyncWithUserChange(bool wait, bool isRemoteQuery) in TestSyncWithUserChange() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 97 int32_t wait; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 259 check_instr(wait_ctx& ctx, wait_imm& wait, Instruction* instr) in check_instr() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 157 prune_old_swapchains(struct zink_screen *screen, struct kopper_displaytarget *cdt, bool wait) in prune_old_swapchains() argument
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 164 bool wait; in virgl_resource_transfer_prepare() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_query.c | 156 get_query_result_vgpu9(struct svga_context *svga, struct svga_query *sq, bool wait, uint64_t *result) get_query_result_vgpu9() argument 585 get_query_result_vgpu10(struct svga_context *svga, struct svga_query *sq, bool wait, void *result, int resultLen) get_query_result_vgpu10() argument 1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_query.c | 601 iris_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) iris_get_query_result() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_perfcounter.c | 409 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_query.c | 651 crocus_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) crocus_get_query_result() argument
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 826 def wait(object_list, timeout=None): function 916 def wait(object_list, timeout=None): function
|
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 389 async def wait(fs, *, timeout=None, return_when=ALL_COMPLETED): function
|
/third_party/python/Lib/ |
H A D | subprocess.py | 1259 def wait(self, timeout=None): global() member in Popen [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_locks.py | 1081 async def wait(barrier): global() function [all...] |
/third_party/skia/src/image/ |
H A D | SkSurface.cpp | 325 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() function in SkSurface
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 249 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() function in marl::Scheduler::Fiber 426 bool Scheduler::Worker::wait(const TimePoint* timeout) { in wait() function in marl::Scheduler::Worker 435 bool Scheduler::Worker::wait(lock& waitLock, in wait() function in marl::Scheduler::Worker 745 void Scheduler::Worker::Work::wait(F&& f) { wait() function in marl::Scheduler::Worker::Work [all...] |
/third_party/python/Modules/clinic/ |
H A D | overlapped.c.h | 416 BOOL wait = FALSE; in _overlapped_Overlapped_getresult() local [all...] |
/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 363 std::string wait = SplitPhase(strList[5], 1); in BinderParser() local
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_nci_adapter_rw.cpp | 441 bool wait = true;
in Reselect() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 359 CloudSync(const Devices &devices, DistributedDB::SyncMode cloudSyncMode, DetailAsync async, int64_t wait, const std::string &prepareTraceId) CloudSync() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 702 int GenericSyncer::AddQueuedManualSyncSize(int mode, bool wait) in AddQueuedManualSyncSize() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 570 Sync(const std::vector<std::string> &devices, SyncMode mode, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, const Query &query, bool wait) Sync() argument 1035 SubscribeRemoteQuery(const std::vector<std::string> &devices, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, const Query &query, bool wait) SubscribeRemoteQuery() argument 1059 UnSubscribeRemoteQuery(const std::vector<std::string> &devices, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, const Query &query, bool wait) UnSubscribeRemoteQuery() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 45 bool wait; member 905 static void SdpSendDisconnectRequest(uint16_t lcid, bool wait) in SdpSendDisconnectRequest() argument
|
/third_party/curl/tests/server/ |
H A D | sockfilt.c | 630 DWORD timeout_ms, wait, nfd, nth, nws, i; in select_ws() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | omx.c | 249 get_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, int* array_size, OMX_BUFFERHEADERTYPE **array, int wait) get_buffer() argument
|
/third_party/libdrm/include/drm/ |
H A D | via_drm.h | 217 int wait; member
|