/third_party/mbedtls/programs/pkey/ |
H A D | rsa_verify.c | 60 fflush(stdout); in main() 105 fflush(stdout); in main()
|
H A D | pk_verify.c | 66 fflush(stdout); in main() 93 fflush(stdout); in main()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 88 stdout=subprocess.PIPE, 102 file=sys.stdout)
|
/third_party/ltp/lib/newlib_tests/ |
H A D | tst_bool_expr.c | 47 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 D | libcontrollers.c | 174 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 D | test_policy.js | 39 const { status, stdout, stderr } = spawnSync(process.execPath, [ 45 console.log(stdout.toString(), stderr.toString());
|
/third_party/node/test/parallel/ |
H A D | test-child-process-cwd.js | 34 // - optionally whether the trimmed stdout result matches expectData 40 child.stdout.setEncoding('utf8'); 44 child.stdout.on('data', function(chunk) {
|
H A D | test-runner-import-no-scheme.js | 45 assert.strictEqual(child.stdout.toString().trim(), ''); 48 assert.strictEqual(child.stdout.toString().trim(), '{ marker: 1 }');
|
H A D | test-trace-events-async-hooks-worker.js | 23 { eval: true, stdout: true, stderr: true }); 24 worker.stdout.on('data',
|
/third_party/node/test/pummel/ |
H A D | test-regress-GH-892.js | 68 child.stdout.pipe(process.stdout);
|
/third_party/node/tools/ |
H A D | genv8constants.py | 23 bufsize=-1, stdout=subprocess.PIPE).stdout
|
/third_party/mesa3d/src/intel/tools/tests/ |
H A D | run-test.py | 47 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 D | supports-colors.js | 149 stdout: getSupportLevel(process.stdout),
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | code-tracer.h | 25 file_ = stdout; in CodeTracer() 57 if (file == stdout) { in StreamScope()
|
/third_party/pulseaudio/src/modules/gsettings/ |
H A D | gsettings-helper.c | 70 fflush(stdout); in handle_module_group() 119 fflush(stdout); in main()
|
/third_party/openssl/demos/bio/ |
H A D | saccept.c | 111 fwrite(buf, 1, i, stdout); in main() 112 fflush(stdout); in main()
|
/third_party/openssl/demos/digest/ |
H A D | EVP_MD_stdin.c | 108 fprintf(stdout, "%02x", digest_value[ii]); in demonstrate_digest() 110 fprintf(stdout, "\n"); in demonstrate_digest()
|
H A D | BIO_f_md.c | 106 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 D | benchmark.c | 87 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 D | sync_restricted_traces_to_cipd.py | 32 if completed.stdout: 33 logging.debug('cipd stdout:\n%s' % completed.stdout)
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
H A D | generate-expected-outputs.py | 61 sys.stdout.write (line) 62 sys.stdout.flush ()
|
/third_party/skia/tools/ |
H A D | merge_static_libs.py | 36 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 D | expand.c | 54 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 D | paste.c | 96 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 D | test_cppext.py | 67 stdout=subprocess.PIPE, 71 print(proc.stdout, end='')
|