/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | GnssBlankingBase.py | 286 def hot_start_ttff_ffpe_process(self, iteration, wait): argument 327 wait=0): argument 388 wait=0, argument
|
/aosp_15_r20/frameworks/base/test-junit/src/junit/textui/ |
H A D | TestRunner.java | 112 public TestResult doRun(Test suite, boolean wait) { in doRun() 125 protected void pause(boolean wait) { in pause() 186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
|
/aosp_15_r20/external/openthread/tools/otci/otci/ |
H A D | connectors.py | 51 def wait(self, duration: float) -> None: member in OtCliHandler 92 def wait(self, duration: float): member in OtCliPopen 169 def wait(self, duration: float): member in OtCliSerial
|
/aosp_15_r20/external/junit/src/main/java/junit/textui/ |
H A D | TestRunner.java | 112 public TestResult doRun(Test suite, boolean wait) { in doRun() 125 protected void pause(boolean wait) { in pause() 189 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
|
/aosp_15_r20/frameworks/av/media/codec2/vndk/ |
H A D | C2Fence.cpp | 105 c2_status_t C2Fence::wait(c2_nsecs_t timeoutNs) { in wait() function in C2Fence 150 virtual c2_status_t wait(c2_nsecs_t timeoutNs) { in wait() function in _C2FenceFactory::SurfaceFenceImpl 271 virtual c2_status_t wait(c2_nsecs_t timeoutNs) { in wait() function in _C2FenceFactory::SyncFenceImpl 681 virtual c2_status_t wait(c2_nsecs_t timeoutNs) { in wait() function in _C2FenceFactory::PipeFenceImpl
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/ |
H A D | event.cpp | 120 event::wait() const { in wait() function in event 174 hard_event::wait() const { in wait() function in hard_event 267 soft_event::wait() const { in wait() function in soft_event
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/public/pw_bluetooth_sapphire/fuchsia/host/socket/ |
H A D | socket_channel_relay.h | 587 async::Wait* wait, in BindWait() 652 async::Wait* wait) { in BeginWait() 676 void SocketChannelRelay<ChannelT>::UnbindAndCancelWait(async::Wait* wait) { in UnbindAndCancelWait()
|
/aosp_15_r20/external/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 241 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() function in marl::Scheduler::Fiber 420 bool Scheduler::Worker::wait(const TimePoint* timeout) { in wait() function in marl::Scheduler::Worker 429 bool Scheduler::Worker::wait(lock& waitLock, in wait() function in marl::Scheduler::Worker 747 void Scheduler::Worker::Work::wait(F&& f) { in wait() function in marl::Scheduler::Worker::Work
|
/aosp_15_r20/external/trusty/lk/kernel/ |
D | thread.c | 1725 void wait_queue_init(wait_queue_t *wait) in wait_queue_init() 1768 status_t wait_queue_block(wait_queue_t *wait, lk_time_t timeout) in wait_queue_block() 1828 int wait_queue_wake_one(wait_queue_t *wait, bool reschedule, status_t wait_queue_error) in wait_queue_wake_one() 1884 int wait_queue_wake_all(wait_queue_t *wait, bool reschedule, status_t wait_queue_error) in wait_queue_wake_all() 1950 void wait_queue_destroy(wait_queue_t *wait, bool reschedule) in wait_queue_destroy()
|
/aosp_15_r20/external/sdk-platform-java/showcase/grpc-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/ |
H A D | EchoGrpc.java | 396 default void wait(com.google.showcase.v1beta1.WaitRequest request, in wait() method 494 public void wait(com.google.showcase.v1beta1.WaitRequest request, in wait() method in EchoGrpc.EchoStub 563 public com.google.longrunning.Operation wait(com.google.showcase.v1beta1.WaitRequest request) { in wait() method in EchoGrpc.EchoBlockingStub 626 … public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> wait( in wait() method in EchoGrpc.EchoFutureStub
|
/aosp_15_r20/packages/apps/Nfc/nci/jni/ |
D | SyncEvent.h | 57 void wait() { mCondVar.wait(mMutex); } in wait() function 69 bool wait(long millisec) { in wait() function
|
D | CondVar.cpp | 78 void CondVar::wait(Mutex& mutex) { in wait() function in CondVar 95 bool CondVar::wait(Mutex& mutex, long millisec) { in wait() function in CondVar
|
/aosp_15_r20/hardware/interfaces/nfc/aidl/vts/functional/ |
H A D | SyncEvent.h | 58 void wait() { mCondVar.wait(mMutex); } in wait() function 70 bool wait(long millisec) { in wait() function
|
H A D | CondVar.cpp | 75 void CondVar::wait(std::mutex& mutex) { in wait() function in CondVar 92 bool CondVar::wait(std::mutex& mutex, long millisec) { in wait() function in CondVar
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/src/include/ |
D | SyncEvent.h | 57 void wait() { mCondVar.wait(mMutex); } in wait() function 69 bool wait(long millisec) { in wait() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/ |
D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): member in Barrier
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/ |
D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): member in Barrier
|
/aosp_15_r20/external/python/cpython3/Lib/asyncio/ |
D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): member in Barrier
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/ |
H A D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): member in Barrier
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/ |
D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): member in Barrier
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/ |
D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): member in Barrier
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | WaitUtils.kt | 26 fun wait(condition: () -> Boolean): Boolean { in wait() method
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | sync.h | 62 wifi_error wait() { in wait() function 67 wifi_error wait(struct timespec abstime) in wait() function
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | sync.h | 62 wifi_error wait() { in wait() function 67 wifi_error wait(struct timespec abstime) in wait() function
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/src/adaptation/ |
D | CondVar.cpp | 96 void CondVar::wait(Mutex& mutex) { in wait() function in CondVar 113 bool CondVar::wait(Mutex& mutex, long millisec) { in wait() function in CondVar
|