/external/python/cpython2/Lib/test/ |
D | lock_tests.py | 14 def _wait(): function 41 _wait() 51 _wait() 55 _wait() 115 _wait() 167 _wait() 168 _wait() 172 _wait() 268 _wait() 382 _wait() [all …]
|
/external/python/cpython3/Lib/test/ |
D | lock_tests.py | 21 def _wait(): function 51 _wait() 62 _wait() 66 _wait() 147 _wait() 245 _wait() 246 _wait() 250 _wait() 388 _wait() 521 _wait() [all …]
|
D | _test_multiprocessing.py | 1675 def _wait(): function 1724 _wait() 1728 _wait()
|
/external/igt-gpu-tools/lib/tests/ |
D | igt_describe.c | 206 static int _wait(pid_t pid, int *status) { in _wait() function 233 internal_assert(_wait(pid, &status) != -1); in main() 253 internal_assert(_wait(pid, &status) != -1); in main() 272 internal_assert(_wait(pid, &status) != -1); in main()
|
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
D | hardware_MemoryIntegrity.py | 54 def _wait(self, seconds, suspend): member in hardware_MemoryIntegrity 118 self._wait(seconds, suspend)
|
/external/autotest/client/cros/ |
D | webstore_test.py | 189 self._wait.until(expected_conditions.visibility_of_element_located( 201 self._wait = WebDriverWait(self.driver, 20)
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/ |
D | api.py | 273 self._wait(operation, timeout_sec) 275 def _wait(self, member in GcpStandardCloudApiResource
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 1032 self._wait(timeout=self._sigint_wait_secs) 1141 self._wait(timeout=sigint_timeout) 1185 return self._wait(timeout=timeout) 1198 self._wait(timeout=sigint_timeout) 1458 def _wait(self, timeout): member in Popen 1883 def _wait(self, timeout): member in Popen
|
D | threading.py | 635 self._wait(timeout) 669 def _wait(self, timeout): member in Barrier
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/ |
D | syscalls.c | 227 int _wait(int32_t *status) in _wait() function
|
/external/python/cpython3/Lib/asyncio/ |
D | tasks.py | 413 return await _wait(fs, timeout, return_when, loop) 498 async def _wait(fs, timeout, return_when, loop): function
|
D | subprocess.py | 135 return await self._transport._wait()
|
D | base_subprocess.py | 226 async def _wait(self): member in BaseSubprocessTransport
|
D | windows_events.py | 399 await transp._wait()
|
D | unix_events.py | 210 await transp._wait()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_subprocess.py | 480 await asyncio.wait_for(transport._wait(), 5)
|
/external/usrsctp/ |
D | Manual.tex | 594 \subsubsection{usrsctp\_sysctl\_set\_sctp\_vtag\_time\_wait()} 914 %sctp\_vtag\_time\_wait&Vtag time wait time, 0 disables it.&60~secs\tabularnewline \hline
|