HomeSort by relevance Sort by last modified time
    Searched refs:LogSeverity (Results 1 - 25 of 36) 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, ...)