OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handle_1
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/mojo/public/utility/
bindings_support_impl_unittest.cc
68
test::WriteEmptyMessage(test_pipe.
handle_1
.get()));
84
test::WriteEmptyMessage(test_pipe1.
handle_1
.get()));
86
test::WriteEmptyMessage(test_pipe2.
handle_1
.get()));
103
EXPECT_EQ(MOJO_RESULT_OK, test::WriteEmptyMessage(test_pipe.
handle_1
.get()));
run_loop_unittest.cc
99
EXPECT_EQ(MOJO_RESULT_OK, test::WriteEmptyMessage(test_pipe.
handle_1
.get()));
134
EXPECT_EQ(MOJO_RESULT_OK, test::WriteEmptyMessage(test_pipe.
handle_1
.get()));
/external/chromium_org/mojo/common/
handle_watcher_unittest.cc
123
mojo::test::WriteEmptyMessage(test_pipe.
handle_1
.get()));
164
mojo::test::WriteEmptyMessage(test_pipe3.
handle_1
.get()));
174
mojo::test::WriteEmptyMessage(test_pipe1.
handle_1
.get()));
176
mojo::test::WriteEmptyMessage(test_pipe3.
handle_1
.get()));
185
mojo::test::WriteEmptyMessage(test_pipe1.
handle_1
.get()));
187
mojo::test::WriteEmptyMessage(test_pipe2.
handle_1
.get()));
217
mojo::test::WriteEmptyMessage(test_pipe1.
handle_1
.get()));
227
mojo::test::WriteEmptyMessage(test_pipe2.
handle_1
.get()));
241
mojo::test::WriteEmptyMessage(test_pipe1.
handle_1
.get()));
296
callback_helper.StartWithCallback(watcher, test_pipe.
handle_1
.get()
[
all
...]
/external/chromium_org/mojo/public/tests/
test_support.h
21
ScopedMessagePipeHandle
handle_1
;
member in struct:mojo::test::MessagePipe
test_support.cc
14
CreateMessagePipe(&handle_0, &
handle_1
);
/external/chromium_org/mojo/apps/js/bindings/
core.cc
26
MojoHandle
handle_1
= MOJO_HANDLE_INVALID;
local
27
MojoResult result = MojoCreateMessagePipe(&handle_0, &
handle_1
);
32
dictionary.Set("handle1",
handle_1
);
Completed in 70 milliseconds