OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe1
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/mojo/public/tests/
bindings_array_unittest.cc
64
ScopedMessagePipeHandle pipe0,
pipe1
;
local
65
CreateMessagePipe(&pipe0, &
pipe1
);
69
handles_builder[1].reset(
pipe1
.release());
72
EXPECT_FALSE(
pipe1
.is_valid());
bindings_handle_passing_unittest.cc
142
ScopedMessagePipeHandle
pipe1
;
local
143
CreateMessagePipe(&pipe0, &
pipe1
);
146
SampleFactoryClientImpl factory_client(
pipe1
.Pass());
159
ScopedMessagePipeHandle
pipe1
;
local
160
CreateMessagePipe(&pipe0, &
pipe1
);
163
SampleFactoryClientImpl factory_client(
pipe1
.Pass());
/external/chromium_org/ipc/
ipc_send_fds_test.cc
300
// over
pipe1
to the middleman thread. The middleman thread simply takes the fd
354
PipeChannelHelper
pipe1
(
363
base::Bind(&PipeChannelHelper::Send, base::Unretained(&
pipe1
)),
365
pipe1
.Init();
/external/chromium_org/mojo/public/bindings/sample/
sample_service_unittests.cc
60
mojo::ScopedMessagePipeHandle pipe0,
pipe1
;
local
61
mojo::CreateMessagePipe(&pipe0, &
pipe1
);
73
foo.set_source(
pipe1
.Pass());
/external/chromium/third_party/libevent/test/
regress.c
688
int
pipe1
;
local
692
pipe1
= base1->sig.ev_signal_pair[0];
696
if (close(
pipe1
) != -1 || errno!=EBADF) {
[
all
...]
/external/chromium_org/third_party/libevent/test/
regress.c
688
int
pipe1
;
local
692
pipe1
= base1->sig.ev_signal_pair[0];
696
if (close(
pipe1
) != -1 || errno!=EBADF) {
[
all
...]
Completed in 477 milliseconds