/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 2-2.c | 78 fflush(stdout); in sigterm_handler()
|
H A D | 2-1.c | 78 fflush(stdout); in sigterm_handler()
|
/third_party/ltp/testcases/realtime/func/async_handler/ |
H A D | async_handler_tsc.c | 212 fflush(stdout); in main()
|
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_infinite.c | 185 fflush(stdout); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 6-1.c | 120 fflush(stdout); in threaded()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump.c | 264 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 D | bio_local.h | 161 # define UP_stdout stdout
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | main.rs | 116 Output::Stdout => drop(io::stdout().write_all(content)), in try_main()
|
/third_party/rust/crates/env_logger/src/fmt/writer/ |
H A D | mod.rs | 15 /// 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 D | completion-derive.rs | 70 generate(gen, cmd, cmd.get_name().to_string(), &mut io::stdout()); in print_completions()
|
/third_party/python/Python/ |
H A D | thread.c | 83 fflush(stdout); in _PyThread_debug_deprecation()
|
/third_party/python/Tools/scripts/ |
H A D | abitype.py | 200 # Output result to stdout 202 sys.stdout.write(v)
|
H A D | generate_stdlib_module_names.py | 177 fp = sys.stdout
|
H A D | parse_html5_entities.py | 53 def write_items(entities, file=sys.stdout):
|
/third_party/python/Tools/ssl/ |
H A D | make_ssl_data.py | 26 "output", nargs="?", type=argparse.FileType("w"), default=sys.stdout
|
/third_party/python/Tools/tz/ |
H A D | zdump.py | 81 tzi.dump(sys.stdout)
|
/third_party/protobuf/conformance/ |
H A D | conformance_nodejs.js | 145 process.stdout.fd, buffer, totalWritten, buffer.length - totalWritten);
|
/third_party/python/Lib/encodings/ |
H A D | rot_13.py | 113 rot13(sys.stdin, sys.stdout)
|
/third_party/python/Lib/test/ |
H A D | sortperf.py | 57 sys.stdout.flush()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_find.py | 83 p = subprocess.Popen(['gcc', '--version'], stdout=subprocess.PIPE,
|
/third_party/openssl/crypto/bio/ |
H A D | bio_local.h | 161 # define UP_stdout stdout
|
/third_party/skia/third_party/externals/angle2/src/ |
H A D | commit_id.py | 23 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 D | dis.cpp | 173 output_is_tty = isatty(fileno(stdout)); in main()
|
/third_party/skia/third_party/externals/spirv-tools/tools/ |
H A D | io.h | 127 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) { in WriteFile()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_libtester_main.cpp | 58 // 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()
|