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

1 2

  /external/libchrome/base/
run_loop.h 44 void RunUntilIdle();
task_runner_util_unittest.cc 78 RunLoop().RunUntilIdle();
91 RunLoop().RunUntilIdle();
104 RunLoop().RunUntilIdle();
118 RunLoop().RunUntilIdle();
run_loop.cc 43 void RunLoop::RunUntilIdle() {
cancelable_callback_unittest.cc 178 RunLoop().RunUntilIdle();
186 RunLoop().RunUntilIdle();
observer_list_unittest.cc 285 RunLoop().RunUntilIdle();
292 RunLoop().RunUntilIdle();
315 RunLoop().RunUntilIdle();
326 RunLoop().RunUntilIdle();
348 RunLoop().RunUntilIdle();
362 RunLoop().RunUntilIdle();
376 RunLoop().RunUntilIdle();
421 RunLoop().RunUntilIdle();
461 RunLoop().RunUntilIdle();
532 RunLoop().RunUntilIdle();
    [all...]
  /external/libmojo/mojo/android/system/
base_run_loop.cc 35 static void RunUntilIdle(JNIEnv* env,
37 base::RunLoop().RunUntilIdle();
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 33 run_loop.RunUntilIdle();
120 test_task_runner->RunUntilIdle();
139 test_task_runner->RunUntilIdle();
156 test_task_runner->RunUntilIdle();
230 test_task_runner->RunUntilIdle();
264 test_task_runner->RunUntilIdle();
285 test_task_runner->RunUntilIdle();
310 test_task_runner->RunUntilIdle();
391 test_task_runner->RunUntilIdle();
410 test_task_runner->RunUntilIdle();
    [all...]
  /external/libchrome/base/test/
test_simple_task_runner.h 71 void RunUntilIdle();
test_mock_time_task_runner.h 117 void RunUntilIdle();
test_simple_task_runner.cc 100 void TestSimpleTaskRunner::RunUntilIdle() {
test_mock_time_task_runner.cc 135 scope->RunUntilIdle();
168 void TestMockTimeTaskRunner::RunUntilIdle() {
  /external/libmojo/mojo/android/javatests/
mojo_test_case.cc 61 run_loop.RunUntilIdle();
  /external/perfetto/src/base/test/
test_task_runner.h 51 void RunUntilIdle();
test_task_runner.cc 39 void TestTaskRunner::RunUntilIdle() {
  /system/tpm/trunks/
background_command_transceiver_test.cc 87 run_loop.RunUntilIdle();
102 run_loop.RunUntilIdle();
  /external/libchrome/base/files/
important_file_writer_unittest.cc 130 RunLoop().RunUntilIdle();
145 RunLoop().RunUntilIdle();
156 RunLoop().RunUntilIdle();
167 RunLoop().RunUntilIdle();
183 RunLoop().RunUntilIdle();
209 RunLoop().RunUntilIdle();
file_descriptor_watcher_posix_unittest.cc 81 base::RunLoop().RunUntilIdle();
95 RunLoop().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(); }
  /external/libchrome/base/threading/
worker_pool_unittest.cc 113 RunLoop().RunUntilIdle();
thread_unittest.cc 561 base::RunLoop().RunUntilIdle();
572 base::RunLoop().RunUntilIdle();
  /external/libmojo/base/android/
application_status_listener_unittest.cc 36 run_loop.RunUntilIdle();
  /external/perfetto/src/ipc/
host_impl_unittest.cc 179 task_runner_->RunUntilIdle();
182 task_runner_->RunUntilIdle();
444 task_runner_->RunUntilIdle();
  /external/libchrome/base/metrics/
field_trial_unittest.cc 613 RunLoop().RunUntilIdle();
620 RunLoop().RunUntilIdle();
    [all...]

Completed in 826 milliseconds

1 2