Home
last modified time | relevance | path

Searched refs:stdout (Results 951 - 975 of 1885) sorted by relevance

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

/third_party/toybox/toys/other/
H A Dbase64.c86 if (ferror(stdout)) perror_exit(0); in do_base()
/third_party/toybox/toys/pending/
H A Ddumpleases.c73 fputs(ctime((const time_t*)&exp), stdout); in dumpleases_main() local
H A Dsulogin.c34 fflush(stdout); in timeout_handle()
/third_party/vixl/examples/aarch64/
H A Ddisasm.cc127 vixl::aarch64::PrintDisassembler disasm(stdout); in main()
H A Dsimulated-runtime-calls.cc102 PrintDisassembler disassembler(stdout); in main()
/third_party/python/Lib/distutils/
H A Dlog.py29 stream = sys.stdout
/third_party/python/Lib/json/
H A Dtool.py70 out = sys.stdout
/third_party/skia/gn/
H A Dcopy_git_directory.py60 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.rs165 let mut out = io::stdout(); in validate()
/third_party/vk-gl-cts/scripts/src_util/
H A Dcommon.py101 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
/third_party/ffmpeg/libswscale/tests/
H A Dfloatimg_cmp.c280 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 Drenderer.c66 * 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 Dicupkg.cpp56 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 Ddate.c235 uprint(tzName, stdout, &status); in version()
292 uprint(s, stdout, status); in date()
/third_party/icu/tools/multi/proj/provider/glue/
H A Dcal_fe.cpp18 #define debugfprintf(x) fflush(stderr),fflush(stdout),fprintf x,fflush(stderr),fflush(stdout)
/third_party/mbedtls/programs/pkey/
H A Dkey_app_writer.c356 fflush(stdout); in main()
416 fflush(stdout); in main()
H A Dkey_app.c240 fflush(stdout); in main()
302 fflush(stdout); in main()
/third_party/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py388 if output_directory == sys.stdout:
389 sys.stdout.write(OUTPUT_C_TEMPLATE.format(
/third_party/mesa3d/src/compiler/nir/tests/
H A Dserialize_tests.cpp60 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 Demu-ui.c57 fflush(stdout); in readchar()
413 fflush(stdout); in emu_packet_prompt()
/third_party/node/test/parallel/
H A Dtest-stream2-writable.js283 w.pipe(process.stdout);
296 d.pipe(process.stdout);
H A Dtest-tls-server-verify.js199 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 Davg.py234 proc = subprocess.Popen(ARGS['command'], stdout=subprocess.PIPE)
235 for line in proc.stdout:
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py177 stdout=subprocess.PIPE,
264 stdout=subprocess.PIPE,
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSVersion.py165 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)

Completed in 12 milliseconds

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