Home
last modified time | relevance | path

Searched refs:_wait (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/test/
Dlock_tests.py14 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/
Dlock_tests.py15 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.py1571 def _wait(): function
1620 _wait()
1624 _wait()
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
Dhardware_MemoryIntegrity.py54 def _wait(self, seconds, suspend): member in hardware_MemoryIntegrity
118 self._wait(seconds, suspend)
/external/autotest/client/cros/
Dwebstore_test.py181 self._wait.until(expected_conditions.visibility_of_element_located(
193 self._wait = WebDriverWait(self.driver, 20)
/external/python/cpython3/Lib/
Dsubprocess.py841 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
Dthreading.py613 self._wait(timeout)
647 def _wait(self, timeout): member in Barrier
/external/autotest/venv/skylab_suite/
Dcros_suite.py101 self._wait = specs.wait
124 return self._wait
/external/python/cpython3/Lib/asyncio/
Dtasks.py363 return await _wait(fs, timeout, return_when, loop)
428 async def _wait(fs, timeout, return_when, loop): function
Dsubprocess.py125 return await self._transport._wait()
Dbase_subprocess.py225 async def _wait(self): member in BaseSubprocessTransport
Dwindows_events.py377 await transp._wait()
Dunix_events.py198 await transp._wait()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py413 await transport._wait()