Home
last modified time | relevance | path

Searched refs:Stdout (Results 1 – 25 of 38) sorted by relevance

12

/third_party/rust/crates/env_logger/src/fmt/writer/
Dmod.rs19 Stdout, enumerator
38 Self::Stdout => "stdout", in fmt()
51 Stdout, enumerator
61 Target::Stdout => Self::Stdout, in from()
80 Self::Stdout => "stdout", in fmt()
182 WritableTarget::Stdout => is_stdout(), in build()
195 WritableTarget::Stdout => BufferWriter::stdout(self.is_test, color_choice), in build()
Datty.rs13 atty::is(atty::Stream::Stdout) in is_stdout()
/third_party/rust/crates/atty/src/
Dlib.rs33 Stdout, enumerator
44 Stream::Stdout => libc::STDOUT_FILENO, in is()
57 Stream::Stdout => hermit_abi::STDOUT_FILENO, in is()
75 Stream::Stdout => (STD_OUTPUT, [STD_INPUT, STD_ERROR]), in is()
177 assert!(!is(Stream::Stdout)) in is_out()
195 assert!(is(Stream::Stdout)) in is_out()
/third_party/rust/crates/clap/src/output/
Dfmt.rs6 Stdout, enumerator
47 Stream::Stdout => BufferWriter::stdout(color_when), in print()
62 Stream::Stdout => { in print()
87 Stream::Stdout => std::io::stdout().is_terminal(), in is_a_tty()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
Dshell_unix.go64 cmd.Stdout = os.Stdout
95 c.Stdout = &b
Dshell_windows.go31 c.Stdout = &b
/third_party/rust/crates/cxx/gen/cmd/src/
Doutput.rs5 Stdout, enumerator
12 Output::Stdout => false, in ends_with()
Dapp.rs97 Output::Stdout in from_args()
103 outputs.push(Output::Stdout); in from_args()
Dmain.rs116 Output::Stdout => drop(io::stdout().write_all(content)), in try_main()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dshim_impl.rs22 target: WritableTarget::Stdout, in stdout()
46 WritableTarget::Stdout => print!("{}", String::from_utf8_lossy(&buf.0)), in print()
Dextern_impl.rs98 Some(WritableTarget::Stdout) in stdout()
132 WritableTarget::Stdout => print!("{}", log), in print()
/third_party/rust/crates/termcolor/wincolor/src/
Dwin.rs36 Stdout, enumerator
43 HandleKind::Stdout => winutil::HandleRef::stdout(), in handle()
62 Self::create_for_stream(HandleKind::Stdout) in stdout()
/third_party/rust/crates/is-terminal/src/
Dlib.rs188 impl IsTerminal for std::io::Stdout { implementation
277 atty::is(atty::Stream::Stdout), in stdout()
307 atty::is(atty::Stream::Stdout), in stdout()
/third_party/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go77 cmd := &exec.Command{Name: fm, Stdout: stdout}
180 fmt.Fprintf(os.Stdout, "Gold knew %v unique hashes.\n", len(known))
216 cmd := &exec.Command{Name: fm, Stdout: stdout, Stderr: stderr}
284 fmt.Fprintf(os.Stdout, "%v #%v\n",
/third_party/rust/crates/termcolor/src/
Dlib.rs340 Stdout, enumerator
348 Stdout(io::Stdout), enumerator
350 StdoutBuffered(io::BufWriter<io::Stdout>),
357 StandardStreamType::Stdout => { in new()
358 IoStandardStream::Stdout(io::stdout()) in new()
376 IoStandardStream::Stdout(ref s) => { in lock()
396 IoStandardStream::Stdout(ref mut s) => s.write(b), in write()
406 IoStandardStream::Stdout(ref mut s) => s.flush(), in flush()
507 let wtr = WriterInner::create(StandardStreamType::Stdout, choice); in stdout()
627 StandardStreamType::Stdout => wincon::Console::stdout(), in create()
[all …]
/third_party/rust/crates/atty/examples/
Datty.rs6 println!("stdout? {}", is(Stream::Stdout)); in main()
/third_party/rust/crates/io-lifetimes/src/
Dimpls_tokio.rs129 impl AsFd for tokio::io::Stdout { implementation
137 impl AsHandle for tokio::io::Stdout { implementation
Dimpls_async_std.rs360 impl AsFd for async_std::io::Stdout { implementation
368 impl AsHandle for async_std::io::Stdout { implementation
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go217 Progress: os.Stdout,
315 cmd.Stdout = os.Stdout
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go100 isatty.IsTerminal(os.Stdout.Fd()) ||
101 isatty.IsCygwinTerminal(os.Stdout.Fd())
135 stdout = colorable.NewNonColorable(os.Stdout)
513 cmd.Stdout = io.MultiWriter(&rw, serverLog, &pl)
773 cmd.Stdout = &buf
/third_party/protobuf/examples/
Dlist_people.go60 listPeople(os.Stdout, book)
/third_party/rust/crates/is-terminal/
DREADME.md46 println!("Stdout is a terminal");
48 println!("Stdout is not a terminal");
/third_party/rust/crates/termcolor/
DREADME.md33 analogous to `std::io::Stdout` and `std::io::StdoutLock`, or `std::io::Stderr`
49 The `StandardStream` type in this crate works similarly to `std::io::Stdout`,
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/
Dmain.go144 w := tabwriter.NewWriter(os.Stdout, 1, 1, 0, ' ', 0)
/third_party/rust/crates/atty/
DREADME.md23 if atty::is(Stream::Stdout) {

12