HomeSort by relevance Sort by last modified time
    Searched defs:RunUntilIdle (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/
run_loop.cc 41 void RunLoop::RunUntilIdle() {
  /external/libchrome/base/test/
test_simple_task_runner.cc 76 void TestSimpleTaskRunner::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/attestation/server/
attestation_service_test.cc 120 void RunUntilIdle() { run_loop_.RunUntilIdle(); }
436 RunUntilIdle();
    [all...]
  /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...]
  /external/libchrome/base/message_loop/
message_loop.cc 298 void MessageLoop::RunUntilIdle() {
301 run_loop.RunUntilIdle();

Completed in 770 milliseconds