/external/chromium_org/mojo/public/utility/ |
bindings_support_impl_unittest.cc | 66 test::MessagePipe test_pipe; local 68 test::WriteEmptyMessage(test_pipe.handle_1.get())); 70 BindingsSupport::Get()->AsyncWait(test_pipe.handle_0.get(), 102 test::MessagePipe test_pipe; local 103 EXPECT_EQ(MOJO_RESULT_OK, test::WriteEmptyMessage(test_pipe.handle_1.get())); 106 BindingsSupport::Get()->AsyncWait(test_pipe.handle_0.get(),
|
run_loop_unittest.cc | 98 test::MessagePipe test_pipe; local 99 EXPECT_EQ(MOJO_RESULT_OK, test::WriteEmptyMessage(test_pipe.handle_1.get())); 103 run_loop.AddHandler(&handler, test_pipe.handle_0.get(), 133 test::MessagePipe test_pipe; local 134 EXPECT_EQ(MOJO_RESULT_OK, test::WriteEmptyMessage(test_pipe.handle_1.get())); 138 run_loop.AddHandler(&handler, test_pipe.handle_0.get(), 168 test::MessagePipe test_pipe; local 171 run_loop.AddHandler(&handler, test_pipe.handle_0.get(),
|
/external/chromium_org/mojo/common/ |
handle_watcher_unittest.cc | 115 mojo::test::MessagePipe test_pipe; local 116 ASSERT_TRUE(test_pipe.handle_0.is_valid()); 119 callback_helper.Start(&watcher, test_pipe.handle_0.get()); 123 mojo::test::WriteEmptyMessage(test_pipe.handle_1.get())); 292 mojo::test::MessagePipe test_pipe; local 296 callback_helper.StartWithCallback(watcher, test_pipe.handle_1.get(), 300 mojo::test::WriteEmptyMessage(test_pipe.handle_0.get());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 339 def test_pipe(self): member in class:PosixTester
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 339 def test_pipe(self): member in class:PosixTester
|