Home
last modified time | relevance | path

Searched refs:LogSeverity (Results 1 – 25 of 37) sorted by relevance

12

/external/qemu/android/base/
DLog.h24 typedef int LogSeverity; typedef
25 const LogSeverity LOG_VERBOSE = -1;
26 const LogSeverity LOG_INFO = 0;
27 const LogSeverity LOG_WARNING = 1;
28 const LogSeverity LOG_ERROR = 2;
29 const LogSeverity LOG_FATAL = 3;
30 const LogSeverity LOG_NUM_SEVERITIES = 4;
35 const LogSeverity LOG_DFATAL = LOG_ERROR;
37 const LogSeverity LOG_DFATAL = LOG_FATAL;
41 LogSeverity getMinLogLevel();
[all …]
DLog.cpp32 const char* severityLevelToString(LogSeverity severity) { in severityLevelToString()
90 LogSeverity getMinLogLevel() { in getMinLogLevel()
117 LogStream::LogStream(const char* file, int lineno, LogSeverity severity) : in LogStream()
214 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) : in LogMessage()
228 LogSeverity severity, in ErrnoLogMessage()
DLog_unittest.cpp25 const LogSeverity LOG_INVISIBLE = -10000;
40 void setExpected(LogSeverity severity, int line, const char* suffix) { in setExpected()
110 void setExpectedErrno(LogSeverity severity, in setExpectedErrno()
/external/chromium_org/tools/relocation_packer/src/
Ddebug.h83 typedef relocation_packer::Logger::Severity LogSeverity; typedef
84 const LogSeverity INFO = relocation_packer::Logger::INFO;
85 const LogSeverity WARNING = relocation_packer::Logger::WARNING;
86 const LogSeverity ERROR = relocation_packer::Logger::ERROR;
87 const LogSeverity FATAL = relocation_packer::Logger::FATAL;
/external/chromium_org/chrome/browser/drive/
Devent_logger.h30 Event(int id, logging::LogSeverity severity, const std::string& what);
32 logging::LogSeverity severity; // Severity of the event.
43 void LogRawString(logging::LogSeverity severity, const std::string& what);
47 void Log(logging::LogSeverity severity, const char* format, ...)
Devent_logger.cc13 int id, logging::LogSeverity severity, const std::string& what) in Event()
28 void EventLogger::LogRawString(logging::LogSeverity severity, in LogRawString()
37 void EventLogger::Log(logging::LogSeverity severity, const char* format, ...) { in Log()
/external/chromium_org/base/
Dlogging.h283 typedef int LogSeverity; typedef
284 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
287 const LogSeverity LOG_INFO = 0;
288 const LogSeverity LOG_WARNING = 1;
289 const LogSeverity LOG_ERROR = 2;
290 const LogSeverity LOG_FATAL = 3;
291 const LogSeverity LOG_NUM_SEVERITIES = 4;
295 const LogSeverity LOG_DFATAL = LOG_ERROR;
297 const LogSeverity LOG_DFATAL = LOG_FATAL;
336 const LogSeverity LOG_0 = LOG_ERROR;
[all …]
Dlogging_win.h56 static bool LogMessage(logging::LogSeverity severity, const char* file,
72 logging::LogSeverity old_log_level_;
Dlogging.cc524 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) in LogMessage()
536 LogMessage::LogMessage(const char* file, int line, LogSeverity severity, in LogMessage()
737 LogSeverity severity, in Win32ErrorLogMessage()
753 LogSeverity severity, in ErrnoLogMessage()
/external/chromium_org/third_party/cld/base/
Dlogging.h895 LogMessage(const char* file, int line, LogSeverity severity, int ctr,
913 LogMessage(const char* file, int line, LogSeverity severity);
918 LogMessage(const char* file, int line, LogSeverity severity, LogSink* sink,
924 LogMessage(const char* file, int line, LogSeverity severity,
930 LogMessage(const char* file, int line, LogSeverity severity,
982 void Init(const char* file, int line, LogSeverity severity,
1114 ErrnoLogMessage(const char* file, int line, LogSeverity severity, int ctr,
1141 void FlushLogFiles(LogSeverity min_severity);
1146 void FlushLogFilesUnsafe(LogSeverity min_severity);
1153 void SetLogDestination(LogSeverity severity, const char* base_filename);
[all …]
Dlog_severity.h14 typedef int LogSeverity; typedef
/external/chromium_org/extensions/browser/
Dextension_error.h46 logging::LogSeverity level() const { return level_; } in level()
64 logging::LogSeverity level,
77 logging::LogSeverity level_;
131 logging::LogSeverity level,
Dextension_error.cc31 logging::LogSeverity level, in ExtensionError()
141 logging::LogSeverity level, in RuntimeError()
/external/chromium_org/chrome/test/logging/win/
Dlog_file_printer.cc30 void WriteSeverityToStream(logging::LogSeverity severity, std::ostream* out) { in WriteSeverityToStream()
100 logging::LogSeverity severity,
104 logging::LogSeverity severity,
205 logging::LogSeverity severity, in OnLogMessage()
214 logging::LogSeverity severity, in OnLogMessageFull()
Dlog_file_reader.h45 logging::LogSeverity severity,
50 logging::LogSeverity severity,
/external/chromium_org/base/mac/
Dmach_logging.cc34 LogSeverity severity, in MachLogMessage()
50 LogSeverity severity, in BootstrapLogMessage()
Dmac_logging.cc17 LogSeverity severity, in OSStatusLogMessage()
Dmach_logging.h40 LogSeverity severity,
107 LogSeverity severity,
Dmac_logging.h36 LogSeverity severity,
/external/chromium_org/chrome/browser/sync_file_system/
Dlogger.cc20 const char* LogSeverityToString(logging::LogSeverity level) { in LogSeverityToString()
42 void Log(logging::LogSeverity severity, in Log()
Dlogger.h25 void Log(logging::LogSeverity level,
/external/chromium_org/chrome/installer/util/
Dinstallation_validation_helper.cc34 static const logging::LogSeverity kViolationSeverity_;
41 const logging::LogSeverity
/external/chromium_org/chrome/installer/tools/
Dvalidate_installation_main.cc41 static const logging::LogSeverity kViolationSeverity_;
55 const logging::LogSeverity
/external/chromium_org/chrome/browser/extensions/
Dchrome_extension_web_contents_observer.cc71 static_cast<logging::LogSeverity>(severity_level), in OnDetailedConsoleMessageAdded()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h122 typedef int LogSeverity; typedef
135 virtual void send(LogSeverity severity,

12