OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_pipe2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/common/
handle_watcher_unittest.cc
132
mojo::test::MessagePipe
test_pipe2
;
local
138
ASSERT_TRUE(
test_pipe2
.handle_0.is_valid());
149
callback_helper2.Start(&watcher2,
test_pipe2
.handle_0.get());
187
mojo::test::WriteEmptyMessage(
test_pipe2
.handle_1.get()));
197
mojo::test::MessagePipe
test_pipe2
;
local
201
ASSERT_TRUE(
test_pipe2
.handle_0.is_valid());
210
callback_helper2.Start(&watcher2,
test_pipe2
.handle_0.get());
227
mojo::test::WriteEmptyMessage(
test_pipe2
.handle_1.get()));
252
mojo::test::MessagePipe
test_pipe2
;
local
258
ASSERT_TRUE(
test_pipe2
.handle_0.is_valid())
[
all
...]
/external/chromium_org/mojo/public/utility/
bindings_support_impl_unittest.cc
82
test::MessagePipe
test_pipe2
;
local
86
test::WriteEmptyMessage(
test_pipe2
.handle_1.get()));
90
BindingsSupport::Get()->AsyncWait(
test_pipe2
.handle_0.get(),
Completed in 67 milliseconds