HomeSort by relevance Sort by last modified time
    Searched refs:LogSeverity (Results 1 - 25 of 40) sorted by null

1 2

  /art/runtime/
log_severity.h 20 typedef int LogSeverity;
  /external/chromium_org/chrome/browser/drive/
event_logger.h 30 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, ...)
event_logger.cc 13 int id, logging::LogSeverity severity, const std::string& what)
28 void EventLogger::LogRawString(logging::LogSeverity severity,
37 void EventLogger::Log(logging::LogSeverity severity, const char* format, ...) {
  /external/qemu/android/base/
Log.h 24 typedef int LogSeverity;
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...]
Log.cpp 32 const char* severityLevelToString(LogSeverity severity) {
88 // LogSeverity
90 LogSeverity getMinLogLevel() {
117 LogStream::LogStream(const char* file, int lineno, LogSeverity severity) :
214 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) :
228 LogSeverity severity,
Log_unittest.cpp 25 const LogSeverity LOG_INVISIBLE = -10000;
40 void setExpected(LogSeverity severity, int line, const char* suffix) {
110 void setExpectedErrno(LogSeverity severity,
  /external/chromium_org/tools/relocation_packer/src/
debug.h 83 typedef relocation_packer::Logger::Severity LogSeverity;
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/base/
logging_win.h 56 static bool LogMessage(logging::LogSeverity severity, const char* file,
72 logging::LogSeverity old_log_level_;
logging.h 283 typedef int LogSeverity;
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...]
  /external/chromium_org/base/mac/
mac_logging.cc 17 LogSeverity severity,
mach_logging.cc 34 LogSeverity severity,
50 LogSeverity severity,
mach_logging.h 40 LogSeverity severity,
107 LogSeverity severity,
mac_logging.h 36 LogSeverity severity,
  /external/chromium_org/chrome/browser/sync_file_system/
logger.h 25 void Log(logging::LogSeverity level,
logger.cc 20 const char* LogSeverityToString(logging::LogSeverity level) {
42 void Log(logging::LogSeverity severity,
53 // Log to WebUI regardless of LogSeverity (e.g. ignores command line flags).
  /external/chromium_org/third_party/cld/base/
log_severity.h 11 // Variables of type LogSeverity are widely taken to lie in the range
14 typedef int LogSeverity;
logging.h 363 // LogSeverity severity;
378 // LogSeverity severity;
390 // LogSeverity severity;
    [all...]
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.h 45 logging::LogSeverity severity,
50 logging::LogSeverity severity,
log_file_printer.cc 30 void WriteSeverityToStream(logging::LogSeverity severity, std::ostream* out) {
100 logging::LogSeverity severity,
104 logging::LogSeverity severity,
205 logging::LogSeverity severity,
214 logging::LogSeverity severity,
  /external/chromium_org/extensions/browser/
extension_error.h 46 logging::LogSeverity level() const { return level_; }
64 logging::LogSeverity level,
77 logging::LogSeverity level_;
131 logging::LogSeverity level,
  /external/chromium_org/chrome/installer/util/
installation_validation_helper.cc 34 static const logging::LogSeverity kViolationSeverity_;
41 const logging::LogSeverity
  /art/runtime/base/
logging.cc 32 static LogSeverity gMinimumLogSeverity = INFO;
122 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error)
logging.h 194 LogMessageData(const char* file, int line, LogSeverity severity, int error);
198 const LogSeverity severity;
207 LogMessage(const char* file, int line, LogSeverity severity, int error)
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_web_contents_observer.cc 71 static_cast<logging::LogSeverity>(severity_level),
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 41 static const logging::LogSeverity kViolationSeverity_;
55 const logging::LogSeverity

Completed in 459 milliseconds

1 2