Searched refs:pipe (Results 1901 - 1925 of 3065) sorted by relevance
1...<<71727374757677787980>>...123
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | It_stdlib_poll_002.cpp | 85 ret = pipe(g_pipeFd[i]); in Testcase()
|
/third_party/backends/backend/ |
H A D | test.h | 134 SANE_Int pipe; member
|
/third_party/libuv/test/ |
H A D | test-signal-pending-on-close.c | 71 ASSERT_OK(pipe(pipefds)); in TEST_IMPL()
|
H A D | test-pipe-close-stdout-read-stdin.c | 63 r = pipe(fd); in TEST_IMPL() 74 * Make the read side of the pipe our stdin. in TEST_IMPL() 78 /* block until write end of pipe is closed */ in TEST_IMPL() 85 /* Create a stream that reads from the pipe. */ in TEST_IMPL() 96 * Because the other end of the pipe was closed, there should in TEST_IMPL() 103 * Close both ends of the pipe so that the child in TEST_IMPL()
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.h | 36 struct fd_pipe *pipe; member in pps::FreedrenoDriver
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 31 #include "pipe/p_compiler.h" 32 #include "pipe/p_format.h" 110 dri_pipe_blit(struct pipe_context *pipe,
|
/third_party/node/test/parallel/ |
H A D | test-child-process-recv-handle.js | 42 stdio: ['pipe', 'pipe', 'pipe', 'ipc'] 58 proc.stderr.pipe(process.stderr);
|
H A D | test-http-chunk-problem.js | 17 res.pipe(process.stdout);
|
H A D | test-http-client-spurious-aborted.js | 50 res.pipe(writable);
|
H A D | test-http-get-pipeline-problem.js | 73 res.pipe(s);
|
H A D | test-https-drain.js | 42 req.pipe(res);
|
H A D | test-stream2-readable-wrap.js | 85 r.pipe(w);
|
H A D | test-tls-client-renegotiation-limit.js | 62 conn.pipe(conn);
|
H A D | test-tls-pause.js | 44 socket.pipe(socket);
|
H A D | test-tls-psk-circuit.js | 28 common.mustCall((c) => { c.pipe(c); }) :
|
/third_party/node/test/pummel/ |
H A D | test-stream-pipe-multi.js | 93 r.pipe(w);
|
/third_party/node/test/sequential/ |
H A D | test-pipe.js | 52 req.pipe(socket);
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | dir.js | 42 const stdio = this.opts.foregroundScripts ? 'inherit' : 'pipe' 75 // pipe to the stream, and proxy errors the chain. 85 .on('error', er => stream.emit('error', er)).pipe(stream))
|
H A D | remote.js | 56 res.body.pipe(stream)
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.h | 30 #include "pipe/p_compiler.h" 52 lp_setup_create(struct pipe_context *pipe,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_program.h | 28 #include "pipe/p_state.h" 58 struct pipe_shader_state pipe; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
H A D | 1-1.c | 75 /* Set up a pipe, for synching. */ in main() 76 rc = pipe(pfd); in main() 78 ERR_LOG("pipe", rc); in main()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_fence.c | 71 if (etna_pipe_wait_ns(fence->screen->pipe, fence->timestamp, timeout)) in etna_screen_fence_finish()
|
H A D | etnaviv_perfmon.h | 33 #include <pipe/p_screen.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fwrite.c | 81 pipe(fds); in fwrite_0400()
|
Completed in 8 milliseconds
1...<<71727374757677787980>>...123