Searched refs:test_pipe2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/public/cpp/environment/tests/
H A Dasync_waiter_unittest.cc87 MessagePipe test_pipe2; local
89 EXPECT_TRUE(test::WriteTextMessage(test_pipe2.handle1.get(), std::string()));
94 CallAsyncWait(test_pipe2.handle0.get(),
/external/chromium_org/mojo/common/
H A Dhandle_watcher_unittest.cc169 MessagePipe test_pipe2; local
175 ASSERT_TRUE(test_pipe2.handle0.is_valid());
186 callback_helper2.Start(&watcher2, test_pipe2.handle0.get());
223 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe2.handle1.get(),
234 MessagePipe test_pipe2; local
238 ASSERT_TRUE(test_pipe2.handle0.is_valid());
247 callback_helper2.Start(&watcher2, test_pipe2.handle0.get());
262 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe2.handle1.get(),
288 MessagePipe test_pipe2; local
294 ASSERT_TRUE(test_pipe2
[all...]
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc227 MessagePipe test_pipe1, test_pipe2, test_pipe3; local
238 test_pipe2.handle0.get(),

Completed in 380 milliseconds