Searched refs:run_loop (Results 1 - 13 of 13) sorted by relevance
/external/libbrillo/brillo/message_loops/ |
H A D | base_message_loop.cc | 23 #include <base/run_loop.h> 187 base::RunLoop run_loop; // Uses the base::MessageLoopForIO implicitly. local 188 base_run_loop_ = &run_loop; 190 run_loop.RunUntilIdle(); 192 run_loop.Run(); 203 base::RunLoop run_loop; // Uses the base::MessageLoopForIO implicitly. local 204 base_run_loop_ = &run_loop; 205 run_loop.Run();
|
/external/libbrillo/brillo/daemons/ |
H A D | daemon.cc | 13 #include <base/run_loop.h>
|
/external/libchrome/base/trace_event/ |
H A D | memory_dump_manager_unittest.cc | 14 #include "base/run_loop.h" 149 RunLoop run_loop; local 152 MessageLoop::current()->task_runner(), run_loop.QuitClosure()); 154 run_loop.Run(); 425 RunLoop run_loop; local 430 run_loop.QuitClosure()); 431 run_loop.Run(); 752 RunLoop run_loop; local 753 auto quit_closure = run_loop.QuitClosure(); 778 run_loop 819 RunLoop run_loop; local 867 RunLoop run_loop; local [all...] |
/external/libbrillo/brillo/http/ |
H A D | http_transport_curl_unittest.cc | 9 #include <base/run_loop.h> 194 base::RunLoop run_loop; local 208 auto success_callback = [&success_call_count, &run_loop]( 210 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop.QuitClosure()); 275 FROM_HERE, run_loop.QuitClosure(), base::TimeDelta::FromSeconds(1)); 276 run_loop.Run();
|
/external/libchrome/base/message_loop/ |
H A D | message_loop_test.cc | 14 #include "base/run_loop.h" 696 void FuncThatRuns(TaskList* order, int cookie, RunLoop* run_loop) { argument 700 run_loop->Run(); 715 RunLoop run_loop; local 718 Bind(&FuncThatRuns, &order, 1, Unretained(&run_loop))); 912 RunLoop run_loop; local 914 run_loop.Quit(); 921 run_loop.Run(); 933 RunLoop run_loop; local 938 FROM_HERE, run_loop 960 RunLoop run_loop; local [all...] |
H A D | message_loop.cc | 18 #include "base/run_loop.h" 291 RunLoop run_loop; local 292 run_loop.Run(); 297 RunLoop run_loop; local 298 run_loop.RunUntilIdle();
|
H A D | message_pump_mac.h | 101 CFRunLoopRef run_loop() const { return run_loop_; } function in class:base::MessagePumpCFRunLoopBase
|
H A D | message_loop_unittest.cc | 20 #include "base/run_loop.h" 461 RunLoop run_loop(&dispatcher); 462 run_loop.Run(); 487 RunLoop run_loop(&dispatcher); 488 run_loop.Run();
|
/external/libbrillo/brillo/ |
H A D | asynchronous_signal_handler_unittest.cc | 16 #include <base/run_loop.h>
|
/external/libchrome/base/task/ |
H A D | cancelable_task_tracker_unittest.cc | 16 #include "base/run_loop.h" 31 RunLoop run_loop; local 32 run_loop.RunUntilIdle();
|
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/ |
H A D | tsproxy.py | 633 run_loop() 644 def run_loop(): function
|
/external/libchrome/ |
H A D | Android.mk | 125 base/run_loop.cc \
|
/external/libbrillo/brillo/streams/ |
H A D | file_stream_unittest.cc | 17 #include <base/run_loop.h>
|
Completed in 241 milliseconds