/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-vowel-constraints.py | 18 sys.stdout.flush () 19 sys.stdout.buffer.write (s.encode ('utf-8'))
|
/third_party/skia/tools/skpbench/ |
H A D | sheet.py | 95 def print_csv(self, outfile=sys.stdout): 129 def _print_computed_row(self, name, func, outfile=sys.stdout):
|
/third_party/toybox/lib/ |
H A D | linestack.c | 156 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 D | main.c | 80 setlinebuf(stdout); in toy_singleinit() 87 show_help(stdout); in toy_singleinit()
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 81 setlinebuf(stdout); in toy_singleinit() 88 show_help(stdout); in toy_singleinit()
|
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 80 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 D | test_code_module.py | 26 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 D | canary.go | 42 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 D | win.rs | 22 /// 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 D | gznorm.c | 14 // 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 D | generate_umbrella_header.py | 36 help='path of the output file to create; - means stdout') 47 sys.stdout.write(content)
|
/third_party/googletest/googletest/test/ |
H A D | gtest_assert_by_exception_test.cc | 54 fflush(stdout); in Fail()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | logging_util.py | 21 - 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 D | gen_entropy.c | 74 fflush(stdout); in main()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_validate.c | 102 agx_print_block(block, stdout); in agx_validate()
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | create_datafile.c | 67 fflush(stdout); in main()
|
/third_party/node/lib/internal/ |
H A D | repl.js | 52 const term = 'terminal' in opts ? opts.terminal : process.stdout.isTTY;
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | predictable_wrapper_test.py | 38 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
|
/third_party/node/test/js-native-api/test_general/ |
H A D | testEnvCleanup.js | 49 child.stdout.toString().split(/\r\n|\r|\n/g).reduce((obj, item) =>
|
/third_party/node/test/parallel/ |
H A D | test-console-methods.js | 10 const newInstance = new Console(process.stdout);
|
/third_party/musl/libc-test/src/regression/ |
H A D | fflush-exit.c | 2 // which drops stdout fflush from exit in musl 29 ASSERT(fwrite("x", 1, 1, stdout) == 1); in main()
|
/third_party/ninja/src/ |
H A D | json.cc | 52 fwrite(out.c_str(), 1, out.length(), stdout); in PrintJSONString()
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/bin/ |
H A D | qrcode-terminal.js | 35 output: process.stdout,
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs04_create_file.c | 67 fflush(stdout); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 19-1.c | 52 fflush(stdout); in main()
|