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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 91 // And then wait for the test to tell us to GO!
93 start_event->Wait();
95 // Here we don't wait for the app to be terminated because one of the
97 // wait here, we would never get a handle to the main process...
101 // We can wait on the handle here, we should get stuck on one and only
163 // flaky wait. Instead, we kill all descendants of the main process after we
186 EXPECT_TRUE(base::KillProcess(process_handle, kExitCode, true /* wait */));
204 // we don't time-out of any wait, so it executes quite fast anyway.
250 // Here we prime all the threads with a ChromeStarter that will wait for
267 // Wait for all the starters to be ready
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 119 // Wait for the profile to be created.
123 observer.Wait();
144 // Wait for the profile to be created.
148 observer.Wait();
170 // Wait for the profile to be created.
174 observer.Wait();
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 30 // We use a WaitableEvent to wait when logins are added, removed, or updated
80 wait_event.Wait();
88 wait_event.Wait();
105 wait_event.Wait();
typed_urls_helper.cc 149 wait_event.Wait();
177 wait_event.Wait();
188 wait_event.Wait();
199 wait_event.Wait();
209 wait_event.Wait();
285 // Wait until the AddPage() request has completed so we know the change has
286 // filtered down to the sync observers (don't need to wait for the
autofill_helper.cc 74 done_event.Wait();
93 done_event.Wait();
201 done_event.Wait();
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_browsertest.cc 114 // The menu_observer will select "Open in new tab", wait for the new tab to
116 tab_observer.Wait();
145 // Select "Open Link in New Tab" and wait for the new tab to be added.
152 tab_observer.Wait();
197 // Select "Open Link in Incognito Window" and wait for window to be added.
204 tab_observer.Wait();
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 49 observer.Wait();
74 observer.Wait();
219 theme_change_observer.Wait();
  /external/chromium_org/mojo/public/utility/
run_loop.cc 103 Wait();
113 void RunLoop::Wait() {
165 mojo::Wait(wait_state.handles[i], wait_state.wait_flags[i],
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 145 bool MacCFSocketServer::Wait(int cms, bool process_io) {
169 // TODO: In the case of 0ms wait, this will only process one event, so we
230 bool MacCarbonSocketServer::Wait(int cms, bool process_io) {
328 bool MacCarbonAppSocketServer::Wait(int cms, bool process_io) {
  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 153 semaphore.Wait();
165 semaphore.Wait();
177 semaphore.Wait();
  /external/v8/test/cctest/
test-circular-queue.cc 139 semaphore->Wait();
151 semaphore->Wait();
163 semaphore->Wait();
  /external/chromium_org/cc/trees/
thread_proxy.cc 157 begin_main_frame_sent_completion.Wait();
172 request.completion.Wait();
215 completion.Wait();
247 completion.Wait();
308 completion.Wait();
672 completion.Wait();
698 completion.Wait();
709 completion.Wait();
728 completion.Wait();
941 completion.Wait();
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 71 void WaitForChannelCreation() { channel_created_->Wait(); }
89 listener_done.Wait();
90 ipc_done.Wait();
260 // wait for all the workers to finish
262 workers[i]->done_event()->Wait();
433 got_first_reply_->Wait();
652 client1_can_reply_->Wait();
681 client1_msg_received_->Wait();
    [all...]
ipc_send_fds_test.cc 269 a.Wait();
270 b.Wait();
325 received_.Wait();
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 130 void Wait(TTimeIntervalMicroSeconds32 aWait);
140 CSimpleWait* wait = new (ELeave) CSimpleWait(); local
141 CleanupStack::PushL(wait);
142 wait->ConstructL();
144 return wait;
147 void CSimpleWait::Wait(TTimeIntervalMicroSeconds32 aWait)
174 void Wait();
398 void CEpocAudio::Wait()
428 // iWait->Wait(10000); //just give some time...
576 SDL_TRACE1("wait %d audio\n", CEpocAudio::AudioLib().StreamPlayer(KSfxChannel).SyncTime())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc 102 tab_added_observer.Wait();
187 tab_added_observer.Wait();
314 false /* don't wait for idle */);
333 tab_added_observer.Wait();
391 // Wait until the second tab finishes its redirect train (2 hops).
506 reload_observer.Wait();
522 reload_observer2.Wait();
571 js_reload_observer.Wait();
587 js_reload_observer2.Wait();
663 observer.Wait();
    [all...]
extension_browsertest.cc 130 observer_->Wait();
168 // Toggling incognito or file access will reload the extension, so wait for
170 // incognito disabled and file access enabled, so we don't wait in those
181 load_signal.Wait();
194 load_signal.Wait();
446 observer_->Wait();
483 observer_->Wait();
525 windowed_observer.Wait();
555 windowed_observer.Wait();
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 108 // The following must be called without locking, and will spin wait until the
109 // threads are all in a wait state.
161 cv.TimedWait(kTenMs); // Wait for 10 ms.
162 cv.TimedWait(kTenMs); // Wait for 10 ms.
166 cv.TimedWait(kTenMs); // Wait for 10 ms.
167 cv.TimedWait(kTenMs); // Wait for 10 ms.
168 cv.TimedWait(kTenMs); // Wait for 10 ms.
203 queue.all_threads_have_ids()->Wait();
206 // If threads aren't in a wait state, they may start to gobble up tasks in
230 // Wait till we at least start to handle tasks (and we're not all waiting)
    [all...]
  /external/chromium_org/base/memory/
weak_ptr_unittest.cc 73 completion.Wait();
82 completion.Wait();
90 completion.Wait();
99 completion.Wait();
108 completion.Wait();
116 completion.Wait();
125 completion.Wait();
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 110 // The following must be called without locking, and will spin wait until the
111 // threads are all in a wait state.
163 cv.TimedWait(kTenMs); // Wait for 10 ms.
164 cv.TimedWait(kTenMs); // Wait for 10 ms.
168 cv.TimedWait(kTenMs); // Wait for 10 ms.
169 cv.TimedWait(kTenMs); // Wait for 10 ms.
170 cv.TimedWait(kTenMs); // Wait for 10 ms.
264 queue.all_threads_have_ids()->Wait();
267 // If threads aren't in a wait state, they may start to gobble up tasks in
292 // Wait till we at least start to handle tasks (and we're not all waiting)
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.cc 312 signal.Wait();
323 signal.Wait();
331 // auto resizing. Wait for all animations to finish.
338 signal.Wait();
380 observer.Wait();
404 // Wait for new panel to become active before deactivating to ensure
405 // the activated notification is consumed before we wait for the panel
416 // On Linux, window size is not available right away and we should wait
420 // Wait for the bounds animations on creation to finish.
576 false /* don't wait for idle */)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
login_screen_default_policy_browsertest.cc 43 // of |pref_name| has changed. If the notification is received before Wait()
44 // has been called, Wait() returns immediately and no loop is spun.
49 void Wait();
70 void PrefChangeWatcher::Wait() {
158 watcher.Wait();
245 // Enable the large cursor through device policy and wait for the change to
269 // Enable spoken feedback through device policy and wait for the change to
293 // Enable high contrast mode through device policy and wait for the change to
317 // Set the screen magnifier type through device policy and wait for the change
345 // Enable the large cursor through device policy and wait for the change t
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 70 void Wait() {
238 listener.Wait();
303 listener.Wait();
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_browsertest.cc 93 observer.Wait();
144 observer.Wait();
152 observer.Wait();
  /art/runtime/
thread-inl.h 95 // Wait while our suspend count is non-zero.
101 Thread::resume_cond_->Wait(this);

Completed in 1277 milliseconds

<<11121314151617181920>>