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

1 2 3

  /external/libchrome/ipc/
ipc_security_test_util.cc 9 #include "base/run_loop.h"
16 base::RunLoop run_loop; local
21 FROM_HERE, inject_message, run_loop.QuitClosure());
22 run_loop.Run();
ipc_mojo_bootstrap_unittest.cc 12 #include "base/run_loop.h"
121 base::RunLoop run_loop; local
122 PeerPidReceiver impl(std::move(receiver), run_loop.QuitClosure());
123 run_loop.Run();
146 base::RunLoop run_loop; local
147 PeerPidReceiver impl(std::move(receiver), run_loop.QuitClosure());
148 run_loop.Run();
167 base::RunLoop run_loop; local
168 PeerPidReceiver impl(std::move(receiver), run_loop.QuitClosure(),
170 run_loop.Run()
200 base::RunLoop run_loop; local
    [all...]
ipc_channel_mojo_unittest.cc 28 #include "base/run_loop.h"
214 base::RunLoop run_loop; local
215 ListenerThatQuits listener(run_loop.QuitClosure());
218 run_loop.Run();
227 base::RunLoop run_loop; local
228 ListenerExpectingErrors listener(run_loop.QuitClosure());
241 run_loop.Run();
475 base::RunLoop run_loop; local
476 ListenerThatExpectsOK listener(run_loop.QuitClosure());
483 run_loop.Run()
491 base::RunLoop run_loop; local
548 base::RunLoop run_loop; local
563 base::RunLoop run_loop; local
592 base::RunLoop run_loop; local
619 base::RunLoop run_loop; local
646 base::RunLoop run_loop; local
752 base::RunLoop run_loop; local
767 base::RunLoop run_loop; local
914 base::RunLoop run_loop; local
977 base::RunLoop run_loop; local
1394 base::RunLoop run_loop; local
1420 base::RunLoop run_loop; local
1448 base::RunLoop run_loop; local
1489 base::RunLoop run_loop; local
1509 base::RunLoop run_loop; local
1583 base::RunLoop run_loop; local
1605 base::RunLoop run_loop; local
1617 base::RunLoop run_loop; local
1629 base::RunLoop run_loop; local
1659 base::RunLoop run_loop; local
1679 base::RunLoop run_loop; local
1708 base::RunLoop run_loop; local
1730 base::RunLoop run_loop; local
1765 base::RunLoop run_loop; local
1780 base::RunLoop run_loop; local
    [all...]
ipc_test_base.cc 10 #include "base/run_loop.h"
76 base::RunLoop run_loop; local
78 run_loop.QuitClosure());
79 run_loop.Run();
  /external/grpc-grpc/src/core/lib/iomgr/
pollset_uv.h 26 void (*run_loop)(int blocking); member in struct:grpc_custom_poller_vtable
pollset_uv.cc 57 static void run_loop(size_t timeout) { function
91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
  /external/libchrome/mojo/public/java/system/javatests/
mojo_test_rule.cc 12 #include "base/run_loop.h"
61 base::RunLoop run_loop; local
64 FROM_HERE, run_loop.QuitWhenIdleClosure(),
66 run_loop.Run();
68 run_loop.RunUntilIdle();
  /external/libchrome/base/files/
file_descriptor_watcher_posix_unittest.cc 17 #include "base/run_loop.h"
174 RunLoop run_loop; local
176 .WillOnce(testing::Invoke(&run_loop, &RunLoop::Quit));
177 run_loop.Run();
186 RunLoop run_loop; local
188 .WillOnce(testing::Invoke([this, &run_loop]() {
190 run_loop.Quit();
192 run_loop.Run();
206 RunLoop run_loop; local
209 .WillOnce(testing::Invoke([this, &run_loop]() {
227 RunLoop run_loop; local
250 RunLoop run_loop; local
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/tests/
request_response_unittest.cc 8 #include "base/run_loop.h"
98 base::RunLoop run_loop; local
100 base::Bind(&RecordString, &buf, run_loop.QuitClosure()));
102 run_loop.Run();
112 base::RunLoop run_loop; local
114 run_loop.QuitClosure()));
116 run_loop.Run();
126 base::RunLoop run_loop; local
129 base::Bind(&WriteToMessagePipe, "hello", run_loop.QuitClosure()));
131 run_loop.Run()
144 base::RunLoop run_loop; local
    [all...]
binding_unittest.cc 16 #include "base/run_loop.h"
76 base::RunLoop run_loop; local
78 SetFlagAndRunClosure(&called, run_loop.QuitClosure()));
84 run_loop.Run();
94 base::RunLoop run_loop; local
96 SetFlagAndRunClosure(&encountered_error, run_loop.QuitClosure()));
110 run_loop.Run();
130 base::RunLoop run_loop; local
132 SetFlagAndRunClosure(&called, run_loop.QuitClosure()));
135 run_loop.Run()
193 base::RunLoop run_loop; local
209 base::RunLoop run_loop; local
255 base::RunLoop run_loop; local
278 base::RunLoop run_loop; local
413 base::RunLoop run_loop; local
449 base::RunLoop run_loop; local
462 base::RunLoop run_loop; local
473 base::RunLoop run_loop; local
502 base::RunLoop run_loop; local
539 base::RunLoop run_loop; local
574 base::RunLoop run_loop; local
639 base::RunLoop run_loop; local
    [all...]
