Home
last modified time | relevance | path

Searched refs:stdout (Results 901 - 925 of 1885) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/alsa-lib/alsalisp/
H A Dalsalisp.c54 if (snd_output_stdio_attach(&out, stdout, 0) < 0) { in interpret_filename()
56 fprintf(stderr, "unable to attach stdout (%s)\n", strerror(errno)); in interpret_filename()
/third_party/libsnd/examples/
H A Dgenerate.c94 fflush (stdout) ; in encode_file()
/third_party/mesa3d/.gitlab-ci/
H A Dcrosvm-runner.sh78 socat -u vsock-connect:${VSOCK_CID}:${VSOCK_STDOUT},retry=200,interval=0.1 stdout &
/third_party/jerryscript/targets/zephyr/src/
H A Dmain-zephyr.c109 fflush(stdout); in main()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_info_c.py28 from sys import stdout namespace
/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dmessage.py33 raw_lines = output.stdout.splitlines()
/third_party/node/deps/v8/tools/unittests/
H A Dcompare_torque_output_test.py29 ], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/third_party/node/test/parallel/
H A Dtest-https-foafssl.js72 client.stdout.on('data', function(data) {
H A Dtest-listen-fd-detached-inherit.js49 parent.stdout.on('data', function(c) {
H A Dtest-listen-fd-detached.js49 parent.stdout.on('data', function(c) {
H A Dtest-npm-install.js54 function handleExit(error, stdout, stderr) {
H A Dtest-vm-cached-data.js36 return Buffer.from(out.stdout.toString(), 'base64');
/third_party/node/test/sequential/
H A Dtest-tls-session-timeout.js91 client.stdout.on('data', (data) => {
/third_party/node/test/v8-updates/
H A Dtest-linux-perf.js96 output += perfScript.stdout;
/third_party/node/deps/v8/tools/
H A Ddisasm.py81 stdout=subprocess.PIPE,
H A Ddump-cpp.py57 sp = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/third_party/node/test/async-hooks/
H A Dtest-pipewrap.js82 assert.ok(ioEvents >= 3, `at least 3 stdout io events, got ${ioEvents}`);
/third_party/node/tools/
H A Dmkssldef.py13 out = sys.stdout
/third_party/node/tools/snapshot/
H A Dnode_mksnapshot.cc50 setvbuf(stdout, nullptr, _IONBF, 0);
/third_party/node/tools/zos/
H A Dsdwrap.py61 parser.add_argument("-o", "--output", help="output filename, default to stdout",
72 args.output = sys.stdout
/third_party/ninja/src/
H A Dmanifest_parser_perftest.cc52 printf("Creating manifest data..."); fflush(stdout); in WriteFakeManifests()
/third_party/node/benchmark/misc/
H A Dstartup.js23 console.log(child.stdout.toString());
/third_party/node/deps/icu-small/source/tools/gencmn/
H A Dgencmn.c70 FILE *where = argc < 0 ? stderr : stdout; in main()
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dindex.js65 const termWidth = options.width || process.stdout.columns;
/third_party/libfuse/test/
H A Dtest_custom_io.py65 uds_process = subprocess.Popen(cmdline, stdout=output_checker.fd,

Completed in 6 milliseconds

1...<<31323334353637383940>>...76