Home
last modified time | relevance | path

Searched refs:stdout (Results 1101 - 1125 of 1885) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D2-2.c78 fflush(stdout); in sigterm_handler()
H A D2-1.c78 fflush(stdout); in sigterm_handler()
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c212 fflush(stdout); in main()
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_infinite.c185 fflush(stdout); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D6-1.c120 fflush(stdout); in threaded()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c264 else if (strcmp(filename, "stdout") == 0) { in trace_dump_trace_begin()
266 stream = stdout; in trace_dump_trace_begin()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h161 # define UP_stdout stdout
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dmain.rs116 Output::Stdout => drop(io::stdout().write_all(content)), in try_main()
/third_party/rust/crates/env_logger/src/fmt/writer/
H A Dmod.rs15 /// Log target, either `stdout`, `stderr` or a custom pipe.
38 Self::Stdout => "stdout", in fmt()
46 /// Log target, either `stdout`, `stderr` or a custom pipe.
80 Self::Stdout => "stdout", in fmt()
195 WritableTarget::Stdout => BufferWriter::stdout(self.is_test, color_choice),
/third_party/rust/crates/clap/clap_complete/examples/
H A Dcompletion-derive.rs70 generate(gen, cmd, cmd.get_name().to_string(), &mut io::stdout()); in print_completions()
/third_party/python/Python/
H A Dthread.c83 fflush(stdout); in _PyThread_debug_deprecation()
/third_party/python/Tools/scripts/
H A Dabitype.py200 # Output result to stdout
202 sys.stdout.write(v)
H A Dgenerate_stdlib_module_names.py177 fp = sys.stdout
H A Dparse_html5_entities.py53 def write_items(entities, file=sys.stdout):
/third_party/python/Tools/ssl/
H A Dmake_ssl_data.py26 "output", nargs="?", type=argparse.FileType("w"), default=sys.stdout
/third_party/python/Tools/tz/
H A Dzdump.py81 tzi.dump(sys.stdout)
/third_party/protobuf/conformance/
H A Dconformance_nodejs.js145 process.stdout.fd, buffer, totalWritten, buffer.length - totalWritten);
/third_party/python/Lib/encodings/
H A Drot_13.py113 rot13(sys.stdin, sys.stdout)
/third_party/python/Lib/test/
H A Dsortperf.py57 sys.stdout.flush()
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py83 p = subprocess.Popen(['gcc', '--version'], stdout=subprocess.PIPE,
/third_party/openssl/crypto/bio/
H A Dbio_local.h161 # define UP_stdout stdout
/third_party/skia/third_party/externals/angle2/src/
H A Dcommit_id.py23 command, stdout=sp.PIPE, shell=True, cwd=cwd).communicate()[0].strip().decode('utf-8')
/third_party/skia/third_party/externals/spirv-tools/tools/dis/
H A Ddis.cpp173 output_is_tty = isatty(fileno(stdout)); in main()
/third_party/skia/third_party/externals/spirv-tools/tools/
H A Dio.h127 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) { in WriteFile()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp58 // Set stdout to line-buffered mode (will be fully buffered by default if stdout is pipe). in deqp_libtester_init_platform()
59 setvbuf(stdout, DE_NULL, _IOLBF, 4 * 1024); in deqp_libtester_init_platform()

Completed in 9 milliseconds

1...<<41424344454647484950>>...76