Searched refs:stdout (Results 901 - 925 of 1885) sorted by relevance
1...<<31323334353637383940>>...76
/third_party/alsa-lib/alsalisp/ |
H A D | alsalisp.c | 54 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 D | generate.c | 94 fflush (stdout) ; in encode_file()
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | crosvm-runner.sh | 78 socat -u vsock-connect:${VSOCK_CID}:${VSOCK_STDOUT},retry=200,interval=0.1 stdout &
|
/third_party/jerryscript/targets/zephyr/src/ |
H A D | main-zephyr.c | 109 fflush(stdout); in main()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_info_c.py | 28 from sys import stdout namespace
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | message.py | 33 raw_lines = output.stdout.splitlines()
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | compare_torque_output_test.py | 29 ], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/third_party/node/test/parallel/ |
H A D | test-https-foafssl.js | 72 client.stdout.on('data', function(data) {
|
H A D | test-listen-fd-detached-inherit.js | 49 parent.stdout.on('data', function(c) {
|
H A D | test-listen-fd-detached.js | 49 parent.stdout.on('data', function(c) {
|
H A D | test-npm-install.js | 54 function handleExit(error, stdout, stderr) {
|
H A D | test-vm-cached-data.js | 36 return Buffer.from(out.stdout.toString(), 'base64');
|
/third_party/node/test/sequential/ |
H A D | test-tls-session-timeout.js | 91 client.stdout.on('data', (data) => {
|
/third_party/node/test/v8-updates/ |
H A D | test-linux-perf.js | 96 output += perfScript.stdout;
|
/third_party/node/deps/v8/tools/ |
H A D | disasm.py | 81 stdout=subprocess.PIPE,
|
H A D | dump-cpp.py | 57 sp = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
/third_party/node/test/async-hooks/ |
H A D | test-pipewrap.js | 82 assert.ok(ioEvents >= 3, `at least 3 stdout io events, got ${ioEvents}`);
|
/third_party/node/tools/ |
H A D | mkssldef.py | 13 out = sys.stdout
|
/third_party/node/tools/snapshot/ |
H A D | node_mksnapshot.cc | 50 setvbuf(stdout, nullptr, _IONBF, 0);
|
/third_party/node/tools/zos/ |
H A D | sdwrap.py | 61 parser.add_argument("-o", "--output", help="output filename, default to stdout", 72 args.output = sys.stdout
|
/third_party/ninja/src/ |
H A D | manifest_parser_perftest.cc | 52 printf("Creating manifest data..."); fflush(stdout); in WriteFakeManifests()
|
/third_party/node/benchmark/misc/ |
H A D | startup.js | 23 console.log(child.stdout.toString());
|
/third_party/node/deps/icu-small/source/tools/gencmn/ |
H A D | gencmn.c | 70 FILE *where = argc < 0 ? stderr : stdout; in main()
|
/third_party/node/deps/npm/node_modules/cli-columns/ |
H A D | index.js | 65 const termWidth = options.width || process.stdout.columns;
|
/third_party/libfuse/test/ |
H A D | test_custom_io.py | 65 uds_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
|
Completed in 6 milliseconds
1...<<31323334353637383940>>...76