Searched refs:Wait (Results 251 - 275 of 765) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/perf/page_sets/
H A Dsimple_mobile_sites.py18 action_runner.Wait(5)
H A Dtough_pinch_zoom_cases.py69 action_runner.Wait(2)
125 action_runner.Wait(2)
190 action_runner.Wait(2)
224 action_runner.Wait(2)
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.cc46 void X11PropertyChangeWaiter::Wait() { function in class:views::X11PropertyChangeWaiter
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.h27 // on a Mutex first. The |Wait()| and |WaitFor()| operations atomically release
43 // |Wait()| causes the calling thread to block until the condition variable is
49 // and |Wait()| exits.
50 void Wait(Mutex* mutex);
108 // my_condvar.Pointer()->Wait(&my_mutex);
/external/llvm/include/llvm/Support/
H A DProgram.h118 /// Wait until the process finished execution or win32 CloseHandle() API on
136 ProcessInfo Wait(
/external/llvm/lib/Support/
H A DProgram.cpp37 ProcessInfo Result = Wait(
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_sysmutex.cpp115 rmutex.Wait();
/external/webrtc/src/system_wrappers/source/
H A Dcpu_wrapper_unittest.cc57 sleep_event->Wait(1);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc69 unblock->Wait();
79 unblock.Wait();
181 // Wait for the profile to be created.
182 observer.Wait();
210 // Wait for the profile to be created.
211 observer.Wait();
238 // Wait for the profile to be created.
239 observer.Wait();
241 // Wait for file thread to create the README.
270 // Wait fo
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc54 void Wait() { function in class:__anon4742::SupervisedUserURLFilterObserver
260 // Wait for the initial update to finish (otherwise we'll get leaks).
261 observer.Wait();
321 observer.Wait();
354 extension_load_observer.Wait();
355 observer.Wait();
382 observer.Wait();
409 observer.Wait();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc75 done_event.Wait();
94 done_event.Wait();
202 done_event.Wait();
277 checker.Wait();
431 // Wait for conidtion to beome true.
432 void Wait();
467 void ProfilesMatchStatusChecker::Wait() { function in class:autofill_helper::__anon4808::ProfilesMatchStatusChecker
494 checker.Wait();
H A Dpasswords_helper.cc86 wait_event.Wait();
94 wait_event.Wait();
111 wait_event.Wait();
278 checker.Wait();
341 checker.Wait();
H A Dtyped_urls_helper.cc152 wait_event.Wait();
182 wait_event.Wait();
195 wait_event.Wait();
208 wait_event.Wait();
220 wait_event.Wait();
296 // Wait until the AddPage() request has completed so we know the change has
422 checker.Wait();
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc369 base::Bind(&base::WaitableEvent::Wait, base::Unretained(&io_waiter))));
371 signal_when_created.Wait(); // Wait till we have a bridge to abort.
394 // Wait until the sync thread releases its ref on the bridge.
395 signal_when_released.Wait();
426 wait_for_shutdown->Wait();
434 wait_done->Wait();
461 signal_when_created.Wait();
468 // Wait for sync's RequestContextGetter to be cleared on IO thread and
475 signal_wait_start.Wait();
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_sanity_browsertest.cc155 void Wait();
172 void DevToolsWindowBeforeUnloadObserver::Wait() { function in class:DevToolsWindowBeforeUnloadObserver
226 before_unload_observer.Wait();
235 close_observer.Wait();
255 observer.Wait();
337 // Wait for all the extension render views that exist to finish loading.
655 cancel_browser.Wait();
665 cancel_browser.Wait();
676 close_observer.Wait();
679 close_observers[i]->Wait();
[all...]
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc160 observer.Wait();
212 tab_added_observer.Wait();
234 same_tab_observer.Wait();
239 observer.Wait();
332 observer.Wait();
345 observer.Wait();
372 history_loaded_observer.Wait();
402 observer.Wait();
450 event.Wait();
502 notification_observer_.Wait();
[all...]
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc68 void WaitForChannelCreation() { channel_created_->Wait(); }
86 listener_done.Wait();
87 ipc_done.Wait();
257 workers[i]->done_event()->Wait();
432 got_first_reply_->Wait();
651 client1_can_reply_->Wait();
680 client1_msg_received_->Wait();
1028 server.done_event()->Wait();
1032 server.done_event()->Wait();
1062 wait_event_->Wait();
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_browsertest.cc126 // Wait for the navigation in the new window to finish, if it hasn't.
187 // Wait for the window to open.
193 // Wait for the cross-site transition in the new tab to finish.
235 // Wait for the window to open.
242 // Wait for the cross-site transition in the new tab to finish.
283 // Wait for the window to open.
286 // Wait for the cross-site transition in the new tab to finish.
324 // Wait for the cross-site transition in the current tab to finish.
367 // Wait for the navigation in the new tab to finish, if it hasn't.
391 navigation_observer.Wait();
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager_browsertest.cc118 void Wait() { function in class:chromeos::__anon3019::AppDataLoadWaiter
295 waiter.Wait();
407 waiter.Wait();
438 waiter.Wait();
452 waiter.Wait();
464 waiter.Wait();
475 waiter.Wait();
550 waiter.Wait();
590 waiter.Wait();
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_browsertest.cc296 void Wait() { function in class:local_discovery::__anon5495::TestMessageLoopCondition
476 condition_devices_listed().Wait();
483 condition_devices_listed().Wait();
506 condition_devices_listed().Wait();
530 condition_token_claimed.Wait();
559 condition_token_claimed.Wait();
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc71 void Wait();
197 void BrowserGpuChannelHostFactory::EstablishRequest::Wait() { function in class:content::BrowserGpuChannelHostFactory::EstablishRequest
212 event_.Wait();
328 request.event.Wait();
337 pending_request_->Wait();
412 request.event.Wait();
/external/chromium_org/mojo/public/cpp/system/tests/
H A Dcore_unittest.cc102 Wait(h.get(), ~MOJO_HANDLE_SIGNAL_NONE, 1000000));
166 Wait(h0.get(), MOJO_HANDLE_SIGNAL_READABLE, 0));
185 Wait(h0.get(), MOJO_HANDLE_SIGNAL_READABLE,
206 Wait(h1.get(), MOJO_HANDLE_SIGNAL_READABLE,
248 Wait(h0.get(), MOJO_HANDLE_SIGNAL_READABLE,
270 Wait(mp.handle1.get(), MOJO_HANDLE_SIGNAL_READABLE,
/external/chromium_org/ppapi/tests/
H A Dtest_audio.cc290 // Wait for the audio callback to be called.
291 audio_callback_event_.Wait();
320 // Wait for the audio callback to be called.
321 audio_callback_event_.Wait();
351 // Wait for the audio callback to be called.
352 audio_callback_event_.Wait();
361 // Wait for the audio callback to be called.
362 audio_callback_event_.Wait();
391 // Wait for the audio callback to be called.
392 audio_callback_event_.Wait();
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Drampup_tests.cc157 EventTypeWrapper StreamObserver::Wait() { return test_done_->Wait(120 * 1000); } function in class:webrtc::StreamObserver
364 EventTypeWrapper LowRateStreamObserver::Wait() { function in class:webrtc::LowRateStreamObserver
365 return test_done_->Wait(test::CallTest::kLongTimeoutMs);
445 EXPECT_EQ(kEventSignaled, stream_observer.Wait());
479 EXPECT_EQ(kEventSignaled, stream_observer.Wait());
/external/chromium_org/base/threading/
H A Dsimple_thread.cc35 event_.Wait(); // Wait for the thread to complete initialization.
136 dry_.Wait();

Completed in 6936 milliseconds

<<11121314151617181920>>