OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogStream
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/processor/
logging.h
93
class
LogStream
{
103
LogStream
(std::ostream &stream, Severity severity,
107
~
LogStream
();
117
explicit
LogStream
(const
LogStream
&that);
118
void operator=(const
LogStream
&that);
158
((google_breakpad::
LogStream
::SEVERITY_ ## severity) >= \
159
(google_breakpad::
LogStream
::BPLOG_MINIMUM_SEVERITY))
169
#define BPLOG_INFO google_breakpad::
LogStream
(BPLOG_INFO_STREAM, \
170
google_breakpad::
LogStream
::SEVERITY_INFO,
[
all
...]
logging.cc
54
LogStream
::
LogStream
(std::ostream &stream, Severity severity,
82
LogStream
::~
LogStream
() {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
JPDALogWriter.java
43
protected
LogStream
logStream
;
61
logStream
= new
LogStream
(outputStream);
86
logStream
= logWriter.getLogStream();
114
logStream
.println(getErrorPrefix() + message);
129
logStream
.printStackTrace(getErrorPrefix() + message, throwable);
139
logStream
.printStackTrace(null, throwable);
150
logStream
.print(printPrefix + message);
162
logStream
.println(printPrefix + message)
[
all
...]
/external/webrtc/webrtc/system_wrappers/source/
logging_unittest.cc
64
TEST_F(LoggingTest,
LogStream
) {
Completed in 81 milliseconds