/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 342 STRUCT_FOR_ID(stdout)
|
/third_party/python/Lib/ |
H A D | cgitb.py | 277 self.file = file or sys.stdout # place to send the output
|
/third_party/python/Lib/xml/sax/ |
H A D | saxutils.py | 74 return sys.stdout
|
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 113 String::from_utf8(which_result.unwrap().stdout) in _which_all()
|
/third_party/vk-gl-cts/scripts/ |
H A D | run_nightly.py | 152 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 89 diagFile = sys.stdout):
|
/third_party/zlib/examples/ |
H A D | enough.c | 480 fputs(g.out.str, stdout); in enough()
|
H A D | zran.c | 469 // 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 D | test_os.py | 274 # space error) on writing into stdout if stdout mode is binary and the 1120 stdout=subprocess.PIPE, text=True) 1121 self.assertEqual(proc.stdout.rstrip(), repr(value)) 1125 stdout=subprocess.PIPE, text=True) 1126 self.assertEqual(proc.stdout.rstrip(), repr(None)) 1530 support.is_emscripten, "Cannot dup stdout on Emscripten" 1822 'sys.stdout.buffer.write(data)', 1823 'sys.stdout.buffer.flush()')) 1825 stdout [all...] |
H A D | test_logging.py | 1238 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 D | tool_operate.c | 879 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 D | ntfsclone.c | 9 * 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 D | nghttp.cc | 1265 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()
|
/foundation/ability/idl_tool/idl_tool_2/ |
H A D | build_hdi_files_info.py | 1007 sys.stdout.write(ModuleInfo.json_info()) 1008 sys.stdout.flush()
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 1364 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 D | bpf_dbg.c | 1364 if (fout != stdout) in exit_shell() 1397 return run_shell_loop(fin ? : stdin, fout ? : stdout); in main()
|
/third_party/f2fs-tools/fsck/ |
H A D | dict.c | 1285 fflush(stdout); in construct() 1362 fflush(stdout); in main()
|
/third_party/elfutils/src/ |
H A D | ar.c | 143 (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main() 535 fflush (stdout); in do_oper_extract()
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 877 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 D | amixer.c | 448 putc(' ', stdout); in print_spaces() 597 putc('\n', stdout); in decode_tlv()
|
/third_party/cups-filters/filter/ |
H A D | rastertoescpx.c | 1545 fflush(stdout); in OutputBand() 1653 fflush(stdout); in ProcessLine()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 546 fflush(stdout); in si_test_image_copy_region() 780 fflush(stdout); in si_test_blit()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 978 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 D | inspect_repl.js | 162 // Colourize char if stdout supports colours 397 const INSPECT_OPTIONS = { colors: inspector.stdout.isTTY }; 1205 output: inspector.stdout,
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 887 output: process.stdout 891 assert.strictEqual(isWarned(process.stdout._events), false);
|