/third_party/toybox/toys/other/ |
H A D | base64.c | 86 if (ferror(stdout)) perror_exit(0); in do_base()
|
/third_party/toybox/toys/pending/ |
H A D | dumpleases.c | 73 fputs(ctime((const time_t*)&exp), stdout); in dumpleases_main() local
|
H A D | sulogin.c | 34 fflush(stdout); in timeout_handle()
|
/third_party/vixl/examples/aarch64/ |
H A D | disasm.cc | 127 vixl::aarch64::PrintDisassembler disasm(stdout); in main()
|
H A D | simulated-runtime-calls.cc | 102 PrintDisassembler disassembler(stdout); in main()
|
/third_party/python/Lib/distutils/ |
H A D | log.py | 29 stream = sys.stdout
|
/third_party/python/Lib/json/ |
H A D | tool.py | 70 out = sys.stdout
|
/third_party/skia/gn/ |
H A D | copy_git_directory.py | 60 copy_git_directory(sys.argv[1], sys.argv[2], sys.stdout)
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | _common.rs | 165 let mut out = io::stdout(); in validate()
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | common.py | 101 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
|
/third_party/ffmpeg/libswscale/tests/ |
H A D | floatimg_cmp.c | 280 fprintf(stdout, "%s -> %s -> %s\n", av_get_pix_fmt_name(inFormat), av_get_pix_fmt_name(dstFormat), av_get_pix_fmt_name(inFormat) ); in main() 281 fprintf(stdout, "avg diff: %f\nmin diff: %f\nmax diff: %f\n", sum / count, minimum, maximum); in main()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | renderer.c | 66 * output on stdout and errors on stderr etc. (This function does what 85 program interpreter output on 1(stdout). */ in massage_gs_commandline() 87 dstrreplace(gscmd, "-sOutputFile=- ", "-sOutputFile=%stdout ", 0); in massage_gs_commandline() 429 if (dup2(fileno(kid4in), fileno(stdout)) < 0) { in exec_kid3() 430 _log("kid3: Could not dup stdout to kid4\n"); in exec_kid3() 455 fclose(stdout); in exec_kid3()
|
/third_party/icu/icu4c/source/tools/icupkg/ |
H A D | icupkg.cpp | 56 FILE *where=isHelp ? stdout : stderr; in printUsage() 186 "\t to stdout or to output list file\n" in printUsage() 507 fprintf(stdout, "%s\n", pkg->getItem(i)->name); in main()
|
/third_party/icu/icu4c/source/samples/date/ |
H A D | date.c | 235 uprint(tzName, stdout, &status); in version() 292 uprint(s, stdout, status); in date()
|
/third_party/icu/tools/multi/proj/provider/glue/ |
H A D | cal_fe.cpp | 18 #define debugfprintf(x) fflush(stderr),fflush(stdout),fprintf x,fflush(stderr),fflush(stdout)
|
/third_party/mbedtls/programs/pkey/ |
H A D | key_app_writer.c | 356 fflush(stdout); in main() 416 fflush(stdout); in main()
|
H A D | key_app.c | 240 fflush(stdout); in main() 302 fflush(stdout); in main()
|
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 388 if output_directory == sys.stdout: 389 sys.stdout.write(OUTPUT_C_TEMPLATE.format(
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | serialize_tests.cpp | 60 nir_print_shader(b->shader, stdout); in ~nir_serialize_test() 62 nir_print_shader(dup, stdout); in ~nir_serialize_test()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | emu-ui.c | 57 fflush(stdout); in readchar() 413 fflush(stdout); in emu_packet_prompt()
|
/third_party/node/test/parallel/ |
H A D | test-stream2-writable.js | 283 w.pipe(process.stdout); 296 d.pipe(process.stdout);
|
H A D | test-tls-server-verify.js | 199 client.stdout.setEncoding('utf8'); 200 client.stdout.on('data', function(d) { 276 // checked by the data of client.stdout before child.kill() so
|
/third_party/node/deps/v8/tools/ |
H A D | avg.py | 234 proc = subprocess.Popen(ARGS['command'], stdout=subprocess.PIPE) 235 for line in proc.stdout:
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter.py | 177 stdout=subprocess.PIPE, 264 stdout=subprocess.PIPE,
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSVersion.py | 165 stdout from reg.exe, or None for failure. 174 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 175 # Obtain the stdout from reg.exe, reading to the end so p.returncode is valid 199 stdout from reg.exe, or None for failure. 430 p = subprocess.Popen(["cygpath", path], stdout=subprocess.PIPE)
|