Searched refs:_wait (Results 1 – 14 of 14) sorted by relevance
/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 | 15 def _wait(): function 45 _wait() 56 _wait() 60 _wait() 141 _wait() 239 _wait() 240 _wait() 244 _wait() 363 _wait() 495 _wait() [all …]
|
D | _test_multiprocessing.py | 1571 def _wait(): function 1620 _wait() 1624 _wait()
|
/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 | 181 self._wait.until(expected_conditions.visibility_of_element_located( 193 self._wait = WebDriverWait(self.driver, 20)
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 841 self._wait(timeout=self._sigint_wait_secs) 950 self._wait(timeout=sigint_timeout) 990 return self._wait(timeout=timeout) 1003 self._wait(timeout=sigint_timeout) 1221 def _wait(self, timeout): member in Popen 1592 def _wait(self, timeout): member in Popen
|
D | threading.py | 613 self._wait(timeout) 647 def _wait(self, timeout): member in Barrier
|
/external/autotest/venv/skylab_suite/ |
D | cros_suite.py | 101 self._wait = specs.wait 124 return self._wait
|
/external/python/cpython3/Lib/asyncio/ |
D | tasks.py | 363 return await _wait(fs, timeout, return_when, loop) 428 async def _wait(fs, timeout, return_when, loop): function
|
D | subprocess.py | 125 return await self._transport._wait()
|
D | base_subprocess.py | 225 async def _wait(self): member in BaseSubprocessTransport
|
D | windows_events.py | 377 await transp._wait()
|
D | unix_events.py | 198 await transp._wait()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_subprocess.py | 413 await transport._wait()
|