| /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-stdio-pipe-access.js | 18 { 'stdio': 'inherit' }); property 24 { 'stdio': 'pipe' }); property 30 { '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 | 10 const p1 = spawn('cat', { stdio: ['pipe', 'pipe', 'inherit'] }); property 11 const p2 = spawn('head', ['-n1'], { stdio: [p1.stdout, 'pipe', 'inherit'] }); property
|
| D | test-stdio-pipe-redirect.js | 18 stdio: ['pipe', 'ignore', 'inherit'], property 21 stdio: ['pipe', consumer.stdin, 'inherit'], 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-child-process-validate-stdio.js | 34 const stdio = ['foo']; variable 42 const stdio = [{ foo: 'bar' }]; variable 50 stdio: [ 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 | 34 grep = spawn('grep', ['x'], { stdio: [cat.stdout, 'pipe', 'pipe'] }); property 35 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-process-exit.js | 9 ], { stdio: 'inherit' }); property 12 stdio: ['inherit', 'pipe', 'inherit'], property
|
| D | test-set-raw-mode-reset.js | 10 ], { stdio: 'inherit' }); property 13 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/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/node/deps/npm/test/tap/ |
| D | bundled-dependencies-nonarray.js | 39 return common.npm(['pack', 'a-bundled-dep/'], {cwd: dir, stdio: [0, 1, 2]}) property 42 return common.npm(['install'], {cwd: pkg, stdio: [0, 1, 2]}) property 45 return common.npm(['pack', 'pkg-with-bundled/'], {cwd: dir, stdio: [0, 1, 'pipe']}) property
|
| D | shrinkwrap-nested.js | 128 common.npm(['pack', 'file:modB@1'], {cwd: testdir, stdio: [0, 2, 2]}), property 129 common.npm(['pack', 'file:modB@2'], {cwd: testdir, stdio: [0, 2, 2]}), property 136 common.npm(['pack', 'file:modA'], {cwd: testdir, stdio: [0, 2, 2]}), property 137 common.npm(['pack', 'file:modC'], {cwd: testdir, stdio: [0, 2, 2]}), property 143 return common.npm(['install'], {cwd: testdir, stdio: [0, 2, 2]}) property 152 common.npm(['install'], {cwd: testdir, stdio: [0, 2, 2]}, function (err, code) { property
|
| D | override-bundled.js | 136 common.npm(['pack', bundleupdatesrc], {cwd: path.dirname(bundleupdatetgz), stdio: 'inherit'}), property 137 common.npm(['pack', bundlekeepsrc], {cwd: path.dirname(bundlekeeptgz), stdio: 'inherit'}), property 138 …common.npm(['pack', bundledeepupdatesrc], {cwd: path.dirname(bundledeepupdatetgz), stdio: 'inherit… property 144 return common.npm(['pack', bundledeepsrc], {cwd: path.dirname(bundledeeptgz), stdio: 'inherit'}) property 147 return common.npm(['pack', testmod], {cwd: path.dirname(testtgz), stdio: '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/tools/ |
| D | test-npm-package.js | 61 stdio: 'inherit', property 93 ], Object.assign({}, npmOptions, { stdio: 'pipe' })); property
|
| /third_party/node/test/message/ |
| D | esm_loader_not_found_cjs_hint_bare.js | 15 stdio: 'inherit' property
|
| /third_party/node/test/es-module/ |
| D | test-esm-specifiers.mjs | 58 { stdio: 'inherit' }).on('exit', (code) => { property
|