binding_callback_unittest.cc 11 #include "base/run_loop.h"
150 base::RunLoop run_loop, run_loop2; local
151 server_impl.set_closure(run_loop.QuitClosure());
156 run_loop.Run();
199 base::RunLoop run_loop; local
204 interface_ptr_.set_connection_error_handler(run_loop.QuitClosure());
237 run_loop.Run();
256 base::RunLoop run_loop; local
257 server_impl.set_closure(run_loop.QuitClosure());
261 run_loop.Run()
287 base::RunLoop run_loop; local
322 base::RunLoop run_loop; local
    [all...]
interface_ptr_unittest.cc 15 #include "base/run_loop.h"
237 base::RunLoop run_loop; local
238 done_closure_ = run_loop.QuitClosure();
243 run_loop.Run();
336 base::RunLoop run_loop; local
337 calculator_ui.Add(2.0, run_loop.QuitClosure());
338 run_loop.Run();
364 base::RunLoop run_loop; local
367 run_loop.QuitClosure()));
386 run_loop.Run()
404 base::RunLoop run_loop; local
419 base::RunLoop run_loop; local
430 base::RunLoop run_loop, run_loop2; local
451 base::RunLoop run_loop; local
468 base::RunLoop run_loop; local
526 base::RunLoop run_loop; local
539 base::RunLoop run_loop, run_loop2; local
600 base::RunLoop run_loop; local
613 base::RunLoop run_loop, run_loop2; local
686 base::RunLoop run_loop; local
775 base::RunLoop run_loop; local
794 base::RunLoop run_loop; local
813 base::RunLoop run_loop; local
832 base::RunLoop run_loop; local
856 base::RunLoop run_loop; local
903 base::RunLoop run_loop; local
928 base::RunLoop run_loop; local
    [all...]
connector_unittest.cc 16 #include "base/run_loop.h"
125 base::RunLoop run_loop; local
126 MessageAccumulator accumulator(run_loop.QuitClosure());
129 run_loop.Run();
172 base::RunLoop run_loop; local
173 MessageAccumulator accumulator(run_loop.QuitClosure());
180 run_loop.Run();
209 base::RunLoop run_loop; local
210 accumulator.set_closure(run_loop.QuitClosure());
211 run_loop.Run()
274 base::RunLoop run_loop; local
296 base::RunLoop run_loop; local
391 base::RunLoop run_loop; local
414 base::RunLoop run_loop, run_loop2; local
484 base::RunLoop run_loop; local
520 base::RunLoop run_loop; local
543 base::RunLoop run_loop; local
    [all...]
associated_interface_unittest.cc 14 #include "base/run_loop.h"
147 void QuitRunLoop(base::RunLoop* run_loop) {
149 run_loop->Quit();
154 base::Unretained(this), base::Unretained(run_loop)));
214 base::RunLoop run_loop, run_loop2; local
217 run_loop.QuitClosure()));
223 run_loop.Run();
402 base::RunLoop run_loop; local
406 base::Unretained(this), base::Unretained(&run_loop)));
424 run_loop.Run()
427 base::RunLoop run_loop; local
437 base::RunLoop run_loop; local
488 base::RunLoop run_loop; local
511 base::RunLoop run_loop; local
521 base::RunLoop run_loop; local
561 base::RunLoop run_loop; local
934 base::RunLoop run_loop; local
957 base::RunLoop run_loop; local
981 base::RunLoop run_loop; local
1003 base::RunLoop run_loop; local
1026 base::RunLoop run_loop; local
1054 base::RunLoop run_loop; local
1063 base::RunLoop run_loop; local
1144 base::RunLoop run_loop; local
1176 base::RunLoop run_loop; local
    [all...]
