Home
last modified time | relevance | path

Searched refs:stdout (Results 501 - 525 of 1885) sorted by relevance

1...<<21222324252627282930>>...76

/third_party/mbedtls/programs/pkey/
H A Drsa_verify.c60 fflush(stdout); in main()
105 fflush(stdout); in main()
H A Dpk_verify.c66 fflush(stdout); in main()
93 fflush(stdout); in main()
/third_party/mesa3d/src/compiler/glsl/tests/
H A Doptimization_test.py88 stdout=subprocess.PIPE,
102 file=sys.stdout)
/third_party/ltp/lib/newlib_tests/
H A Dtst_bool_expr.c47 tst_bool_expr_print(stdout, res); in parse_fail()
75 tst_bool_expr_print(stdout, expr); in do_eval_test()
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
H A Dlibcontrollers.c174 fprintf(stdout, "ERROR: %s ", msg1); in error_function()
175 fprintf(stdout, "%s\n", msg2); in error_function()
/third_party/node/test/node-api/test_policy/
H A Dtest_policy.js39 const { status, stdout, stderr } = spawnSync(process.execPath, [
45 console.log(stdout.toString(), stderr.toString());
/third_party/node/test/parallel/
H A Dtest-child-process-cwd.js34 // - optionally whether the trimmed stdout result matches expectData
40 child.stdout.setEncoding('utf8');
44 child.stdout.on('data', function(chunk) {
H A Dtest-runner-import-no-scheme.js45 assert.strictEqual(child.stdout.toString().trim(), '');
48 assert.strictEqual(child.stdout.toString().trim(), '{ marker: 1 }');
H A Dtest-trace-events-async-hooks-worker.js23 { eval: true, stdout: true, stderr: true });
24 worker.stdout.on('data',
/third_party/node/test/pummel/
H A Dtest-regress-GH-892.js68 child.stdout.pipe(process.stdout);
/third_party/node/tools/
H A Dgenv8constants.py23 bufsize=-1, stdout=subprocess.PIPE).stdout
/third_party/mesa3d/src/intel/tools/tests/
H A Drun-test.py47 stdout=subprocess.PIPE, variable
49 lines_after = [line.decode('ascii') for line in cmd.stdout.readlines()]
/third_party/node/deps/npm/node_modules/@colors/colors/lib/system/
H A Dsupports-colors.js149 stdout: getSupportLevel(process.stdout),
/third_party/node/deps/v8/src/diagnostics/
H A Dcode-tracer.h25 file_ = stdout; in CodeTracer()
57 if (file == stdout) { in StreamScope()
/third_party/pulseaudio/src/modules/gsettings/
H A Dgsettings-helper.c70 fflush(stdout); in handle_module_group()
119 fflush(stdout); in main()
/third_party/openssl/demos/bio/
H A Dsaccept.c111 fwrite(buf, 1, i, stdout); in main()
112 fflush(stdout); in main()
/third_party/openssl/demos/digest/
H A DEVP_MD_stdin.c108 fprintf(stdout, "%02x", digest_value[ii]); in demonstrate_digest()
110 fprintf(stdout, "\n"); in demonstrate_digest()
H A DBIO_f_md.c106 fprintf(stdout, "%02x", (unsigned char)digest_value[j]); in main()
108 fprintf(stdout, "\n"); in main()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dbenchmark.c87 fprintf (stdout, "D: %llu 1\n", (unsigned long long) delta); in completed_callback()
157 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]); in main()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dsync_restricted_traces_to_cipd.py32 if completed.stdout:
33 logging.debug('cipd stdout:\n%s' % completed.stdout)
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Dgenerate-expected-outputs.py61 sys.stdout.write (line)
62 sys.stdout.flush ()
/third_party/skia/tools/
H A Dmerge_static_libs.py36 proc = subprocess.Popen([ar, '-t', in_lib], stdout=subprocess.PIPE)
40 proc = subprocess.Popen([ar, '-x', in_lib], stdout=subprocess.PIPE,
/third_party/toybox/toys/posix/
H A Dexpand.c54 if (width != fwrite(toybuf+i, width, 1, stdout)) in do_expand()
55 perror_exit("stdout"); in do_expand()
65 if (EOF == putc(c, stdout)) perror_exit(0); in do_expand()
H A Dpaste.c96 if (dlen) fwrite(dstr, dlen, 1, stdout); in paste_files()
100 fwrite(buf, len-(buf[len-1]=='\n'), 1, stdout); in paste_files()
/third_party/python/Lib/test/
H A Dtest_cppext.py67 stdout=subprocess.PIPE,
71 print(proc.stdout, end='')

Completed in 7 milliseconds

1...<<21222324252627282930>>...76