HomeSort by relevance Sort by last modified time
    Searched refs:RunUntilIdle (Results 1 - 25 of 39) sorted by null

1 2

  /external/libchrome/base/
run_loop.h 43 void RunUntilIdle();
task_runner_util_unittest.cc 78 RunLoop().RunUntilIdle();
91 RunLoop().RunUntilIdle();
104 RunLoop().RunUntilIdle();
118 RunLoop().RunUntilIdle();
observer_list_unittest.cc 223 RunLoop().RunUntilIdle();
230 RunLoop().RunUntilIdle();
253 RunLoop().RunUntilIdle();
264 RunLoop().RunUntilIdle();
286 RunLoop().RunUntilIdle();
300 RunLoop().RunUntilIdle();
314 RunLoop().RunUntilIdle();
359 RunLoop().RunUntilIdle();
399 RunLoop().RunUntilIdle();
464 RunLoop().RunUntilIdle();
    [all...]
run_loop.cc 41 void RunLoop::RunUntilIdle() {
cancelable_callback_unittest.cc 178 RunLoop().RunUntilIdle();
186 RunLoop().RunUntilIdle();
  /external/libchrome/base/test/
test_simple_task_runner.h 71 void RunUntilIdle();
test_simple_task_runner.cc 76 void TestSimpleTaskRunner::RunUntilIdle() {
  /external/libmojo/mojo/message_pump/
handle_watcher_unittest.cc 40 void RunUntilIdle() {
42 run_loop.RunUntilIdle();
167 RunUntilIdle();
190 RunUntilIdle();
197 RunUntilIdle();
204 RunUntilIdle();
252 RunUntilIdle();
258 RunUntilIdle();
281 RunUntilIdle();
301 RunUntilIdle();
    [all...]
message_pump_mojo_unittest.cc 85 TEST(MessagePumpMojo, RunUntilIdle) {
171 run_loop.RunUntilIdle();
186 run_loop.RunUntilIdle();
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 32 run_loop.RunUntilIdle();
119 test_task_runner->RunUntilIdle();
138 test_task_runner->RunUntilIdle();
155 test_task_runner->RunUntilIdle();
229 test_task_runner->RunUntilIdle();
263 test_task_runner->RunUntilIdle();
284 test_task_runner->RunUntilIdle();
309 test_task_runner->RunUntilIdle();
402 test_task_runner->RunUntilIdle();
421 test_task_runner->RunUntilIdle();
    [all...]
  /external/libchrome/base/files/
important_file_writer_unittest.cc 108 RunLoop().RunUntilIdle();
121 RunLoop().RunUntilIdle();
132 RunLoop().RunUntilIdle();
142 RunLoop().RunUntilIdle();
  /external/libmojo/mojo/android/javatests/
mojo_test_case.cc 60 run_loop.RunUntilIdle();
  /external/libmojo/mojo/android/system/
base_run_loop.cc 33 static void RunUntilIdle(JNIEnv* env,
36 reinterpret_cast<base::MessageLoop*>(runLoopID)->RunUntilIdle();
  /system/tpm/trunks/
background_command_transceiver_test.cc 87 run_loop.RunUntilIdle();
102 run_loop.RunUntilIdle();
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 126 base::RunLoop().RunUntilIdle();
160 base::RunLoop().RunUntilIdle();
166 base::RunLoop().RunUntilIdle();
231 base::RunLoop().RunUntilIdle();
280 base::RunLoop().RunUntilIdle();
303 base::RunLoop().RunUntilIdle();
371 base::RunLoop().RunUntilIdle();
398 base::RunLoop().RunUntilIdle();
request_response_unittest.cc 88 ~RequestResponseTest() override { base::RunLoop().RunUntilIdle(); }
90 void PumpMessages() { base::RunLoop().RunUntilIdle(); }
binding_callback_unittest.cc 132 void PumpMessages() { base::RunLoop().RunUntilIdle(); }
associated_interface_unittest.cc 95 ~AssociatedInterfaceTest() override { base::RunLoop().RunUntilIdle(); }
97 void PumpMessages() { base::RunLoop().RunUntilIdle(); }
  /external/libchrome/base/threading/
worker_pool_unittest.cc 113 RunLoop().RunUntilIdle();
  /external/libmojo/base/android/
application_status_listener_unittest.cc 36 run_loop.RunUntilIdle();
  /external/libchrome/base/metrics/
field_trial_unittest.cc 606 RunLoop().RunUntilIdle();
613 RunLoop().RunUntilIdle();
    [all...]
  /external/libchrome/base/message_loop/
message_loop.h 252 void RunUntilIdle();
message_loop.cc 298 void MessageLoop::RunUntilIdle() {
301 run_loop.RunUntilIdle();
  /external/libmojo/mojo/public/cpp/system/tests/
watcher_unittest.cc 204 base::RunLoop().RunUntilIdle();
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 201 run_loop.RunUntilIdle();

Completed in 362 milliseconds

1 2