Searched defs:test_pipe (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/public/cpp/environment/tests/
H A Dasync_waiter_unittest.cc71 MessagePipe test_pipe; local
72 EXPECT_TRUE(test::WriteTextMessage(test_pipe.handle1.get(), std::string()));
74 CallAsyncWait(test_pipe.handle0.get(),
108 MessagePipe test_pipe; local
109 EXPECT_TRUE(test::WriteTextMessage(test_pipe.handle1.get(), std::string()));
112 CallAsyncWait(test_pipe.handle0.get(),
/external/chromium_org/mojo/common/
H A Dhandle_watcher_unittest.cc152 MessagePipe test_pipe; local
153 ASSERT_TRUE(test_pipe.handle0.is_valid());
156 callback_helper.Start(&watcher, test_pipe.handle0.get());
159 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe.handle1.get(),
328 MessagePipe test_pipe; local
332 callback_helper.StartWithCallback(watcher, test_pipe.handle1.get(),
336 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe.handle0.get(),
393 MessagePipe test_pipe; local
394 ASSERT_TRUE(test_pipe.handle0.is_valid());
397 callback_helper.Start(&watcher, test_pipe
[all...]
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc98 MessagePipe test_pipe; local
99 EXPECT_TRUE(test::WriteTextMessage(test_pipe.handle1.get(), std::string()));
103 run_loop.AddHandler(&handler, test_pipe.handle0.get(),
108 EXPECT_FALSE(run_loop.HasHandler(test_pipe.handle0.get()));
134 MessagePipe test_pipe; local
135 EXPECT_TRUE(test::WriteTextMessage(test_pipe.handle1.get(), std::string()));
139 run_loop.AddHandler(&handler, test_pipe.handle0.get(),
144 EXPECT_TRUE(run_loop.HasHandler(test_pipe.handle0.get()));
171 MessagePipe test_pipe; local
174 run_loop.AddHandler(&handler, test_pipe
187 MessagePipe test_pipe; local
277 MessagePipe test_pipe; local
376 MessagePipe test_pipe; local
426 MessagePipe test_pipe; local
[all...]

Completed in 113 milliseconds