Home
last modified time | relevance | path

Searched refs:run_until (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
Dpeerd_HandlesNameConflicts.py128 success, duration = self._host.run_until(
154 success, duration = self._host.run_until(run_until_predicate,
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py390 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 …]
Dutils.py109 def run_until(loop, pred, timeout=30): function
/external/autotest/client/cros/netprotos/
Dinterface_host.py53 def run_until(self, predicate, timeout_seconds): member in InterfaceHost
/external/autotest/client/site_tests/peerd_DiscoverServices/
Dpeerd_DiscoverServices.py142 success, duration = self._host.run_until(self._has_expected_peer,
/external/autotest/client/site_tests/peerd_AdvertiseServices/
Dpeerd_AdvertiseServices.py195 success, duration = self._host.run_until(self._found_desired_records,