Home
last modified time | relevance | path

Searched defs:pipe1 (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/liburing/test/
H A Dregister-restrictions.c29 int ret, pipe1[2]; in test_restrictions_sqe_op() local
118 int ret, pipe1[2]; in test_restrictions_register_op() local
177 int ret, pipe1[2]; in test_restrictions_fixed_file() local
290 int ret, pipe1[2]; in test_restrictions_flags() local
445 int ret, pipe1[2]; in test_restrictions_empty() local
H A Dpoll-v-poll.c94 int ret, pipe1[2]; in do_pipe_pollin_test() local
133 int ret, pipe1[2]; in do_pipe_pollout_test() local
238 int ret, pipe1[2]; in do_test_epoll() local
H A Drw_merge_test.c23 int ret, fd, pipe1[2]; in main() local
H A Dpoll.c28 int pipe1[2]; in main() local
H A Dsq-poll-kthread.c35 int ret = 0, pipe1[2]; in do_test_sq_poll_kthread_stopped() local
H A Dpoll-cancel.c32 int pipe1[2]; in test_poll_cancel() local
H A Dpoll-cancel-ton.c105 int pipe1[2]; in main() local
H A Dmulticqes_drain.c276 int pipe1[2], pipe2[2]; in test_simple_drain() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Dinvitation_unittest.cc223 MojoHandle pipe1 = MOJO_HANDLE_INVALID; in TEST_F() local
265 MojoHandle pipe1 = MOJO_HANDLE_INVALID; in TEST_F() local
799 MojoHandle pipe0, pipe1; in TEST_F() local
818 MojoHandle pipe0, pipe1; in TEST_F() local
H A Ddata_pipe_unittest.cc1562 MojoHandle pipe0, pipe1; in TEST_F() local
1632 MojoHandle pipe0, pipe1; in TEST_F() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/tests/
H A Dinvitation_unittest.cc244 auto pipe1 = invitation.ExtractMessagePipe(1); in DEFINE_TEST_CLIENT() local
256 ScopedMessagePipeHandle pipe1 = OutgoingInvitation::SendIsolated( in TEST() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_sync_channel_unittest.cc756 mojo::MessagePipe pipe1, pipe2; in Multiple() local
846 mojo::MessagePipe pipe1, pipe2; in QueuedReply() local
1449 mojo::MessagePipe pipe1, pipe2; in TEST_F() local
1574 mojo::MessagePipe pipe0, pipe1, pipe2, pipe3; in TEST_F() local
1702 mojo::MessagePipe pipe1, pipe2; in TEST_F() local
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_sync_channel_unittest.cc810 mojo::MessagePipe pipe1, pipe2; in Multiple() local
913 mojo::MessagePipe pipe1, pipe2; in QueuedReply() local
1624 mojo::MessagePipe pipe1, pipe2; in TEST_F() local
1748 mojo::MessagePipe pipe0, pipe1, pipe2, pipe3; in TEST_F() local
1874 mojo::MessagePipe pipe1, pipe2; in TEST_F() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DLongStreamTestScenario.java161 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
186 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
H A DDoubleStreamTestScenario.java162 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
187 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
H A DIntStreamTestScenario.java162 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
187 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
H A DStreamTestScenario.java173 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
225 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DDoubleStreamTestScenario.java158 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
183 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
H A DIntStreamTestScenario.java159 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
184 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
H A DLongStreamTestScenario.java158 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
183 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
H A DStreamTestScenario.java170 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_TO_ARRAY_CLEAR_SIZED() local
222 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), in PAR_STREAM_FOR_EACH_CLEAR_SIZED() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dunion_unittest.cc1026 ScopedMessagePipeHandle pipe1; in TEST() local
1044 ScopedMessagePipeHandle pipe1; in TEST() local
1061 ScopedMessagePipeHandle pipe1; in TEST() local
1089 ScopedMessagePipeHandle pipe1; in TEST() local
H A Dhandle_passing_unittest.cc204 MessagePipe pipe1; in TEST_P() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/tee/
H A Dtee01.c51 int pipe1[2]; in tee_test() local
/aosp_15_r20/bionic/tests/
H A Dfcntl_test.cpp234 int pipe1[2]; in TEST() local

12