/external/chromium_org/v8/test/cctest/ |
test-semaphore.cc | 48 bool result = semaphore_->WaitFor(TimeDelta::FromMicroseconds(1)); 76 bool result = semaphore.WaitFor(TimeDelta::FromMicroseconds(1)); 82 TEST(WaitFor) { 87 ok = semaphore.WaitFor(TimeDelta::FromMicroseconds(0)); 89 ok = semaphore.WaitFor(TimeDelta::FromMicroseconds(100)); 91 ok = semaphore.WaitFor(TimeDelta::FromMicroseconds(1000)); 96 ok = semaphore.WaitFor(TimeDelta::FromMicroseconds(0)); 99 ok = semaphore.WaitFor(TimeDelta::FromMicroseconds(100)); 102 ok = semaphore.WaitFor(TimeDelta::FromMicroseconds(1000));
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
util_unittest.py | 16 util.WaitFor(test, 0.1) 21 self.assertRaises(util.TimeoutException, lambda: util.WaitFor(test, 0.1)) 28 util.WaitFor(Test().Method, 0.1) 30 util.WaitFor(lambda: 1, 0.1) 33 self.assertRaises(TypeError, lambda: util.WaitFor('test', 0.1)) 36 self.assertEquals('test', util.WaitFor(lambda: 'test', 0.1))
|
tab_unittest.py | 65 util.WaitFor(lambda: _IsDocumentVisible(self._tab), timeout=5) 68 util.WaitFor(lambda: _IsDocumentVisible(new_tab), timeout=5) 71 util.WaitFor(lambda: _IsDocumentVisible(self._tab), timeout=5)
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api_browsertest.cc | 201 bool WaitFor(Profile* profile, 215 // Print the events that were caught since the last WaitFor() call to help 344 bool WaitFor(const std::string& event_name, const std::string& json_args) { 345 return events_listener_->WaitFor( 353 if (!WaitFor(downloads::OnCreated::kEventName, on_created_event)) 356 return WaitFor( 820 ASSERT_TRUE(WaitFor(downloads::OnCreated::kEventName, [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_unittest.py | 65 util.WaitFor(lambda: not self._IsCryptohomeMounted(), 20) 78 self.assertTrue(util.WaitFor(self._IsCryptohomeMounted, 10)) 100 util.WaitFor(ScreenLocked, 10) 113 util.WaitFor(ErrorBubbleVisible, 10) 121 util.WaitFor(lambda: not browser.oobe_exists, 10)
|
inspector_console_unittest.py | 23 util.WaitFor(GotLog, 5)
|
inspector_timeline_unittest.py | 17 util.WaitFor(_IsDone, 5)
|
inspector_runtime_unittest.py | 44 util.WaitFor(lambda: self._tab.EnableAllContexts() == 4, timeout=30) 60 util.WaitFor(lambda: TestVarReady(context_id), timeout=30)
|
cros_browser_backend.py | 58 util.WaitFor(self.IsBrowserRunning, 20) 94 result = util.WaitFor(self._cri.GetChromeProcess, timeout=30) 149 util.WaitFor(lambda: self.oobe_exists, 10) 158 util.WaitFor(lambda: pid != self.pid, 10) 176 util.WaitFor(lambda: not self._IsCryptohomeMounted(), 30) 237 util.WaitFor(self._IsLoggedIn, 60)
|
oobe.py | 51 gaia_context = util.WaitFor(self._GaiaLoginContext, timeout=30)
|
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/ |
do_nothing_forwarder.py | 30 util.WaitFor(IsStarted, 10)
|
cros_forwarder.py | 52 util.WaitFor(
|
/external/chromium_org/v8/src/platform/ |
condition-variable.h | 27 // on a Mutex first. The |Wait()| and |WaitFor()| operations atomically release 57 // is reacquired and |WaitFor()| exits. Returns true if the condition variable 59 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
|
semaphore.h | 50 bool WaitFor(const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
|
condition-variable.cc | 71 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { 125 bool WaitFor(DWORD timeout_ms) { 273 while (!event->WaitFor(INFINITE)) 285 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { 299 result = event->WaitFor(INFINITE - 1); 305 result = event->WaitFor((msec < 0) ? 0 : static_cast<DWORD>(msec));
|
semaphore.cc | 53 bool Semaphore::WaitFor(const TimeDelta& rel_time) { 108 bool Semaphore::WaitFor(const TimeDelta& rel_time) { 165 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
|
/external/chromium_org/tools/perf/measurements/ |
tab_switching.py | 58 util.WaitFor(tab.HasReachedQuiescence, 60) 81 util.WaitFor(_IsDone, 30)
|
session_restore.py | 36 util.WaitFor(lambda: browser.tabs and
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
form_based_credentials_backend.py | 16 util.WaitFor(IsFormLoadedOrAlreadyLoggedIn, 60) 27 util.WaitFor(FinishedLoading, 60)
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
media_action.py | 37 util.WaitFor(lambda:
|
/external/chromium_org/v8/src/ |
sweeper-thread.cc | 70 bool value = end_sweeping_semaphore_.WaitFor(TimeDelta::FromSeconds(0));
|
/external/chromium_org/chrome/test/telemetry/chromeos/ |
login_unittest.py | 70 return util.WaitFor( 124 util.WaitFor(ScreenLocked, 10) 137 util.WaitFor(ErrorBubbleVisible, 10) 145 util.WaitFor(lambda: not browser.oobe, 10) 164 util.WaitFor(lambda: not self._IsCryptohomeMounted(), 20) 237 util.WaitFor(lambda: browser.oobe.EvaluateJavaScript(
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
context_lost.py | 88 util.WaitFor(lambda: tab.EvaluateJavaScript( 113 util.WaitFor(lambda: tab.EvaluateJavaScript( 130 util.WaitFor(lambda: tab.EvaluateJavaScript(
|
maps.py | 67 util.WaitFor(IsWaitComplete, timeout)
|
/external/chromium_org/tools/perf/benchmarks/ |
dom_perf.py | 49 util.WaitFor(_IsDone, 600)
|