Searched refs:run_loop (Results 1 - 12 of 12) sorted by relevance

/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop.cc23 #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 Ddaemon.cc13 #include <base/run_loop.h>
/external/libchrome/base/trace_event/
H A Dmemory_dump_manager_unittest.cc14 #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 Dhttp_transport_curl_unittest.cc9 #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 Dmessage_loop_test.cc14 #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 Dmessage_loop.cc18 #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 Dmessage_pump_mac.h101 CFRunLoopRef run_loop() const { return run_loop_; } function in class:base::MessagePumpCFRunLoopBase
H A Dmessage_loop_unittest.cc20 #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 Dasynchronous_signal_handler_unittest.cc16 #include <base/run_loop.h>
/external/libchrome/base/task/
H A Dcancelable_task_tracker_unittest.cc16 #include "base/run_loop.h"
31 RunLoop run_loop; local
32 run_loop.RunUntilIdle();
/external/libchrome/
H A DAndroid.mk125 base/run_loop.cc \
/external/libbrillo/brillo/streams/
H A Dfile_stream_unittest.cc17 #include <base/run_loop.h>

Completed in 356 milliseconds