Home
last modified time | relevance | path

Searched refs:stdout (Results 851 - 875 of 1885) sorted by relevance

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

/third_party/node/deps/npm/lib/utils/
H A Dotplease.js6 if (!process.stdin.isTTY || !process.stdout.isTTY) {
/third_party/littlefs/scripts/
H A Dteepipe.py19 # allow '-' for stdin/stdout
24 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D17-1.c58 fflush(stdout); in main()
H A D1-1.c52 fflush(stdout); in main()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfflush.c35 * @tc.desc : Verify fflush and stdout process success and return 0.
41 int32_t ret = fprintf(stdout, "%s", array); in fflush_0200()
/third_party/python/Tools/scripts/
H A Dnm2def.py99 f = sys.stdout # open('PC/python_nt.def','w')
H A Dparseentities.py7 Input is read from stdin, output is written to stdout in form of a
64 writefile(sys.stdout, defs)
H A Drgrep.py60 sys.stdout = sys.stderr
/third_party/pulseaudio/src/tests/
H A Dstripnul.c41 pa_assert_se((o = (argc >= 4) ? fopen(argv[3], "w") : stdout)); in main()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestresample2.c80 fwrite(fout, sizeof(float), out_len, stdout); in main()
H A Dtestresample.c76 fwrite(out, sizeof(short), out_len, stdout); in main()
/third_party/vk-gl-cts/execserver/tools/
H A DxsMain.cpp62 // Set line buffered mode to stdout so executor gets any log messages in a timely manner. in main()
63 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dandroid_helper.cc37 freopen(stdout_file_cstr, "w", stdout); in Java_com_google_amber_Amber_androidHelper()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng2.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
H A Dwritepng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
/third_party/toybox/toys/other/
H A Dhelp.c40 show_help(stdout); in do_help()
45 // The simple help is just toys.which = toy_find("name"); show_help(stdout);
/third_party/toybox/toys/posix/
H A Dstrings.c65 if (count == wlen) fputc(toybuf[i], stdout); in do_strings()
/third_party/rust/crates/rustix/tests/
H A Dbackends.rs125 child.status.success() && !child.stdout.is_empty() in has_dependency()
/third_party/rust/crates/syn/
H A Dbuild.rs33 cmd.stdout(Stdio::null()); in unstable()
/third_party/selinux/libsepol/src/
H A Ddebug.c57 stream = stdout; in sepol_msg_default_handler()
/third_party/rust/crates/serde/serde/
H A Dbuild.rs80 let version = match str::from_utf8(&output.stdout) { in rustc_minor_version()
/third_party/googletest/googletest/src/
H A Dgtest.cc3144 fflush(stdout);
3151 // to stdout is done by OutputDebugString() there already - we don't
3262 // Helpers for printing colored strings to stdout. Note that on Windows, we
3274 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
3300 fflush(stdout);
3305 fflush(stdout);
3413 fflush(stdout);
3420 fflush(stdout);
3434 fflush(stdout);
3448 fflush(stdout);
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest.cc3154 fflush(stdout);
3161 // to stdout is done by OutputDebugString() there already - we don't
3274 // Helpers for printing colored strings to stdout. Note that on Windows, we
3286 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
3313 fflush(stdout);
3318 fflush(stdout);
3426 fflush(stdout);
3433 fflush(stdout);
3447 fflush(stdout);
3461 fflush(stdout);
[all...]
/third_party/elfutils/src/
H A Dreadelf.c364 (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main()
1099 fputs_unlocked (_("ELF Header:\n Magic: "), stdout); in print_ehdr()
1126 fputs_unlocked (_(" Type: "), stdout); in print_ehdr()
1168 fputs_unlocked (_(" ([0] not available)"), stdout); in print_ehdr()
1170 fputc_unlocked ('\n', stdout); in print_ehdr()
1185 fputs_unlocked (_(" ([0] not available)"), stdout); in print_ehdr()
1187 fputc_unlocked ('\n', stdout); in print_ehdr()
1374 fputc_unlocked ('\n', stdout); in print_shdr()
1520 fputs_unlocked (" [RELRO:", stdout); in print_phdr()
1525 fputs_unlocked ("]", stdout); in print_phdr()
[all...]
/third_party/python/Lib/test/
H A Dtest_traceback.py215 # The spawned subprocess has its stdout redirected to a PIPE, and its
219 "import sys; print(sys.stdout.encoding)"],
220 stdout=subprocess.PIPE,
222 stdout, stderr = process.communicate()
223 output_encoding = str(stdout, 'ascii').splitlines()[0]
235 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
236 stdout, stderr = process.communicate()
237 stdout = stdout.decode(output_encoding).splitlines()
250 self.assertIn(("line %s" % lineno), stdout[
[all...]

Completed in 21 milliseconds

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