Home
last modified time | relevance | path

Searched defs:stdio (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/node/test/parallel/
Dtest-child-process-stdio.js29 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
Dtest-stdio-pipe-access.js18 { 'stdio': 'inherit' }); property
24 { 'stdio': 'pipe' }); property
30 { 'stdio': [ process.stdin, property
Dtest-child-process-stdio-merge-stdouts-into-cat.js9 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
Dtest-set-http-max-http-headers.js24 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
Dtest-child-process-stdio-reuse-readable-stdio.js10 const p1 = spawn('cat', { stdio: ['pipe', 'pipe', 'inherit'] }); property
11 const p2 = spawn('head', ['-n1'], { stdio: [p1.stdout, 'pipe', 'inherit'] }); property
Dtest-stdio-pipe-redirect.js18 stdio: ['pipe', 'ignore', 'inherit'], property
21 stdio: ['pipe', consumer.stdin, 'inherit'], property
Dtest-child-process-server-close.js18 const child = fork(__filename, ['child'], { stdio: 'inherit' }); property
29 stdio: ['ignore', conn, 'ignore'] property
Dtest-child-process-validate-stdio.js34 const stdio = ['foo']; variable
42 const stdio = [{ foo: 'bar' }]; variable
50 stdio: [ property
Dtest-child-process-fork-stdio.js23 () => cp.fork(__filename, { stdio: ['pipe', 'pipe', 'pipe', 'pipe'] }), property
30 stdio: [0, 'ignore', 'pipe', 'ipc', 'pipe'] property
Dtest-child-process-fork-stdio-string-variant.js13 const malFormedOpts = { stdio: '33' }; property
21 const child = fork(childScript, { stdio: stringVariant }); property
Dtest-child-process-pipe-dataflow.js34 grep = spawn('grep', ['x'], { stdio: [cat.stdout, 'pipe', 'pipe'] }); property
35 wc = spawn('wc', ['-c'], { stdio: [grep.stdout, 'pipe', 'pipe'] }); property
Dtest-child-process-spawnsync-input.js58 ret = spawnSync(process.execPath, args, { stdio: 'inherit' }); property
63 stdio: ['inherit', 'inherit', 'inherit'] property
/third_party/node/test/pseudo-tty/
Dtest-set-raw-mode-reset-process-exit.js9 ], { stdio: 'inherit' }); property
12 stdio: ['inherit', 'pipe', 'inherit'], property
Dtest-set-raw-mode-reset.js10 ], { stdio: 'inherit' }); property
13 stdio: ['inherit', 'pipe', 'inherit'], property
Dtest-set-raw-mode-reset-signal.js9 ], { stdio: ['inherit', 'pipe', 'inherit'] }); property
17 stdio: ['inherit', 'pipe', 'inherit'], property
/third_party/libuv/test/
Dtest-spawn.c283 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/
Dtick-processor-base.js20 stdio: [ 'ignore', 'pipe', 'inherit' ] property
42 stdio: [ 'ignore', 'pipe', 'inherit' ] property
/third_party/node/deps/npm/test/tap/
Dbundled-dependencies-nonarray.js39 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
Dshrinkwrap-nested.js128 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
Doverride-bundled.js136 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/
Dinput.c128 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
Doutput.c137 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/
Dtest-npm-package.js61 stdio: 'inherit', property
93 ], Object.assign({}, npmOptions, { stdio: 'pipe' })); property
/third_party/node/test/message/
Desm_loader_not_found_cjs_hint_bare.js15 stdio: 'inherit' property
/third_party/node/test/es-module/
Dtest-esm-specifiers.mjs58 { stdio: 'inherit' }).on('exit', (code) => { property

12345678