/third_party/node/test/parallel/ |
D | test-child-process-stdio.js | 29 const child = spawn(...common.pwdCommand, { stdio: ['pipe'] }); property 36 const child = spawn(...common.pwdCommand, { stdio: 'ignore' }); property 43 const options = { stdio: 'ignore' }; property 45 assert.deepStrictEqual(options, { stdio: 'ignore' }); property 73 { stdio: ['pipe', 'pipe', 'pipe', 'ipc', 'ipc'] } property
|
D | test-startup-empty-regexp-statics.js | 37 { stdio: ['inherit', 'pipe', 'inherit'] }); property 54 { stdio: ['inherit', 'pipe', 'inherit'] }); property 63 { stdio: ['inherit', 'pipe', 'inherit'] }); property 70 …const child = spawn(process.execPath, [], { stdio: ['pipe', 'pipe', 'inherit'], encoding: 'utf8' }… property
|
D | test-stdio-pipe-access.js | 18 { 'stdio': 'inherit' }); property 24 { 'stdio': 'pipe' }); property 31 { 'stdio': [ process.stdin, property
|
D | test-child-process-stdio-merge-stdouts-into-cat.js | 9 const p3 = spawn('cat', { stdio: ['pipe', 'pipe', 'inherit'] }); property 10 const p1 = spawn('cat', { stdio: ['pipe', p3.stdin, 'inherit'] }); property 11 const p2 = spawn('cat', { stdio: ['pipe', p3.stdin, 'inherit'] }); property
|
D | test-set-http-max-http-headers.js | 24 const cp = spawn(process.execPath, args, { stdio: 'inherit' }); property 47 stdio: 'inherit' property 68 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' }); property 80 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' }); property
|
D | test-child-process-stdio-reuse-readable-stdio.js | 16 const p1 = spawn('cat', { stdio: ['pipe', 'pipe', 'inherit'] }); property 17 const p2 = spawn('head', ['-n1'], { stdio: [p1.stdout, 'pipe', 'inherit'] }); property
|
D | test-child-process-validate-stdio.js | 34 const stdio = ['foo']; variable 42 const stdio = [{ foo: 'bar' }]; variable 50 stdio: [ property
|
D | test-child-process-server-close.js | 18 const child = fork(__filename, ['child'], { stdio: 'inherit' }); property 29 stdio: ['ignore', conn, 'ignore'] property
|
D | test-stdio-pipe-redirect.js | 18 stdio: ['pipe', 'ignore', 'inherit'], property 21 stdio: ['pipe', consumer.stdin, 'inherit'], property
|
D | test-child-process-fork-stdio.js | 23 () => cp.fork(__filename, { stdio: ['pipe', 'pipe', 'pipe', 'pipe'] }), property 30 stdio: [0, 'ignore', 'pipe', 'ipc', 'pipe'] property
|
D | test-child-process-fork-stdio-string-variant.js | 13 const malFormedOpts = { stdio: '33' }; property 21 const child = fork(childScript, { stdio: stringVariant }); property
|
D | test-child-process-pipe-dataflow.js | 40 grep = spawn('grep', ['x'], { stdio: [cat.stdout, 'pipe', 'pipe'] }); property 41 wc = spawn('wc', ['-c'], { stdio: [grep.stdout, 'pipe', 'pipe'] }); property
|
D | test-child-process-spawnsync-input.js | 58 ret = spawnSync(process.execPath, args, { stdio: 'inherit' }); property 63 stdio: ['inherit', 'inherit', 'inherit'] property
|
/third_party/node/test/pseudo-tty/ |
D | test-set-raw-mode-reset.js | 10 ], { stdio: 'inherit' }); property 13 stdio: ['inherit', 'pipe', 'inherit'], property
|
D | test-set-raw-mode-reset-process-exit.js | 9 ], { stdio: 'inherit' }); property 12 stdio: ['inherit', 'pipe', 'inherit'], property
|
D | test-set-raw-mode-reset-signal.js | 9 ], { stdio: ['inherit', 'pipe', 'inherit'] }); property 17 stdio: ['inherit', 'pipe', 'inherit'], property
|
/third_party/node/test/fixtures/test-runner/output/ |
D | arbitrary-output-colored.js | 9 …await once(spawn(process.execPath, ['--test', test], { stdio: 'inherit', env: { FORCE_COLOR: 1 } }… property 10 …await once(spawn(process.execPath, ['--test', '--test-reporter', 'tap', test], { stdio: 'inherit',… property
|
/third_party/libuv/test/ |
D | test-spawn.c | 283 uv_stdio_container_t stdio[2]; in TEST_IMPL() local 317 uv_stdio_container_t stdio[2]; in TEST_IMPL() local 371 uv_stdio_container_t stdio[3]; in TEST_IMPL() local 428 uv_stdio_container_t stdio[3]; in TEST_IMPL() local 494 uv_stdio_container_t stdio[3]; in TEST_IMPL() local 586 uv_stdio_container_t stdio[2]; in TEST_IMPL() local 626 uv_stdio_container_t stdio[4]; in TEST_IMPL() local 685 uv_stdio_container_t stdio[4]; in TEST_IMPL() local 786 uv_stdio_container_t stdio[2]; in TEST_IMPL() local 859 uv_stdio_container_t stdio[3]; in TEST_IMPL() local [all …]
|
/third_party/node/test/tick-processor/ |
D | tick-processor-base.js | 20 stdio: [ 'ignore', 'pipe', 'inherit' ], property 42 stdio: [ 'ignore', 'pipe', 'inherit' ], property
|
/third_party/alsa-lib/src/ |
D | input.c | 128 snd_input_stdio_t *stdio = input->private_data; in snd_input_stdio_close() local 137 snd_input_stdio_t *stdio = input->private_data; in snd_input_stdio_scan() local 144 snd_input_stdio_t *stdio = input->private_data; in snd_input_stdio_gets() local 150 snd_input_stdio_t *stdio = input->private_data; in snd_input_stdio_getc() local 156 snd_input_stdio_t *stdio = input->private_data; in snd_input_stdio_ungetc() local 182 snd_input_stdio_t *stdio; in snd_input_stdio_attach() local
|
D | output.c | 137 snd_output_stdio_t *stdio = output->private_data; in snd_output_stdio_close() local 146 snd_output_stdio_t *stdio = output->private_data; in snd_output_stdio_print() local 152 snd_output_stdio_t *stdio = output->private_data; in snd_output_stdio_puts() local 158 snd_output_stdio_t *stdio = output->private_data; in snd_output_stdio_putc() local 164 snd_output_stdio_t *stdio = output->private_data; in snd_output_stdio_flush() local 191 snd_output_stdio_t *stdio; in snd_output_stdio_attach() local
|
/third_party/node/deps/npm/node_modules/libnpmversion/lib/ |
D | version.js | 66 stdio: 'inherit', property 102 stdio: 'inherit', property 129 stdio: 'inherit', property
|
/third_party/node/deps/npm/lib/commands/ |
D | publish.js | 74 stdio: 'inherit', property 133 stdio: 'inherit', property 141 stdio: 'inherit', property
|
/third_party/node/tools/ |
D | test-npm-package.js | 61 stdio: 'inherit', property 93 ], Object.assign({}, npmOptions, { stdio: 'pipe' })); property
|
/third_party/node/deps/npm/node_modules/libnpmpack/lib/ |
D | index.js | 30 stdio, property 57 stdio, property
|