HomeSort by relevance Sort by last modified time
    Searched refs:test_pipe1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/common/
handle_watcher_unittest.cc 131 mojo::test::MessagePipe test_pipe1; local
137 ASSERT_TRUE(test_pipe1.handle_0.is_valid());
142 callback_helper1.Start(&watcher1, test_pipe1.handle_0.get());
174 mojo::test::WriteEmptyMessage(test_pipe1.handle_1.get()));
185 mojo::test::WriteEmptyMessage(test_pipe1.handle_1.get()));
196 mojo::test::MessagePipe test_pipe1; local
200 ASSERT_TRUE(test_pipe1.handle_0.is_valid());
204 callback_helper1.Start(&watcher1, test_pipe1.handle_0.get());
217 mojo::test::WriteEmptyMessage(test_pipe1.handle_1.get()));
223 mojo::test::ReadEmptyMessage(test_pipe1.handle_0.get()))
251 mojo::test::MessagePipe test_pipe1; local
    [all...]
  /external/chromium_org/mojo/public/utility/
bindings_support_impl_unittest.cc 81 test::MessagePipe test_pipe1; local
84 test::WriteEmptyMessage(test_pipe1.handle_1.get()));
88 BindingsSupport::Get()->AsyncWait(test_pipe1.handle_0.get(),

Completed in 45 milliseconds