Searched refs:run_until (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/ |
D | peerd_HandlesNameConflicts.py | 128 success, duration = self._host.run_until( 154 success, duration = self._host.run_until(run_until_predicate,
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 390 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 3) 392 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 6) 555 test_utils.run_until(self.loop, lambda: caught) 917 test_utils.run_until(self.loop, lambda: proto.nbytes > 0) 985 test_utils.run_until(self.loop, lambda: proto.nbytes > 0) 1047 test_utils.run_until(self.loop, lambda: proto.nbytes > 0) 1081 test_utils.run_until(self.loop, lambda: proto.nbytes > 0) 1371 test_utils.run_until(self.loop, lambda: server.nbytes) 1373 test_utils.run_until(self.loop, lambda: client.nbytes) 1449 test_utils.run_until(self.loop, lambda: proto.nbytes >= 1) [all …]
|
D | utils.py | 109 def run_until(loop, pred, timeout=30): function
|
/external/autotest/client/cros/netprotos/ |
D | interface_host.py | 53 def run_until(self, predicate, timeout_seconds): member in InterfaceHost
|
/external/autotest/client/site_tests/peerd_DiscoverServices/ |
D | peerd_DiscoverServices.py | 142 success, duration = self._host.run_until(self._has_expected_peer,
|
/external/autotest/client/site_tests/peerd_AdvertiseServices/ |
D | peerd_AdvertiseServices.py | 195 success, duration = self._host.run_until(self._found_desired_records,
|