Home
last modified time | relevance | path

Searched refs:stdout (Results 776 - 800 of 1885) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-vowel-constraints.py18 sys.stdout.flush ()
19 sys.stdout.buffer.write (s.encode ('utf-8'))
/third_party/skia/tools/skpbench/
H A Dsheet.py95 def print_csv(self, outfile=sys.stdout):
129 def _print_computed_row(self, name, func, outfile=sys.stdout):
/third_party/toybox/lib/
H A Dlinestack.c156 return crunch_str(&start, width, stdout, 0, crunch_rev_escape); in draw_str()
175 // Print utf8 to stdout with standard escapes, trimmed to width and padded
187 crunch_str(&str, len, stdout, 0, crunch_rev_escape); in draw_trim_esc()
/third_party/toybox/
H A Dmain.c80 setlinebuf(stdout); in toy_singleinit()
87 show_help(stdout); in toy_singleinit()
/third_party/toybox/porting/liteos_a/
H A Dmain.c81 setlinebuf(stdout); in toy_singleinit()
88 show_help(stdout); in toy_singleinit()
/third_party/toybox/toys/other/
H A Dhexedit.c80 for (x=0; x<xx; x++) draw_char(stdout, TT.data[yy+x]); in draw_line()
115 draw_char(stdout, cc); in highlight()
/third_party/python/Lib/test/
H A Dtest_code_module.py26 self.stdout = stack.enter_context(mock.patch('code.sys.stdout'))
54 for call in list(self.stdout.method_calls):
58 raise AssertionError("no console stdout")
/third_party/skia/infra/bots/task_drivers/canary/
H A Dcanary.go42 output = flag.String("o", "", "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.")
131 stdout := td.NewLogStream(ctx, "stdout", td.SeverityInfo)
150 if _, err := stdout.Write([]byte(rollStatus)); err != nil {
151 return td.FailStep(ctx, fmt.Errorf("Could not write to stdout: %s", err))
/third_party/rust/crates/termcolor/wincolor/src/
H A Dwin.rs22 /// stdout or stderr instead, while interleaving instructions to the console
26 /// stdout before setting new text attributes.
43 HandleKind::Stdout => winutil::HandleRef::stdout(), in handle()
58 /// Create a new Console to stdout.
61 pub fn stdout() -> io::Result<Console> { in stdout() functions
/third_party/zlib/examples/
H A Dgznorm.c14 // vsnprintf, stdout, stderr, NULL, FILE
457 // Normalize the gzip stream on stdin, writing the result to stdout.
461 SET_BINARY_MODE(stdout); in main()
463 // Normalize from stdin to stdout, returning 1 on error, 0 if ok. in main()
465 int ret = gzip_normalize(stdin, stdout, &err); in main()
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dgenerate_umbrella_header.py36 help='path of the output file to create; - means stdout')
47 sys.stdout.write(content)
/third_party/googletest/googletest/test/
H A Dgtest_assert_by_exception_test.cc54 fflush(stdout); in Fail()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dlogging_util.py21 - loglevel < split_level are printed to stdout.
40 # set loglevel < split_level to be printed to stdout
41 stdout_hdlr = logging.StreamHandler(sys.stdout)
/third_party/mbedtls/programs/random/
H A Dgen_entropy.c74 fflush(stdout); in main()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_validate.c102 agx_print_block(block, stdout); in agx_validate()
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dcreate_datafile.c67 fflush(stdout); in main()
/third_party/node/lib/internal/
H A Drepl.js52 const term = 'terminal' in opts ? opts.terminal : process.stdout.isTTY;
/third_party/node/deps/v8/tools/unittests/
H A Dpredictable_wrapper_test.py38 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
/third_party/node/test/js-native-api/test_general/
H A DtestEnvCleanup.js49 child.stdout.toString().split(/\r\n|\r|\n/g).reduce((obj, item) =>
/third_party/node/test/parallel/
H A Dtest-console-methods.js10 const newInstance = new Console(process.stdout);
/third_party/musl/libc-test/src/regression/
H A Dfflush-exit.c2 // which drops stdout fflush from exit in musl
29 ASSERT(fwrite("x", 1, 1, stdout) == 1); in main()
/third_party/ninja/src/
H A Djson.cc52 fwrite(out.c_str(), 1, out.length(), stdout); in PrintJSONString()
/third_party/node/deps/npm/node_modules/qrcode-terminal/bin/
H A Dqrcode-terminal.js35 output: process.stdout,
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs04_create_file.c67 fflush(stdout); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D19-1.c52 fflush(stdout); in main()

Completed in 7 milliseconds

1...<<31323334353637383940>>...76