/third_party/skia/tools/ |
H A D | compare_codereview.py | 304 out = sys.stdout 338 out = sys.stdout
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.cpp | 99 encode_to_base64(data, size, stdout); in dump_output() 100 fputs(last ? "\"\n" : "\",\n", stdout); in dump_output()
|
/third_party/skia/tools/fm/fm_bot/ |
H A D | fm_bot.go | 53 stdout, err := cmd.Output() 58 scanner := bufio.NewScanner(bytes.NewReader(stdout))
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 106 Simulator simulator(&simulator_decoder, stdout, __VA_ARGS__); \ 275 PrintDisassembler disasm(stdout); \
|
/third_party/python/Lib/test/ |
H A D | test_hash.py | 188 stdout = out[1].strip() 189 return int(stdout)
|
H A D | test_poll.py | 129 proc = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, 132 p = proc.stdout
|
H A D | test_smtplib.py | 240 # temporarily replace sys.stdout to capture DebuggingServer output 241 self.old_stdout = sys.stdout 243 sys.stdout = self.output 270 # restore sys.stdout 271 sys.stdout = self.old_stdout 761 self.old_stdout = sys.stdout 763 sys.stdout = self.output 768 sys.stdout = self.old_stdout 780 self.old_stdout = sys.stdout 782 sys.stdout [all...] |
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 64 output = flag.String("o", "", "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.") 162 stdout := td.NewLogStream(ctx, "stdout", td.SeverityInfo) 189 if _, err := stdout.Write([]byte(rollStatus)); err != nil { 190 return td.FailStep(ctx, fmt.Errorf("Could not write to stdout: %s", err))
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestSessionExecutor.cpp | 213 fflush(stdout); in enterTestCase() 295 fflush(stdout); in leaveTestCase()
|
/third_party/zlib/examples/ |
H A D | gzjoin.c | 426 /* join the gzip files on the command line, write result to stdout */ 442 /* join gzip files on command line and write to stdout */ in main() 443 gzinit(&crc, &tot, stdout); in main() 445 gzcopy(*argv++, argc, &crc, &tot, stdout); in main()
|
/third_party/elfutils/src/ |
H A D | nm.c | 221 (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main() 442 fputs_unlocked (_("\nArchive index:\n"), stdout); in handle_ar() 828 fputs_unlocked (fullname, stdout); in show_symbols_sysv() 975 fputs_unlocked (fullname, stdout); in show_symbols_bsd() 1049 fputs_unlocked (color_off, stdout); in show_symbols_bsd() 1107 fputs_unlocked (fullname, stdout); in show_symbols_posix()
|
/third_party/EGL/api/ |
H A D | reg.py | 11 file = kwargs.pop('file', sys.stdout) 194 # filename - name of file to generate, or None to write to stdout. 339 diagFile = sys.stdout): 381 self.outFile = sys.stdout 387 if (self.outFile != sys.stdout and self.outFile != sys.stderr): 442 diagFile = sys.stdout): 669 # to specified file handle (default stdout). Truncates type / 806 def dumpReg(self, maxlen = 40, filehandle = sys.stdout):
|
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 263 fputc(c,stdout); in putcPdf() 271 fputs(str,stdout); in outPdf() 1542 ppdEmit(ppd, stdout, PPD_ORDER_EXIT); in main() 1596 ppdEmitJCL(ppd, stdout, atoi(argv[1]), argv[2], argv[3]); in main() 1597 emitJCLOptions(stdout,deviceCopies); in main() 1847 ppdEmitJCLEnd(ppd, stdout); in main()
|
/third_party/openGLES/xml/ |
H A D | reg.py | 10 file = kwargs.pop('file', sys.stdout) 193 # filename - name of file to generate, or None to write to stdout. 338 diagFile = sys.stdout): 380 self.outFile = sys.stdout 386 if (self.outFile != sys.stdout and self.outFile != sys.stderr): 441 diagFile = sys.stdout): 660 # to specified file handle (default stdout). Truncates type / 797 def dumpReg(self, maxlen = 40, filehandle = sys.stdout):
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmlwf.c | 857 ftprintf(stdout, T("%s using %s\n"), prog, XML_ExpatVersion()); in showVersion() 860 ftprintf(stdout, T("%s"), features[0].name); in showVersion() 862 ftprintf(stdout, T("=%ld"), features[0].value); in showVersion() 864 ftprintf(stdout, T(", %s"), features[i].name); in showVersion() 866 ftprintf(stdout, T("=%ld"), features[i].value); in showVersion() 869 ftprintf(stdout, T("\n")); in showVersion()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 21 file = kwargs.pop('file', sys.stdout) 204 # filename - name of file to generate, or None to write to stdout. 349 diagFile = sys.stdout): 391 self.outFile = sys.stdout 397 if (self.outFile != sys.stdout and self.outFile != sys.stderr): 452 diagFile = sys.stdout): 671 # to specified file handle (default stdout). Truncates type / 808 def dumpReg(self, maxlen = 40, filehandle = sys.stdout):
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 665 # are printed to stdout. 925 sys.stdout.write(''.join((fmt, '\n')) % args) 927 sys.stdout.write(''.join((str(fmt), '\n'))) 928 sys.stdout.flush() 1289 sys.stdout.buffer.write(out + b"\n") 1290 sys.stdout.buffer.flush() 1300 p = subprocess.Popen(cmd, stdout=PIPE, stderr=STDOUT)
|
/third_party/toybox/kconfig/ |
H A D | expr.c | 227 expr_fprint(e1, stdout); in expr_eq() 229 expr_fprint(e2, stdout); in expr_eq() 407 expr_fprint(e1, stdout); in expr_join_or() 409 expr_fprint(e2, stdout); in expr_join_or() 501 expr_fprint(e1, stdout); in expr_join_and() 503 expr_fprint(e2, stdout); in expr_join_and()
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | reg.py | 22 file = kwargs.pop('file', sys.stdout) 205 # filename - name of file to generate, or None to write to stdout. 350 diagFile = sys.stdout): 392 self.outFile = sys.stdout 398 if (self.outFile != sys.stdout and self.outFile != sys.stderr): 453 diagFile = sys.stdout): 680 # to specified file handle (default stdout). Truncates type / 817 def dumpReg(self, maxlen = 40, filehandle = sys.stdout):
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 520 sys.stdout.write(data) 524 sys.stdout.write(data); sys.stdout.flush() 531 sys.stdout.write(data) 759 sys.stdout.write(data) 1651 sys.stdout.write(data)
|
/third_party/lame/frontend/ |
H A D | parse.c | 526 " <infile> and/or <outfile> can be \"-\", which means stdin/stdout.\n" in usage() 556 " <infile> and/or <outfile> can be \"-\", which means stdin/stdout.\n" in short_help() 658 " or output is redirected to stdout.\n" in help_id3tag() 720 " <infile> and/or <outfile> can be \"-\", which means stdin/stdout.\n" in long_help() 952 * PURPOSE: Writes presetting info to #stdout# 1024 lame_version_print(stdout); in presets_set() 1025 presets_longinfo_dm(stdout); in presets_set() 1590 if (!*token) { /* The user wants to use stdin and/or stdout. */ in parse_args_() 1975 * O => stdout in parse_args_() 1992 print_license(stdout); in parse_args_() [all...] |
/third_party/python/Lib/ |
H A D | doctest.py | 26 failing example(s) and the cause(s) of the failure(s) are printed to stdout 34 and a detailed report of all examples tried is printed to stdout, along 356 A specialized version of the python debugger that redirects stdout 364 pdb.Pdb.__init__(self, stdout=out, nosigint=True) 381 # Redirect stdout to the given stream. 382 save_stdout = sys.stdout 383 sys.stdout = self.__out 388 sys.stdout = save_stdout 446 from stdout, or a traceback in case of exception). `want` ends 1193 should be displayed. It defaults to `sys.stdout [all...] |
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 44 let mut stdout = StandardStream::stdout(ColorChoice::Always); variables 45 stdout.set_color(ColorSpec::new().set_fg(Some(Color::Green)))?; 46 writeln!(&mut stdout, "green text!")?; 60 A `BufferWriter` can create buffers and write buffers to stdout or stderr. It 105 let stdout = StandardStream::stdout(choice); 106 // ... write to stdout 358 IoStandardStream::Stdout(io::stdout()) in new() 364 let wtr = io::BufWriter::new(io::stdout()); in new() 506 pub fn stdout(choice: ColorChoice) -> StandardStream { stdout() functions 580 pub fn stdout(choice: ColorChoice) -> BufferedStandardStream { stdout() functions 976 pub fn stdout(choice: ColorChoice) -> BufferWriter { stdout() functions [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 3456 fflush(stdout); in do_multi() 3720 fprintf(stdout, "+H"); in multiblock_speed() 3722 fprintf(stdout, ":%d", mblengths[j]); in multiblock_speed() 3723 fprintf(stdout, "\n"); in multiblock_speed() 3724 fprintf(stdout, "+F:%d:%s", D_EVP, alg_name); in multiblock_speed() 3726 fprintf(stdout, ":%.2f", results[D_EVP][j]); in multiblock_speed() 3727 fprintf(stdout, "\n"); in multiblock_speed() 3729 fprintf(stdout, in multiblock_speed() 3731 fprintf(stdout, "type "); in multiblock_speed() 3733 fprintf(stdout, " in multiblock_speed() [all...] |
/third_party/openssl/apps/ |
H A D | speed.c | 3432 fflush(stdout); in do_multi() 3695 fprintf(stdout, "+H"); in multiblock_speed() 3697 fprintf(stdout, ":%d", mblengths[j]); in multiblock_speed() 3698 fprintf(stdout, "\n"); in multiblock_speed() 3699 fprintf(stdout, "+F:%d:%s", D_EVP, alg_name); in multiblock_speed() 3701 fprintf(stdout, ":%.2f", results[D_EVP][j]); in multiblock_speed() 3702 fprintf(stdout, "\n"); in multiblock_speed() 3704 fprintf(stdout, in multiblock_speed() 3706 fprintf(stdout, "type "); in multiblock_speed() 3708 fprintf(stdout, " in multiblock_speed() [all...] |