HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 226 - 250 of 748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_perftest.cc 51 loaded_event_.Wait();
129 key_loaded_event_.Wait();
  /external/chromium_org/ipc/
unix_domain_socket_util_unittest.cc 37 started_watching_event_.Wait();
41 accepted_event_.Wait();
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/chromium_org/third_party/libjingle/source/talk/base/
maccocoasocketserver.mm 74 bool MacCocoaSocketServer::Wait(int cms, bool process_io) {
natsocketfactory.h 158 virtual bool Wait(int cms, bool process_io) {
159 return server_->Wait(cms, process_io);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-death-test-internal.h 64 // by wait(2)
96 // test, then wait for it to complete.
106 virtual int Wait() = 0;
113 // than a function pointer or functor, or else Wait and Passed could
168 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 64 // by wait(2)
96 // test, then wait for it to complete.
106 virtual int Wait() = 0;
113 // than a function pointer or functor, or else Wait and Passed could
168 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/chromium/base/threading/
thread.cc 80 // Wait for the thread to start and initialize message_loop_
81 startup_data.event.Wait();
97 // Wait for the thread to exit.
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 61 EXPECT_TRUE(event.Wait());
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 40 event->Wait();
144 done_event.Wait();
238 wait_for_db_thread_pause.Wait();
266 // but here we will wait until the DB thread calls
278 wait_for_db_thread_pause.Wait();
  /external/chromium/chrome/browser/ui/webui/
screenshot_source.cc 67 read_complete.Wait();
  /external/chromium/net/base/
keygen_handler_unittest.cc 135 bool signaled = events[i]->Wait();
  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.cc 110 ss->Wait(timeout_, true);
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 50 void WaitableEvent::Wait() {
83 << "Can only wait on " << MAXIMUM_WAIT_OBJECTS << " with WaitMany";
92 FALSE, // don't wait for all the objects
  /external/chromium_org/chrome/browser/
errorpage_browsertest.cc 116 test_navigation_observer.Wait();
308 load_observer.Wait();
329 load_observer.Wait();
341 load_observer.Wait();
  /external/chromium_org/chrome/browser/extensions/
gtalk_extension_browsertest.cc 87 panel_loaded.Wait();
  /external/chromium_org/chrome/browser/metrics/
metrics_service_browsertest.cc 95 observer.Wait();
  /external/chromium_org/chrome/browser/sync/glue/
browser_thread_model_worker.cc 41 work_done_or_stopped()->Wait();
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest.cc 446 // Wait for new popup to to load and gain focus.
472 // Wait for new popup to to load and gain focus.
585 // Wait for new popup to load (and gain focus if the test fails).
    [all...]
crypto_module_delegate_nss.cc 61 event_.Wait();

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>