Home
last modified time | relevance | path

Searched refs:stdout (Results 1651 - 1675 of 1950) sorted by relevance

1...<<61626364656667686970>>...78

/third_party/zlib/examples/
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...]
H A Dtest_pydoc.py657 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 Dtest_gzip.py779 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 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()
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py1007 sys.stdout.write(ModuleInfo.json_info())
1008 sys.stdout.flush()
/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,
/third_party/node/test/parallel/
H A Dtest-readline-interface.js887 output: process.stdout
891 assert.strictEqual(isWarned(process.stdout._events), false);
/third_party/ninja/src/
H A Dninja.cc692 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 Dicuexportdata.cpp1201 FILE *stdfile=argc<0 ? stderr : stdout; in exportUprops()
1504 FILE *stdfile=argc<0 ? stderr : stdout;
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp1041 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 Dir2_nir.c120 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 Dstringbench.py16 sys.stdout.write(' '.join(str(s) for s in args) + '\n')
1438 sys.stdout.flush()
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py180 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 Dcapture_replay_tests.py99 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 Dcwebp.c1000 out = use_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(out_file, "wb"); in main()
1232 if (out != NULL && out != stdout) { in main()

Completed in 50 milliseconds

1...<<61626364656667686970>>...78