/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
H A D | AtomTestUtils.java | 133 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 D | GraphWriter.cpp | 94 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 D | sp_query.c | 235 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 D | parallel.py | 41 def wait(self): member in _ImmediateResult 108 def wait(self): member in _WrappedResult
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | audiodev.py | 65 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 D | parallel.py | 37 def wait(self): member in _ImmediateResult 104 def wait(self): member in _WrappedResult
|
/aosp_15_r20/external/angle/src/common/ |
H A D | WorkerThread.cpp | 34 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 D | nvc0_query.c | 71 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 D | IPowerManager.aidl | 116 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/ |
D | basic_object_handle.hpp | 338 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/ |
D | group.hpp | 116 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/ |
D | wait_for_exit.hpp | 22 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 D | GraphWriter.cpp | 136 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 D | cv.rs | 130 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 D | vktestbinding.cpp | 382 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 D | process_posix.cc | 31 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/ |
D | child_decl.hpp | 121 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 D | process_posix.cc | 43 base::TimeDelta wait) { in WaitpidWithTimeout() 107 base::TimeDelta wait) { in WaitForSingleNonChildProcess()
|
/aosp_15_r20/external/python/cpython2/Demo/threads/ |
D | sync.py | 304 def wait(self): member in condition 396 def wait(self): member in event
|
/aosp_15_r20/frameworks/av/media/codec2/vndk/platform/ |
H A D | C2SurfaceSyncObj.cpp | 348 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 D | ProcessGroupGloo.hpp | 130 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 D | remote.py | 117 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 D | svga_pipe_query.c | 139 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/ |
D | forking.py | 152 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 D | igt_syncobj.c | 185 struct local_syncobj_wait wait; in syncobj_wait_err() local 215 struct local_syncobj_wait wait; in syncobj_wait() local
|