Home
last modified time | relevance | path

Searched refs:stdout (Results 726 - 750 of 3069) sorted by relevance

1...<<21222324252627282930>>...123

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputc_unlocked.c24 * @tc.desc : write data the content to the stdout file (success)
34 ret = putc_unlocked(ch[i], stdout); in putc_unlocked_0100()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DAssert.cpp35 fflush(stdout); in failedAssert()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt_profiler.c59 fflush(stdout); in __Sz_profile_summary()
/third_party/skia/tools/
H A Dretrieve_from_googlesource.py37 sys.stdout.write(get(sys.argv[1], sys.argv[2]))
/third_party/littlefs/scripts/
H A Dperfbd.py136 # allow '-' for stdin/stdout
141 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
179 stdout=sp.PIPE,
184 for line in proc.stdout:
202 sys.stdout.write(line)
228 stdout=sp.PIPE,
233 for line in proc.stdout:
272 sys.stdout.write(line)
1008 args['color'] = sys.stdout.isatty()
/third_party/elfutils/lib/
H A Derror.c44 fflush (stdout); in error()
/third_party/elfutils/libcpu/
H A Di386_gendis.c52 outfile = stdout; in main()
/third_party/googletest/googletest/test/
H A Dgtest_throw_on_failure_ex_test.cc46 fflush(stdout); in Fail()
/third_party/libuv/docs/code/ref-timer/
H A Dmain.c14 fprintf(stdout, "Fake job done\n"); in fake_job()
/third_party/libuv/test/
H A Drun-benchmarks.c62 print_tests(stdout); in maybe_run_test()
/third_party/mesa3d/src/freedreno/isa/
H A Dir3-disasm.c50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) { in main()
/third_party/node/lib/internal/bootstrap/switches/
H A Dis_not_main_thread.js17 defineStream('stdout', getStdout);
42 function getStdout() { return lazyWorkerStdio().stdout; }
/third_party/node/test/js-native-api/test_instance_data/
H A Dtest.js12 // Print to stdout when the environment deletes the instance data. This output
31 (child.stdout.toString().split(/\r\n?|\n/) || [])[0],
/third_party/node/test/parallel/
H A Dtest-tls-cipher-list.js19 .stdout.on('data', function(chunk) {
H A Dtest-unhandled-exception-rethrow-error.js22 assert.strictEqual(result.stdout.toString().trim(), '');
/third_party/node/test/sequential/
H A Dtest-init.js32 return process.stdout.write('Loaded successfully!');
/third_party/node/test/wasi/c/
H A Dcreate_symlink.c22 int wrote = fputc(c, stdout); in main()
/third_party/node/test/v8-updates/
H A Dtest-trace-gc-flag.js18 const output = childProcess.stdout.toString().trim();
/third_party/node/benchmark/child_process/
H A Dchild-process-read.js28 child.stdout.on('data', (msg) => {
H A Dchild-process-exec-stdout.js23 child.stdout.on('data', (msg) => {
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D37-1.c49 fflush(stdout); in main()
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/
H A Disatty.c29 int result = isatty(fileno(stdout)); in isatty_0100()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dshim_impl.rs20 pub(in crate::fmt::writer) fn stdout(_is_test: bool, _write_style: WriteStyle) -> Self {
/third_party/rust/crates/clap/clap_mangen/examples/
H A Dman.rs37 Man::new(cmd).render(&mut io::stdout()) in main()
/third_party/rust/crates/cxx/
H A Dbuild.rs25 let version = String::from_utf8(output.stdout).ok()?; in rustc_version()

Completed in 8 milliseconds

1...<<21222324252627282930>>...123