HomeSort by relevance Sort by last modified time
    Searched refs:WaitFor (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
iprofiler_profiler.py 49 util.WaitFor(Echo, timeout=5)
sample_profiler.py 30 util.WaitFor(IsStarted, 120)
java_heap_profiler.py 90 util.WaitFor(lambda: self._FileSize(device_dump_file) > 0, timeout=2)
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httpproxy_test.py 116 util.WaitFor(lambda: threading.activeCount() == initial_thread_count, 2)
159 util.WaitFor(lambda: threading.activeCount() == initial_thread_count, 1)
  /external/v8/test/unittests/base/platform/
condition-variable-unittest.cc 22 EXPECT_FALSE(cv.WaitFor(&mutex, TimeDelta::FromMicroseconds(n)));
25 EXPECT_FALSE(cv.WaitFor(&mutex, TimeDelta::FromMicroseconds(n)));
  /external/chromium-trace/catapult/devil/devil/android/
app_ui.py 213 return timeout_retry.WaitFor(node_found)
device_utils.py 147 if not timeout_retry.WaitFor(adb_killed, wait_period=1, max_tries=5):
151 if not timeout_retry.WaitFor(adb_started, wait_period=1, max_tries=5):
519 timeout_retry.WaitFor(sd_card_ready)
520 timeout_retry.WaitFor(pm_ready)
521 timeout_retry.WaitFor(boot_completed)
523 timeout_retry.WaitFor(wifi_enabled)
548 timeout_retry.WaitFor(device_offline, wait_period=1)
    [all...]
fastboot_utils.py 84 timeout_retry.WaitFor(fastboot_mode, wait_period=self._FASTBOOT_WAIT_TIME)
logcat_monitor.py 56 def WaitFor(self, success_regex, failure_regex=None, timeout=None,
80 LogcatMonitorCommandError when calling |WaitFor| while not recording
85 'Must be recording logcat when calling |WaitFor|',
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 73 def WaitFor(condition, wait_period=5, max_tries=None):
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util.py 63 def WaitFor(condition, timeout):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
android_app_backend.py 55 util.WaitFor(is_app_ready, timeout=60)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_backend.py 93 data = util.WaitFor(GetData, 5)
chrome_browser_backend.py 167 util.WaitFor(self.HasBrowserFinishedLaunching, timeout=timeout)
182 util.WaitFor(self._AllExtensionsLoaded, timeout=60)
desktop_browser_backend.py 557 util.WaitFor(lambda: not self.IsBrowserRunning(), timeout=5)
574 util.WaitFor(lambda: not self.IsBrowserRunning(), timeout=5)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
web_contents.py 98 util.WaitFor(IsJavaScriptExpressionTrue, timeout)
browser_unittest.py 235 util.WaitFor(lambda: len(browser.tabs) == expected_number_of_tabs, 10)
  /external/chromium-trace/catapult/telemetry/telemetry/
record_wpr.py 51 util.WaitFor(tab.HasReachedQuiescence, 30)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
webpagereplay.py 206 util.WaitFor(self._IsStarted, 30)
242 util.WaitFor(lambda: self.replay_process.poll() is not None, 10)
  /external/autotest/client/common_lib/cros/
chrome.py 215 util.WaitFor(lambda: _BrowserReady(self), timeout=10)
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 65 timeout_retry.WaitFor(
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_device.py 85 util.WaitFor(_ListSerialsOfHealthyOnlineDevices(blacklist), 600)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
powermetrics_power_monitor.py 55 util.WaitFor(_OutputFileExists, 1)
  /external/v8/src/
futex-emulation.cc 140 // 3) After the mutex is released in the call to WaitFor(): this
175 node->cond_.WaitFor(mutex_.Pointer(), time_until_timeout);
  /external/v8/src/heap/
mark-compact.cc 595 if (!pending_sweeper_tasks_semaphore_.WaitFor(
    [all...]

Completed in 623 milliseconds

12 3