handle_passing_unittest.cc 9 #include "base/run_loop.h"
208 base::RunLoop run_loop; local
210 run_loop.QuitClosure());
224 run_loop.Run();
241 base::RunLoop run_loop; local
244 run_loop.QuitClosure()));
248 run_loop.Run();
276 base::RunLoop run_loop; local
279 run_loop.QuitClosure()));
283 run_loop.Run()
308 base::RunLoop run_loop, run_loop2; local
    [all...]
e2e_perftest.cc 13 #include "base/run_loop.h"
87 base::RunLoop run_loop; local
88 quit_closure_ = run_loop.QuitClosure();
91 run_loop.Run();
124 base::RunLoop run_loop; local
129 run_loop.QuitClosure());
130 run_loop.Run();
175 base::RunLoop run_loop; local
181 run_loop.QuitClosure())));
182 run_loop.Run()
    [all...]
multiplex_router_unittest.cc 13 #include "base/run_loop.h"
78 base::RunLoop run_loop; local
81 run_loop.QuitClosure()));
83 run_loop.Run();
163 base::RunLoop run_loop; local
164 LazyResponseGenerator generator(run_loop.QuitClosure());
178 run_loop.Run();
288 base::RunLoop run_loop; local
289 LazyResponseGenerator generator(run_loop.QuitClosure());
306 run_loop.Run()
    [all...]
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 20 #include "base/run_loop.h"
194 RunLoop run_loop; local
195 injector()->AddEvent(0, run_loop.QuitClosure());
196 run_loop.Run();
216 RunLoop run_loop; local
217 injector()->AddEvent(0, run_loop.QuitClosure());
218 run_loop.Run();
230 RunLoop run_loop; local
231 injector()->AddEvent(0, run_loop.QuitClosure());
232 run_loop.Run()
248 RunLoop run_loop; local
270 RunLoop run_loop; local
298 RunLoop run_loop; local
367 RunLoop run_loop; local
410 RunLoop run_loop; local
527 RunLoop run_loop; local
539 RunLoop run_loop; local
    [all...]
message_loop_io_posix_unittest.cc 17 #include "base/run_loop.h"
251 RunLoop* run_loop) {
253 run_loop->Quit();
259 RunLoop run_loop; local
261 CallClosureHandler handler(BindOnce(&StopWatching, &watcher, &run_loop),
270 run_loop.Run();
282 RunLoop run_loop; local
283 CallClosureHandler handler(run_loop.QuitClosure(), OnceClosure());
291 run_loop.Run();
326 RunLoop* run_loop) {
403 RunLoop run_loop; local
    [all...]
  /external/libchrome/base/task_scheduler/
service_thread.h 41 void Run(RunLoop* run_loop) override;
service_thread.cc 58 NOINLINE void ServiceThread::Run(RunLoop* run_loop) {
60 Thread::Run(run_loop);
  /external/libchrome/base/test/
test_mock_time_task_runner_unittest.cc 9 #include "base/run_loop.h"
131 RunLoop run_loop; local
133 FROM_HERE, run_loop.QuitClosure(), TimeDelta::FromSeconds(1));
142 run_loop.Run();
154 RunLoop run_loop; local
156 FROM_HERE, run_loop.QuitWhenIdleClosure(), TimeDelta::FromSeconds(5));
165 run_loop.Run();
175 RunLoop run_loop; local
177 FROM_HERE, run_loop.QuitWhenIdleClosure(), TimeDelta::FromDays(50));
179 run_loop.Run()
222 RunLoop run_loop; local
    [all...]
  /external/libchrome/mojo/public/cpp/system/tests/
simple_watcher_unittest.cc 13 #include "base/run_loop.h"
53 base::RunLoop run_loop; local
61 run_loop.Quit();
67 run_loop.Run();
137 base::RunLoop run_loop; local
152 run_loop.QuitClosure());
153 run_loop.Run();
160 base::RunLoop run_loop; local
167 run_loop.Quit();
174 run_loop.Run()
182 base::RunLoop run_loop; local
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
rx-runloop.hpp 118 class run_loop class in namespace:rxcpp::schedulers
121 typedef run_loop this_type;
124 run_loop(const this_type&);
125 run_loop(this_type&&);
137 run_loop() function in class:rxcpp::schedulers::run_loop
145 ~run_loop()
204 inline scheduler make_run_loop(const run_loop& r) {
  /external/libchrome/base/debug/
task_annotator_unittest.cc 16 #include "base/run_loop.h"
145 RunLoop run_loop; local
154 run_loop.QuitClosure());
185 run_loop.Run();
211 RunLoop run_loop; local
236 run_loop.QuitClosure());
276 run_loop.Run();
289 RunLoop run_loop; local
321 run_loop.QuitClosure());
367 run_loop.Run()
    [all...]

Completed in 694 milliseconds

1 2 3