/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | interface_ptr_unittest.cc | 232 base::RunLoop run_loop, run_loop2; in TEST_F() local 234 calculator_ui.Multiply(5.0, run_loop2.QuitClosure()); in TEST_F() 236 run_loop2.Run(); in TEST_F() 257 base::RunLoop run_loop2; in TEST_F() local 258 calculator_ui.Multiply(5.0, run_loop2.QuitClosure()); in TEST_F() 261 run_loop2.Run(); in TEST_F() 332 base::RunLoop run_loop2; in TEST_F() local 333 calculator_ui.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F() 336 run_loop2.Run(); in TEST_F() 354 base::RunLoop run_loop2; in TEST_F() local [all …]
|
D | router_unittest.cc | 72 base::RunLoop run_loop2; in TEST_F() local 75 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F() 77 run_loop2.Run(); in TEST_F() 144 base::RunLoop run_loop, run_loop2; in TEST_F() local 146 router1.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F() 150 run_loop2.Run(); in TEST_F() 173 base::RunLoop run_loop2; in TEST_F() local 176 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F() 185 run_loop2.Run(); in TEST_F()
|
D | binding_unittest.cc | 106 base::RunLoop run_loop2; in TEST_F() local 111 run_loop2.QuitClosure())); in TEST_F() 112 run_loop2.Run(); in TEST_F() 125 run_loop2.QuitClosure())); in TEST_F() 238 base::RunLoop run_loop2; in TEST_F() local 241 run_loop2.QuitClosure())); in TEST_F() 242 run_loop2.Run(); in TEST_F() 329 base::RunLoop run_loop2; in TEST_F() local 334 run_loop2.QuitClosure())); in TEST_F() 335 run_loop2.Run(); in TEST_F()
|
D | multiplex_router_unittest.cc | 98 base::RunLoop run_loop2; in TEST_F() local 101 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F() 103 run_loop2.Run(); in TEST_F() 172 base::RunLoop run_loop, run_loop2; in TEST_F() local 174 client1.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F() 179 run_loop2.Run(); in TEST_F() 202 base::RunLoop run_loop2; in TEST_F() local 205 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F() 214 run_loop2.Run(); in TEST_F()
|
D | binding_callback_unittest.cc | 150 base::RunLoop run_loop, run_loop2; in TEST_F() local 155 run_loop2.QuitClosure())); in TEST_F() 164 run_loop2.Run(); in TEST_F() 210 base::RunLoop run_loop2; in TEST_F() local 211 server_impl.set_closure(run_loop2.QuitClosure()); in TEST_F() 215 run_loop2.Run(); in TEST_F()
|
D | handle_passing_unittest.cc | 222 base::RunLoop run_loop2; in TEST_F() local 225 run_loop2.QuitClosure())); in TEST_F() 231 run_loop2.Run(); in TEST_F() 342 base::RunLoop run_loop, run_loop2; in TEST_F() local 347 object2->GetName(MakeStringRecorder(&name2, run_loop2.QuitClosure())); in TEST_F() 350 run_loop2.Run(); in TEST_F()
|
D | sync_method_unittest.cc | 486 base::RunLoop run_loop2; in TYPED_TEST() local 490 [&async_echo_response_dispatched, &run_loop2](int32_t result) { in TYPED_TEST() 493 run_loop2.Quit(); in TYPED_TEST() 517 run_loop2.Run(); in TYPED_TEST() 594 base::RunLoop run_loop2; in TYPED_TEST() local 599 &run_loop2](int32_t result) { in TYPED_TEST() 606 run_loop2.Quit(); in TYPED_TEST() 637 run_loop2.Run(); in TYPED_TEST()
|
D | connector_unittest.cc | 351 base::RunLoop run_loop2; in TEST_F() local 352 MessageAccumulator accumulator2(run_loop2.QuitClosure()); in TEST_F() 354 run_loop2.Run(); in TEST_F() 446 base::RunLoop run_loop, run_loop2; in TEST_F() local 459 run_loop2.QuitClosure())); in TEST_F() 486 run_loop2.Run(); in TEST_F()
|
D | associated_interface_unittest.cc | 190 base::RunLoop run_loop, run_loop2; in TEST_F() local 197 run_loop2.QuitClosure())); in TEST_F() 200 run_loop2.Run(); in TEST_F() 555 base::RunLoop run_loop2; in TEST_F() local 557 base::Bind(&CaptureSenderPtrInfo, &sender1, run_loop2.QuitClosure())); in TEST_F() 558 run_loop2.Run(); in TEST_F()
|
/external/libmojo/mojo/message_pump/ |
D | message_pump_mojo_unittest.cc | 134 base::RunLoop run_loop2; in TEST() local 135 handler.set_success_callback(run_loop2.QuitClosure(), 2); in TEST() 141 run_loop2.Run(); in TEST()
|