Home
last modified time | relevance | path

Searched refs:WaitFor (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dpy_utils_unittest.py31 self.assertTrue(py_utils.WaitFor(ReturnTrue, .1))
38 py_utils.WaitFor(ReturnFalse, .1)
48 self.assertTrue(py_utils.WaitFor(ReturnCounterBasedValue, .5))
51 self.assertTrue(py_utils.WaitFor(lambda: True, .1))
55 py_utils.WaitFor(lambda: False, .1)
Dts_proxy_server.py105 py_utils.WaitFor(self._IsStarted, timeout)
135 return py_utils.WaitFor(ReadSingleLine, timeout)
149 py_utils.WaitFor(CommandStatusIsRead, timeout)
198 py_utils.WaitFor(lambda: self._proc.poll() is not None, 10)
Dwebpagereplay_go_server.py316 py_utils.WaitFor(self._IsStarted, timeout=120)
352 py_utils.WaitFor(lambda: self.replay_process.poll() is not None, 10)
D__init__.py114 def WaitFor(condition, timeout): function
Dcloud_storage.py324 py_utils.WaitFor(lambda: _AttemptPseudoLockAcquisition(pseudo_lock_path,
332 py_utils.WaitFor(lambda: _AttemptPseudoLockRelease(pseudo_lock_fd),
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor_test.py79 actual_match = test_log.WaitFor(r'.*(fatal|error) logcat monitor.*', None)
93 actual_match = test_log.WaitFor(r'.*My Success Regex.*',
118 actual_match = test_log.WaitFor(r'.*last line.*', None)
129 test_log.WaitFor(r'.*last line.*', None)
152 test_log.WaitFor(r'.*last line.*', None)
164 test_log.WaitFor(r'.*last line.*', None)
178 test_log.WaitFor(r'.*last line.*', None)
192 test_log.WaitFor(r'.*last line.*', None)
208 test_log.WaitFor(r'.*last line.*', None)
Dbattery_utils.py380 timeout_retry.WaitFor(battery_updates_disabled, wait_period=1)
402 timeout_retry.WaitFor(battery_updates_enabled, wait_period=1)
469 timeout_retry.WaitFor(device_discharged, wait_period=wait_period)
506 timeout_retry.WaitFor(device_charged, wait_period=wait_period)
533 timeout_retry.WaitFor(cool_device, wait_period=wait_period)
592 timeout_retry.WaitFor(verify_charging, wait_period=1)
659 timeout_retry.WaitFor(test_if_clear, wait_period=1)
Dcpu_temperature.py144 timeout_retry.WaitFor(cool_cpu, wait_period=wait_period, max_tries=3)
Dcrash_handler_devicetest.py64 timeout_retry.WaitFor(ready_to_crash, wait_period=2, max_tries=10)
Ddevice_utils.py647 timeout_retry.WaitFor(device_online_with_root, wait_period=1)
1062 timeout_retry.WaitFor(sd_card_ready)
1063 timeout_retry.WaitFor(pm_ready)
1064 timeout_retry.WaitFor(boot_completed)
1066 timeout_retry.WaitFor(wifi_enabled)
1068 timeout_retry.WaitFor(decryption_completed)
1109 timeout_retry.WaitFor(device_offline, wait_period=1)
1643 timeout_retry.WaitFor(all_pids_killed, wait_period=0.1)
1797 timeout_retry.WaitFor(dismiss_popups, wait_period=1)
3849 timeout_retry.WaitFor(screen_test, wait_period=1)
Dapp_ui.py244 return timeout_retry.WaitFor(node_found)
Dlogcat_monitor.py73 def WaitFor(self, member in LogcatMonitor
Dfastboot_utils.py190 timeout_retry.WaitFor(self.IsFastbootMode,
/external/llvm-project/lldb/include/lldb/Utility/
DPredicate.h122 llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor() function
157 return WaitFor([&value](T current) { return value == current; }, timeout) !=
185 return WaitFor([&value](T current) { return value != current; }, timeout);
/external/chromium-trace/catapult/systrace/profile_chrome/
Dchrome_tracing_agent.py47 json_category_list = logmon.WaitFor(
88 self._logcat_monitor.WaitFor(self._trace_start_re, timeout=5)
101 self._trace_file = self._logcat_monitor.WaitFor(
Dchrome_startup_tracing_agent.py89 self._trace_file = self._logcat_monitor.WaitFor(
/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant.py35 timeout_retry.WaitFor(
/external/tensorflow/tensorflow/core/platform/
Dblocking_counter.h58 inline bool WaitFor(std::chrono::milliseconds ms) { in WaitFor() function
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_compatibility_devicetest.py64 timeout_retry.WaitFor(
74 timeout_retry.WaitFor(
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry.py70 def WaitFor(condition, wait_period=5, max_tries=None): function
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py67 timeout_retry.WaitFor(
/external/tensorflow/tensorflow/cc/training/
Dqueue_runner.cc107 if (!counter_->WaitFor(std::chrono::milliseconds(wait_for))) { in Start()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcollective_permute_thunk.cc51 bool ok = counter->WaitFor(timeout); in WaitAndLogIfStuck()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcollective_ops_utils.h127 bool ok = counter->WaitFor(timeout); in WaitAndLogIfStuck()
/external/autotest/client/common_lib/cros/
Dchrome.py427 py_utils.WaitFor(lambda: _BrowserReady(self), timeout=10)

12