Home
last modified time | relevance | path

Searched refs:run_loop (Results 1 – 15 of 15) sorted by relevance

/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc187 base::RunLoop run_loop; // Uses the base::MessageLoopForIO implicitly. in RunOnce() local
188 base_run_loop_ = &run_loop; in RunOnce()
190 run_loop.RunUntilIdle(); in RunOnce()
192 run_loop.Run(); in RunOnce()
203 base::RunLoop run_loop; // Uses the base::MessageLoopForIO implicitly. in Run() local
204 base_run_loop_ = &run_loop; in Run()
205 run_loop.Run(); in Run()
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc149 RunLoop run_loop; in RequestGlobalDumpAndWait() local
152 MessageLoop::current()->task_runner(), run_loop.QuitClosure()); in RequestGlobalDumpAndWait()
154 run_loop.Run(); in RequestGlobalDumpAndWait()
425 RunLoop run_loop; in TEST_F() local
430 run_loop.QuitClosure()); in TEST_F()
431 run_loop.Run(); in TEST_F()
752 RunLoop run_loop; in TEST_F() local
753 auto quit_closure = run_loop.QuitClosure(); in TEST_F()
778 run_loop.Run(); in TEST_F()
819 RunLoop run_loop; in TEST_F() local
[all …]
/external/libbrillo/brillo/http/
Dhttp_transport_curl_unittest.cc194 base::RunLoop run_loop; in TEST_F() local
208 auto success_callback = [&success_call_count, &run_loop]( in TEST_F()
210 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop.QuitClosure()); in TEST_F()
275 FROM_HERE, run_loop.QuitClosure(), base::TimeDelta::FromSeconds(1)); in TEST_F()
276 run_loop.Run(); in TEST_F()
/external/libchrome/base/message_loop/
Dmessage_loop_test.cc696 void FuncThatRuns(TaskList* order, int cookie, RunLoop* run_loop) { in FuncThatRuns() argument
700 run_loop->Run(); in FuncThatRuns()
715 RunLoop run_loop; in RunTest_QuitNow() local
718 Bind(&FuncThatRuns, &order, 1, Unretained(&run_loop))); in RunTest_QuitNow()
912 RunLoop run_loop; in RunTest_RunLoopQuitOrderBefore() local
914 run_loop.Quit(); in RunTest_RunLoopQuitOrderBefore()
921 run_loop.Run(); in RunTest_RunLoopQuitOrderBefore()
933 RunLoop run_loop; in RunTest_RunLoopQuitOrderDuring() local
938 FROM_HERE, run_loop.QuitClosure()); in RunTest_RunLoopQuitOrderDuring()
944 run_loop.Run(); in RunTest_RunLoopQuitOrderDuring()
[all …]
Dmessage_loop.cc291 RunLoop run_loop; in Run() local
292 run_loop.Run(); in Run()
297 RunLoop run_loop; in RunUntilIdle() local
298 run_loop.RunUntilIdle(); in RunUntilIdle()
Dmessage_pump_mac.mm15 #include "base/run_loop.h"
554 CFRunLoopStop(run_loop());
574 CFRunLoopStop(run_loop());
586 CFRunLoopAddSourceToAllModes(run_loop(), quit_source_);
590 CFRunLoopRemoveSourceFromAllModes(run_loop(), quit_source_);
607 CFRunLoopWakeUp(run_loop());
Dmessage_pump_mac.h101 CFRunLoopRef run_loop() const { return run_loop_; } in run_loop() function
Dmessage_loop_unittest.cc461 RunLoop run_loop(&dispatcher); in RunTest_Dispatcher() local
462 run_loop.Run(); in RunTest_Dispatcher()
487 RunLoop run_loop(&dispatcher); in RunTest_DispatcherWithMessageHook() local
488 run_loop.Run(); in RunTest_DispatcherWithMessageHook()
/external/webrtc/webrtc/test/
Dwebrtc_test_common.gyp45 'run_loop.cc',
46 'run_loop.h',
58 'run_loop.cc',
/external/libchrome/base/task/
Dcancelable_task_tracker_unittest.cc31 RunLoop run_loop; in RunCurrentLoopUntilIdle() local
32 run_loop.RunUntilIdle(); in RunCurrentLoopUntilIdle()
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
Dtsproxy.py633 run_loop()
644 def run_loop(): function
/external/libchrome/base/
Dbase.gypi540 'run_loop.cc',
541 'run_loop.h',
DBUILD.gn645 "run_loop.cc",
646 "run_loop.h",
/external/libchrome/
DSConstruct124 run_loop.cc
DAndroid.mk125 base/run_loop.cc \