/third_party/zlib/examples/ |
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_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...] |
H A D | test_pydoc.py | 657 with captured_output('stdout') as output, \ 948 with self.restrict_walk_packages(path=[TESTFN]), captured_stdout() as stdout: 950 self.assertIn('walkpkg', stdout.getvalue())
|
H A D | test_gzip.py | 779 with Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc: 812 with Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc:
|
/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()
|
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 1007 sys.stdout.write(ModuleInfo.json_info()) 1008 sys.stdout.flush()
|
/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);
|
/third_party/ninja/src/ |
H A D | ninja.cc | 692 fflush(stdout);
in ToolRules() 1132 { "compdb", "dump JSON compilation database to stdout",
in ChooseTool() 1547 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
in real_main()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 1201 FILE *stdfile=argc<0 ? stderr : stdout; in exportUprops() 1504 FILE *stdfile=argc<0 ? stderr : stdout;
|
/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 1041 FILE *stdfile=argc<0 ? stderr : stdout; in exportUprops() 1340 FILE *stdfile=argc<0 ? stderr : stdout;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_nir.c | 120 nir_print_shader(s, stdout); in ir2_optimize_nir() 1135 nir_print_shader(ctx->nir, stdout); in ir2_nir_compile()
|
/third_party/python/Tools/stringbench/ |
H A D | stringbench.py | 16 sys.stdout.write(' '.join(str(s) for s in args) + '\n') 1438 sys.stdout.flush()
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 180 if sys.stdout != sys.__stdout__: # what about stderr? 181 util.debug('resetting stdout, stderr') 182 sys.stdout = sys.__stdout__
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 99 command, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False) 445 self.logger.info("Capture stdout: %s" % output) 900 # stdout and the stderr of the test appended together. 1037 sys.stdout.flush() 1111 '--show-capture-stdout', action='store_true', help='Print test stdout during capture.')
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | cwebp.c | 1000 out = use_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(out_file, "wb"); in main() 1232 if (out != NULL && out != stdout) { in main()
|