/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | mt_utils.cpp | 94 // pipe for sync in ipc 98 return pipe(g_pipeFd); in InitPipe() 109 LOGD("before pipe read"); in BlockOnPipe() 111 LOGD("after pipe read"); in BlockOnPipe()
|
/third_party/backends/backend/ |
H A D | coolscan.h | 125 int pipe; member
|
H A D | tamarack.h | 115 int pipe; /* pipe to reader process */ member 116 int reader_pipe; /* pipe from reader process */
|
H A D | mustek_pp.h | 248 int pipe; member
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | lima_drm.h | 118 __u32 pipe; /* in, which pipe to use, GP/PP */ member
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_gpu.c | 33 .pipe = core, in get_param()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_bo.c | 67 static int msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in msm_bo_cpu_prep() argument
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_gpu.c | 33 .pipe = core, in get_param()
|
/third_party/ltp/testcases/kernel/containers/libclone/ |
H A D | libclone.c | 46 if (pipe(retpipe) == -1) { in do_unshare_tests() 47 perror("pipe"); in do_unshare_tests()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.hpp | 30 #include "pipe/p_state.h" 80 pipe_resource *pipe; member in clover::resource
|
H A D | device.hpp | 33 #include "pipe-loader/pipe_loader.h" 124 pipe_screen *pipe; member in clover::device
|
/third_party/node/lib/internal/streams/ |
H A D | legacy.js | 16 Stream.prototype.pipe = function(dest, options) { 90 dest.emit('pipe', source); 92 // Allow for unix-like usage: A.pipe(B).pipe(C)
|
/third_party/node/test/parallel/ |
H A D | test-net-server-listen-handle.js | 22 // server.listen(pipe) creates a new pipe wrap, 23 // so server.close() doesn't actually unlink this existing pipe. 49 handleName = `pipe ${path}`; 78 arr.push(randomHandle('pipe')); 86 // Test listen(pipe) 90 // Test listen(pipe, cb) 124 // Test listen({handle: pipe}, cb) 127 // Test listen({handle: pipe}) 131 // Test listen({_handle: pipe}, c [all...] |
H A D | test-tls-alert-handling.js | 43 s.pipe(s);
|
H A D | test-tls-client-reject.js | 37 socket.pipe(socket);
|
/third_party/node/test/fixtures/ |
H A D | tls-connect.js | 55 conn.pipe(conn);
|
/third_party/node/benchmark/crypto/ |
H A D | cipher-stream.js | 78 alice.pipe(bob);
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_wake_pipe.c | 75 if (pipe(p->filedes) != 0) { in ares_pipeevent_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_ir.cpp | 148 struct pipe_context *pctx = st_context(ctx)->pipe; in st_link_shader()
|
/third_party/libfuse/test/ |
H A D | conftest.py | 33 (fd_r, fd_w) = os.pipe()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe09.c | 25 * Check that two processes can use the same pipe at the same time. 28 * 1. Open a pipe 29 * 2. Fork a child which writes to the pipe 30 * 3. Fork another child which writes a different character to the pipe 31 * 4. Have the parent read from the pipe 80 int pipefd[2]; /* fds for pipe read/write */ in main() 94 TEST(pipe(pipefd)); in main() 97 tst_resm(TFAIL, "pipe() call failed"); in main() 114 tst_resm(TWARN, "write to pipe failed"); in main() 140 perror("write to pipe faile in main() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 2-2.c | 131 if (pipe(the_pipe)) { in main() 132 perror("pipe"); in main()
|
H A D | 2-1.c | 128 if (pipe(the_pipe)) { in main() 129 perror("pipe"); in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_rasterizer.c | 28 #include "pipe/p_state.h" 41 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 26 * 4); in __fd6_setup_rasterizer_stateobj()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.h | 35 #include "pipe/p_screen.h" 117 /* NOTE: we still need a pipe associated with the screen in a few 119 * related, use ctx->pipe instead. 121 struct fd_pipe *pipe; member
|