HomeSort by relevance Sort by last modified time
    Searched refs:LogSeverity (Results 1 - 25 of 45) 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 Log(logging::LogSeverity severity, const std::string& what);
event_logger.cc 13 int id, logging::LogSeverity severity, const std::string& what)
28 void EventLogger::Log(logging::LogSeverity severity, const std::string& what) {
  /external/chromium_org/chrome/browser/chromeos/drive/
logging.h 20 logging::LogSeverity severity, const char* format, ...) PRINTF_FORMAT(2, 3);
logging.cc 23 void Log(logging::LogSeverity severity, const char* format, ...) {
  /external/chromium/base/
logging_win.h 57 static bool LogMessage(logging::LogSeverity severity, const char* file,
73 logging::LogSeverity old_log_level_;
logging.h 280 typedef int LogSeverity;
281 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
284 const LogSeverity LOG_INFO = 0;
285 const LogSeverity LOG_WARNING = 1;
286 const LogSeverity LOG_ERROR = 2;
287 const LogSeverity LOG_ERROR_REPORT = 3;
288 const LogSeverity LOG_FATAL = 4;
289 const LogSeverity LOG_NUM_SEVERITIES = 5;
293 const LogSeverity LOG_DFATAL = LOG_ERROR;
295 const LogSeverity LOG_DFATAL = LOG_FATAL
    [all...]
logging.cc 526 LogMessage::LogMessage(const char* file, int line, LogSeverity severity,
537 LogMessage::LogMessage(const char* file, int line, LogSeverity severity)
549 LogMessage::LogMessage(const char* file, int line, LogSeverity severity,
714 LogSeverity severity,
724 LogSeverity severity,
771 LogSeverity severity,
  /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 307 typedef int LogSeverity;
308 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
311 const LogSeverity LOG_INFO = 0;
312 const LogSeverity LOG_WARNING = 1;
313 const LogSeverity LOG_ERROR = 2;
314 const LogSeverity LOG_ERROR_REPORT = 3;
315 const LogSeverity LOG_FATAL = 4;
316 const LogSeverity LOG_NUM_SEVERITIES = 5;
320 const LogSeverity LOG_DFATAL = LOG_ERROR;
322 const LogSeverity LOG_DFATAL = LOG_FATAL
    [all...]
  /external/chromium_org/base/mac/
mac_logging.cc 17 LogSeverity severity,
mac_logging.h 34 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) {
103 logging::LogSeverity severity,
107 logging::LogSeverity severity,
208 logging::LogSeverity severity,
217 logging::LogSeverity severity,
  /external/chromium_org/extensions/browser/
extension_error.h 45 logging::LogSeverity level() const { return level_; }
63 logging::LogSeverity level,
76 logging::LogSeverity level_;
129 logging::LogSeverity level,
  /external/chromium/googleurl/base/
logging.h 144 typedef int LogSeverity;
145 const LogSeverity LOG_INFO = 0;
146 const LogSeverity LOG_WARNING = 1;
147 const LogSeverity LOG_ERROR = 2;
148 const LogSeverity LOG_FATAL = 3;
149 const LogSeverity LOG_NUM_SEVERITIES = 4;
153 const LogSeverity LOG_DFATAL_LEVEL = LOG_ERROR;
155 const LogSeverity LOG_DFATAL_LEVEL = LOG_FATAL;
410 LogMessage(const char* file, int line, LogSeverity severity, int ctr);
427 LogMessage(const char* file, int line, LogSeverity severity)
    [all...]
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 110 bool LogIsVisible(LogSeverity severity) {
131 void Log(LogSeverity severity, const string& message,
  /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 30 static LogSeverity gMinimumLogSeverity = INFO;
118 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error)
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 41 static const logging::LogSeverity kViolationSeverity_;
55 const logging::LogSeverity
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 306 enum LogSeverity {
322 bool LogIsVisible(LogSeverity severity);
331 void Log(LogSeverity severity, const string& message, int stack_frames_to_skip);

Completed in 679 milliseconds

1 2