Home
last modified time | relevance | path

Searched refs:stdout (Results 1976 - 2000 of 2559) sorted by relevance

1...<<71727374757677787980>>...103

/third_party/skia/tools/calmbench/
H A Dab.py224 ["--config", args.config], stderr=f, stdout=f)
/third_party/python/Lib/unittest/test/
H A Dtest_program.py460 stdout=subprocess.DEVNULL, stderr=subprocess.PIPE, cwd=os.path.dirname(__file__))
/third_party/python/Lib/
H A Dprofile.py565 help="Sort order when printing to stdout, based on pstats.Stats class",
603 sys.stdout = None
H A Dcgitb.py277 self.file = file or sys.stdout # place to send the output
/third_party/python/Include/internal/
H A Dpycore_global_strings.h342 STRUCT_FOR_ID(stdout)
/third_party/python/Lib/xml/sax/
H A Dsaxutils.py74 return sys.stdout
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs113 String::from_utf8(which_result.unwrap().stdout) in _which_all()
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py152 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py89 diagFile = sys.stdout):
/third_party/zlib/examples/
H A Denough.c480 fputs(g.out.str, stdout); in enough()
H A Dzran.c469 // stdout. An offset can be provided as the second argument, in which case the
529 fwrite(buf, 1, got, stdout); in main()
/third_party/python/Lib/test/
H A Dtest_logging.py1238 args=(sys.stdout,)
1270 args=(sys.stdout,)
1302 args=(sys.stdout,)
1310 config2 = config1.replace("sys.stdout", "sys.stbout")
1334 args=(sys.stdout,)
1370 args=(sys.stdout,)
1418 kwargs={'stream': sys.stdout,}
1464 args=(sys.stdout,)
1537 sys.stdout.seek(0)
2292 'stream' : 'ext://sys.stdout',
[all...]
/third_party/curl/src/
H A Dtool_operate.c879 etag_save->stream = stdout; in single_transfer()
980 /* default headers output stream is stdout */ in single_transfer()
982 heads->stream = stdout; in single_transfer()
1032 /* default output stream is stdout */ in single_transfer()
1033 outs->stream = stdout; in single_transfer()
1258 /* We get the output to stdout and we have not got the ASCII/text in single_transfer()
1259 flag, then set stdout to be binary */ in single_transfer()
1260 set_binmode(stdout); in single_transfer()
1263 /* explicitly passed to stdout means okaying binary gunk */ in single_transfer()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
526 err_exit("Cloning only metadata to stdout isn't supported!\n");
582 * Send messages, debug information and library messages to stdout,
583 * but, if outputing to stdout send them to stderr
589 msg_out = stdout;
1070 " image to stdout\n");
2602 /* print to stderr, stdout can be an NTFS image ... */
2623 if ((fd_out = fileno(stdout)) == -1)
2624 perr_exit("fileno for stdout failed");
2625 stream_out = stdout;
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc1265 util::hexdump(stdout, data, len); in on_read()
2405 outfile = stdout; in communicate()
2413 if (outfile != stdout) { in communicate()
2756 is given, data is written to stdout. in print_help()
3143 set_color_output(color || isatty(fileno(stdout))); in main()
/kernel/linux/linux-5.10/tools/bpf/
H A Dbpf_dbg.c1364 if (fout != stdout) in exit_shell()
1397 return run_shell_loop(fin ? : stdin, fout ? : stdout); in main()
/kernel/linux/linux-6.6/tools/bpf/
H A Dbpf_dbg.c1364 if (fout != stdout) in exit_shell()
1397 return run_shell_loop(fin ? : stdin, fout ? : stdout); in main()
/third_party/f2fs-tools/fsck/
H A Ddict.c1285 fflush(stdout); in construct()
1362 fflush(stdout); in main()
/third_party/elfutils/src/
H A Dar.c143 (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main()
535 fflush (stdout); in do_oper_extract()
/third_party/gn/src/gn/
H A Dfunctions.cc877 stdin and stdout, and output will not be buffered. This special pool must
1015 fflush(stdout);
1077 fflush(stdout);
/third_party/alsa-utils/amixer/
H A Damixer.c448 putc(' ', stdout); in print_spaces()
597 putc('\n', stdout); in decode_tlv()
/third_party/cups-filters/filter/
H A Drastertoescpx.c1545 fflush(stdout); in OutputBand()
1653 fflush(stdout); in ProcessLine()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c546 fflush(stdout); in si_test_image_copy_region()
780 fflush(stdout); in si_test_blit()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c978 nir_print_shader(producer, stdout); in brw_nir_link_shaders()
982 nir_print_shader(consumer, stdout); in brw_nir_link_shaders()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js162 // Colourize char if stdout supports colours
397 const INSPECT_OPTIONS = { colors: inspector.stdout.isTTY };
1205 output: inspector.stdout,

Completed in 39 milliseconds

1...<<71727374757677787980>>...103