Home
last modified time | relevance | path

Searched defs:wait (Results 101 – 125 of 1825) sorted by relevance

12345678910>>...73

/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DAtomTestUtils.java133 int wait, Function<AtomsProto.Atom, Integer> getStateFromAtom) { in assertStatesOccurredInOrder()
160 wait / 2, wait * 5); in assertStatesOccurredInOrder() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGraphWriter.cpp94 StringRef Filename, bool wait, in ExecGraphViewer()
148 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c235 bool wait, in softpipe_get_query_result()
317 bool b, wait; in softpipe_check_render_cond() local
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dparallel.py41 def wait(self): member in _ImmediateResult
108 def wait(self): member in _WrappedResult
/aosp_15_r20/external/python/cpython2/Lib/
Daudiodev.py65 def wait(self): member in Play_Audio_sgi
198 def wait(self): member in Play_Audio_sun
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dparallel.py37 def wait(self): member in _ImmediateResult
104 def wait(self): member in _WrappedResult
/aosp_15_r20/external/angle/src/common/
H A DWorkerThread.cpp34 void WaitableEventDone::wait() {} in wait() function in angle::WaitableEventDone
48 void AsyncWaitableEvent::wait() in wait() function in angle::AsyncWaitableEvent
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c71 bool wait, union pipe_query_result *result) in nvc0_get_query_result()
105 bool wait = in nvc0_render_condition() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl116 void reboot(boolean confirm, String reason, boolean wait); in reboot()
117 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode()
118 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/windows/
Dbasic_object_handle.hpp338 void wait() in wait() function in boost::asio::windows::basic_object_handle
353 void wait(boost::system::error_code& ec) in wait() function in boost::asio::windows::basic_object_handle
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dgroup.hpp116 void wait() in wait() function in boost::process::group
121 void wait(std::error_code & ec) noexcept in wait() function in boost::process::group
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dwait_for_exit.hpp22 inline void wait(const child_handle &p, int & exit_code, std::error_code &ec) noexcept in wait() function
43 inline void wait(const child_handle &p, int & exit_code) noexcept in wait() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DGraphWriter.cpp136 StringRef Filename, bool wait, in ExecGraphViewer()
190 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph()
/aosp_15_r20/external/crosvm/cros_async/src/sync/
H A Dcv.rs130 pub async fn wait<'g, T>(&self, guard: RwLockWriteGuard<'g, T>) -> RwLockWriteGuard<'g, T> { in wait() method
588 async fn wait(mu: Rc<RwLock<()>>, cv: Rc<Condvar>, spawner: LocalSpawner) { in notify_one_single_thread_async() function
621 async fn wait(mu: Arc<RwLock<()>>, cv: Arc<Condvar>, tx: Sender<()>, pool: ThreadPool) { in notify_one_multi_thread_async() function
1178 let mut wait = Box::pin(wait_deadline(mu.clone(), cv.clone(), rx)); in timed_wait() localVariable
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp382 void Device::wait() { EXPECT(vkDeviceWaitIdle(handle()) == VK_SUCCESS); } in wait() function in vk_testing::Device
384 VkResult Device::wait(const std::vector<const Fence *> &fences, bool wait_all, uint64_t timeout) { in wait() function in vk_testing::Device
424 VkResult Queue::wait() { in wait() function in vk_testing::Queue
473 VkResult Fence::wait(VkBool32 wait_all, uint64_t timeout) const { in wait() function in vk_testing::Fence
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_posix.cc31 base::TimeDelta wait) { in WaitpidWithTimeout()
96 base::TimeDelta wait) { in WaitForSingleNonChildProcess()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/
Dchild_decl.hpp121 void wait() in wait() function in boost::process::child
170 void wait(std::error_code & ec) noexcept in wait() function in boost::process::child
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_posix.cc43 base::TimeDelta wait) { in WaitpidWithTimeout()
107 base::TimeDelta wait) { in WaitForSingleNonChildProcess()
/aosp_15_r20/external/python/cpython2/Demo/threads/
Dsync.py304 def wait(self): member in condition
396 def wait(self): member in event
/aosp_15_r20/frameworks/av/media/codec2/vndk/platform/
H A DC2SurfaceSyncObj.cpp348 int C2SyncVariables::wait() { in wait() function in C2SyncVariables
370 struct timespec wait{ in tryLockFor() struct
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupGloo.hpp130 void wait(const std::vector<std::string>& keys) override { in wait() function in c10d::ProcessGroupGloo::GlooStore
134 void wait( in wait() function in c10d::ProcessGroupGloo::GlooStore
/aosp_15_r20/external/autotest/server/hosts/
H A Dremote.py117 def halt(self, timeout=DEFAULT_HALT_TIMEOUT, wait=True): argument
134 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c139 bool wait, uint64_t *result) in get_query_result_vgpu9()
568 bool wait, void *result, int resultLen) in get_query_result_vgpu10()
1068 bool wait, in svga_get_query_result()
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dforking.py152 def wait(self, timeout=None): member in Popen
290 def wait(self, timeout=None): member in Popen
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_syncobj.c185 struct local_syncobj_wait wait; in syncobj_wait_err() local
215 struct local_syncobj_wait wait; in syncobj_wait() local

12345678910>>...73