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 D | putc_unlocked.c | 24 * @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 D | Assert.cpp | 35 fflush(stdout); in failedAssert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | szrt_profiler.c | 59 fflush(stdout); in __Sz_profile_summary()
|
/third_party/skia/tools/ |
H A D | retrieve_from_googlesource.py | 37 sys.stdout.write(get(sys.argv[1], sys.argv[2]))
|
/third_party/littlefs/scripts/ |
H A D | perfbd.py | 136 # 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 D | error.c | 44 fflush (stdout); in error()
|
/third_party/elfutils/libcpu/ |
H A D | i386_gendis.c | 52 outfile = stdout; in main()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_throw_on_failure_ex_test.cc | 46 fflush(stdout); in Fail()
|
/third_party/libuv/docs/code/ref-timer/ |
H A D | main.c | 14 fprintf(stdout, "Fake job done\n"); in fake_job()
|
/third_party/libuv/test/ |
H A D | run-benchmarks.c | 62 print_tests(stdout); in maybe_run_test()
|
/third_party/mesa3d/src/freedreno/isa/ |
H A D | ir3-disasm.c | 50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) { in main()
|
/third_party/node/lib/internal/bootstrap/switches/ |
H A D | is_not_main_thread.js | 17 defineStream('stdout', getStdout); 42 function getStdout() { return lazyWorkerStdio().stdout; }
|
/third_party/node/test/js-native-api/test_instance_data/ |
H A D | test.js | 12 // 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 D | test-tls-cipher-list.js | 19 .stdout.on('data', function(chunk) {
|
H A D | test-unhandled-exception-rethrow-error.js | 22 assert.strictEqual(result.stdout.toString().trim(), '');
|
/third_party/node/test/sequential/ |
H A D | test-init.js | 32 return process.stdout.write('Loaded successfully!');
|
/third_party/node/test/wasi/c/ |
H A D | create_symlink.c | 22 int wrote = fputc(c, stdout); in main()
|
/third_party/node/test/v8-updates/ |
H A D | test-trace-gc-flag.js | 18 const output = childProcess.stdout.toString().trim();
|
/third_party/node/benchmark/child_process/ |
H A D | child-process-read.js | 28 child.stdout.on('data', (msg) => {
|
H A D | child-process-exec-stdout.js | 23 child.stdout.on('data', (msg) => {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 37-1.c | 49 fflush(stdout); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/ |
H A D | isatty.c | 29 int result = isatty(fileno(stdout)); in isatty_0100()
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
H A D | shim_impl.rs | 20 pub(in crate::fmt::writer) fn stdout(_is_test: bool, _write_style: WriteStyle) -> Self {
|
/third_party/rust/crates/clap/clap_mangen/examples/ |
H A D | man.rs | 37 Man::new(cmd).render(&mut io::stdout()) in main()
|
/third_party/rust/crates/cxx/ |
H A D | build.rs | 25 let version = String::from_utf8(output.stdout).ok()?; in rustc_version()
|
Completed in 8 milliseconds
1...<<21222324252627282930>>...123