Home
last modified time | relevance | path

Searched refs:is_stdout (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/env_logger/src/fmt/writer/
Datty.rs12 pub(in crate::fmt) fn is_stdout() -> bool { in is_stdout() function
23 pub(in crate::fmt) fn is_stdout() -> bool { in is_stdout() function
Dmod.rs4 use self::atty::{is_stderr, is_stdout};
124 Target::Stdout => is_stdout(), in build()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h208 void PrintAsync(const char *s, size_t len, bool is_stdout);
/external/flac/src/flac/
Dencode.c79 FLAC__bool is_stdout; member
1545 e->is_stdout = (0 == strcmp(outfilename, "-")); in EncoderSession_construct()
2167 …init_status = FLAC__stream_encoder_init_ogg_file(e->encoder, e->is_stdout? 0 : e->outfilename, enc… in EncoderSession_init_encoder()
2172 …init_status = FLAC__stream_encoder_init_file(e->encoder, e->is_stdout? 0 : e->outfilename, encoder… in EncoderSession_init_encoder()
2220 const FLAC__bool only_placeholders = e->is_stdout; in convert_to_seek_table_template()
2259 if(e->is_stdout) { in convert_to_seek_table_template()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp932 void Debugger::PrintAsync(const char *s, size_t len, bool is_stdout) { in PrintAsync() argument
934 is_stdout ? GetOutputStream() : GetErrorStream(); in PrintAsync()
/external/autotest/client/common_lib/
Dutils.py932 bg_job, is_stdout = reverse_dict[file_obj]
933 bg_job.process_output(is_stdout)