/aosp_15_r20/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/ |
H A D | WorkflowTest.java | 287 waitWithTimeout(() -> session[0] == null, session::wait); in addAndSelectPrinter() field in WorkflowTest.session 294 waitWithTimeout(() -> !trackedPrinters.contains("1st printer"), trackedPrinters::wait); in addAndSelectPrinter() field in WorkflowTest.trackedPrinters 303 mFirst), printAttributes::wait); in addAndSelectPrinter() field in WorkflowTest.printAttributes 342 mSecond), printAttributes::wait); in addAndSelectPrinter() field in WorkflowTest.printAttributes 354 trackedPrinters::wait); in addAndSelectPrinter() field in WorkflowTest.trackedPrinters 360 trackedPrinters::wait); in addAndSelectPrinter() field in WorkflowTest.trackedPrinters 371 mFirst), printAttributes::wait); in addAndSelectPrinter() field in WorkflowTest.printAttributes 383 trackedPrinters::wait); in addAndSelectPrinter() field in WorkflowTest.trackedPrinters 392 waitWithTimeout(() -> session[0] != null, session::wait); in addAndSelectPrinter() field in WorkflowTest.session
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/ |
D | task_tracker.rs | 59 let mut wait = task::spawn(tracker.wait()); in notify_immediately() localVariable 68 let mut wait = task::spawn(tracker.wait()); in notify_immediately_on_reopen() localVariable 77 let mut wait = task::spawn(tracker.wait()); in notify_on_close() localVariable 88 let mut wait = task::spawn(tracker.wait()); in notify_on_close_reopen() localVariable 102 let mut wait = task::spawn(tracker.wait()); in notify_on_last_task() localVariable 114 let mut wait = task::spawn(tracker.wait()); in notify_on_last_task_respawn() localVariable 127 let mut wait = task::spawn(tracker.wait()); in no_notify_on_respawn_if_open() localVariable 143 let mut wait = task::spawn(tracker.wait()); in close_during_exit() localVariable
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | trap_unittest.cc | 158 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 221 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 247 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 295 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 359 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 444 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 521 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 547 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 593 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 626 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | syncobj_wait.c | 144 struct local_syncobj_wait wait = { 0 }; in test_wait_bad_flags() local 152 struct local_syncobj_wait wait = { 0 }; in test_wait_zero_handles() local 159 struct local_syncobj_wait wait = { 0 }; in test_wait_illegal_handle() local 515 struct local_syncobj_wait wait; member 521 struct wait_thread_data *wait = data; in wait_thread_func() local 529 struct wait_thread_data wait = { 0 }; in test_wait_snapshot() local 616 struct wait_thread_data wait = { 0 }; in test_wait_complex() local 717 struct local_syncobj_wait wait = { 0 }; in test_wait_interrupted() local 744 struct local_syncobj_wait wait = { 0 }; in has_syncobj_wait() local
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/synchronization/ |
D | ConditionVariable.h | 53 void wait(AutoLock* userLock) { in wait() function 77 void wait(StaticLock* lock, Predicate pred) { in wait() function 84 void wait(AutoLock* lock, Predicate pred) { in wait() function 107 void wait(StaticLock* userLock) { in wait() function 145 void wait(StaticLock* userLock) { in wait() function
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/ |
D | AndroidConditionVariable.h | 57 void wait(AutoLock<Lockable>* userLock) { in wait() function 81 void wait(StaticLock<IsRecursive>* lock, Predicate pred) { in wait() function 88 void wait(AutoLock<Lockable>* lock, Predicate pred) { in wait() function 112 void wait(StaticLock<IsRecursive>* userLock) { in wait() function 152 void wait(StaticLock<IsRecursive>* userLock) { in wait() function
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_eio.c | 160 struct drm_i915_gem_wait wait = { in __gem_wait() local 257 static void check_wait(int fd, uint32_t bo, unsigned int wait, igt_stats_t *st) in check_wait() 369 static void test_wait(int fd, unsigned int flags, unsigned int wait) in test_wait() 417 static void test_inflight(int fd, unsigned int wait) in test_inflight() 549 static void test_inflight_contexts(int fd, unsigned int wait) in test_inflight_contexts() 674 static void test_inflight_internal(int fd, unsigned int wait) in test_inflight_internal() 881 unsigned int wait; member
|
H A D | gem_wait.c | 44 struct drm_i915_gem_wait wait; in invalid_flags() local 61 struct drm_i915_gem_wait wait; in invalid_buf() local 80 struct drm_i915_gem_wait wait = { in basic() local
|
/aosp_15_r20/external/coreboot/src/drivers/spi/ |
H A D | spi_sdcard.c | 267 int ret, type, length, wait; in spi_sdcard_do_command_help() local 360 int wait; in spi_sdcard_size() local 419 int resolve, wait; in spi_sdcard_init() local 495 int wait; in spi_sdcard_single_read() local 544 int wait; in spi_sdcard_multiple_read() local 657 int wait; in spi_sdcard_single_write() local 707 int wait, ret = 0; in spi_sdcard_multiple_write() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 143 void ThreadPool::wait() { in wait() function in ThreadPool 151 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() function in ThreadPool 200 void ThreadPool::wait() { in wait() function in ThreadPool 209 void ThreadPool::wait(ThreadPoolTaskGroup &) { in wait() function in ThreadPool
|
/aosp_15_r20/dalvik/dx/tests/089-dex-define-object/ |
H A D | Object.java | 41 public final void wait() { in wait() method in Object 45 public final void wait(long time) { in wait() method in Object 49 public final native void wait(long time, int frac); in wait() method in Object
|
/aosp_15_r20/dalvik/dx/tests/089-dex-define-object/java/lang/ |
HD | Object.class | ... .lang.String toString ()
public final void wait ()
public final void wait (long)
public ... |
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Object.annotated.java | 50 public final void wait(long timeout) throws java.lang.InterruptedException { throw new RuntimeExcep… in wait() method in Object 52 public final native void wait(long timeout, int nanos) throws java.lang.InterruptedException; in wait() method in Object 54 public final void wait() throws java.lang.InterruptedException { throw new RuntimeException("Stub!"… in wait() method in Object
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 227 def cmd(self, cmds, wait=None): argument 249 def _cmd(self, cmd, wait=None, throw_error=True): argument 480 def reset(self, wait=5): argument 586 def wait(self, timeout=1): member in BudsDevice 668 def music_control_events(self, cmd, regexp=None, wait=.5): argument 883 def touch_key_press_event(self, wait=1): argument
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Object.java | 71 public final void wait(long timeout) throws java.lang.InterruptedException { in wait() method in Object 75 public final native void wait(long timeout, int nanos) throws java.lang.InterruptedException; in wait() method in Object 77 public final void wait() throws java.lang.InterruptedException { in wait() method in Object
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Object.java | 404 public final void wait(long timeoutMillis) throws InterruptedException { in wait() method in Object 522 public final native void wait(long timeoutMillis, int nanos) throws InterruptedException; in wait() method in Object 542 public final void wait() throws InterruptedException { in wait() method in Object
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Object.java | 404 public final void wait(long timeoutMillis) throws InterruptedException { in wait() method in Object 522 public final native void wait(long timeoutMillis, int nanos) throws InterruptedException; in wait() method in Object 542 public final void wait() throws InterruptedException { in wait() method in Object
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | Object.java | 404 public final void wait(long timeoutMillis) throws InterruptedException { in wait() method in Object 522 public final native void wait(long timeoutMillis, int nanos) throws InterruptedException; in wait() method in Object 542 public final void wait() throws InterruptedException { in wait() method in Object
|
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-java-source/gen/com/android/server/art/ |
D | IArtdNotification.java | 27 @Override public boolean wait(int timeoutMs) throws android.os.RemoteException in wait() method in IArtdNotification.Default 114 @Override public boolean wait(int timeoutMs) throws android.os.RemoteException in wait() method in IArtdNotification.Stub.Proxy 144 public boolean wait(int timeoutMs) throws android.os.RemoteException; in wait() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | barrier.rs | 44 wait: watch::Receiver<usize>, field 125 pub async fn wait(&self) -> BarrierWaitResult { in wait() method 185 let mut wait = self.wait.clone(); in wait_internal() localVariable
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkSemaphore.cpp | 22 void wait() { dispatch_semaphore_wait(fSemaphore, DISPATCH_TIME_FOREVER); } in wait() function 41 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function 54 void wait() { in wait() function
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | rpc.py | 290 def getresponse(self, myseq, wait): argument 306 def _getresponse(self, myseq, wait): argument 352 def pollpacket(self, wait): argument 383 def pollmessage(self, wait): argument 397 def pollresponse(self, myseq, wait): argument
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | rpc.py | 279 def getresponse(self, myseq, wait): argument 295 def _getresponse(self, myseq, wait): argument 341 def pollpacket(self, wait): argument 372 def pollmessage(self, wait): argument 386 def pollresponse(self, myseq, wait): argument
|
/aosp_15_r20/external/trusty/bootloader/ql-tipc/ |
D | ipc.c | 107 bool wait) { in trusty_ipc_connect() 149 bool wait) { in trusty_ipc_send() 174 bool wait) { in trusty_ipc_recv()
|
/aosp_15_r20/external/openthread/tools/otci/otci/ |
H A D | command_handlers.py | 67 def wait(self, duration: float) -> List[str]: member in OTCommandHandler 143 def wait(self, duration: float) -> List[str]: member in OtCliCommandRunner 294 def wait(self, duration: float) -> List[str]: member in OtbrSshCommandRunner 335 def wait(self, duration: float) -> List[str]: member in OtbrAdbCommandRunner
|