Searched refs:pipe (Results 1 – 25 of 28) sorted by relevance
12
/bionic/libc/kernel/uapi/drm/ |
D | etnaviv_drm.h | 49 __u32 pipe; member 114 __u32 pipe; member 130 __u32 pipe; member 145 __u32 pipe; member 152 __u32 pipe; member 159 __u32 pipe; member
|
D | lima_drm.h | 77 __u32 pipe; member
|
D | msm_drm.h | 42 __u32 pipe; member
|
D | i915_drm.h | 403 int pipe; member 634 __u32 pipe; member
|
/bionic/tests/ |
D | fcntl_test.cpp | 188 ASSERT_EQ(0, pipe(pipe_fds)); in TEST() 208 ASSERT_EQ(0, pipe(pipe_fds)); in TEST() 235 ASSERT_EQ(0, pipe(pipe1)); in TEST() 238 ASSERT_EQ(0, pipe(pipe2)); in TEST()
|
D | fdtrack_test.cpp | 268 FDTRACK_TEST(pipe, ({ 270 if (pipe(fds.data()) != 0) {
|
D | sys_epoll_test.cpp | 133 ASSERT_NE(-1, pipe(fds)); in TEST()
|
D | spawn_test.cpp | 237 ASSERT_NE(-1, pipe(fds)); in TEST() 291 ASSERT_NE(-1, pipe(fds)); in CatFileToString() 533 ASSERT_NE(-1, pipe(fds)); in TEST()
|
D | sys_select_test.cpp | 54 ASSERT_EQ(0, pipe(fds)); in DelayedWrite()
|
D | utils.h | 228 ASSERT_NE(pipe(fds), -1); in Run()
|
D | clang_fortify_tests.cpp | 409 if (pipe(pipe_fds)) err(1, "pipe failed"); in FORTIFY_TEST()
|
D | dlext_test.cpp | 603 ASSERT_NOERROR(pipe(pipefd)); in TEST_F() 655 ASSERT_NOERROR(pipe(child_done_pipe)); in SpawnChildrenAndMeasurePss() 656 ASSERT_NOERROR(pipe(parent_done_pipe)); in SpawnChildrenAndMeasurePss()
|
/bionic/libc/bionic/ |
D | pipe.cpp | 35 int pipe(int pipefd[2]) { in pipe() function
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_APP.TXT | 7 int pipe:pipe(int pipefd[2]) lp32
|
D | libc.map.txt | 727 pipe;
|
D | Android.bp | 891 "bionic/pipe.cpp",
|
/bionic/libc/kernel/uapi/sound/ |
D | skl-tplg-interface.h | 167 struct skl_dfw_v4_pipe pipe; member
|
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 76 ASSERT_NE(-1, pipe(fds)); in Exec()
|
/bionic/libc/include/ |
D | unistd.h | 263 int pipe(int __fds[_Nonnull 2]);
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 364 FUNCTION(pipe, int (*f)(int[2])); in unistd_h()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 253 ASSERT_NE(-1, pipe(fds)); in InternalExec()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 625 pipe
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 727 pipe;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_123.S | 2712 CALL(pipe)
|
D | liblinker_reloc_bench_113.S | 2131 CALL(pipe)
|
12