HomeSort by relevance Sort by last modified time
    Searched defs:LogSeverity (Results 1 - 9 of 9) sorted by null

  /external/libtextclassifier/util/base/
logging_levels.h 23 enum LogSeverity {
  /bionic/tools/relocation_packer/src/
debug.h 83 typedef relocation_packer::Logger::Severity LogSeverity;
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 306 enum LogSeverity {
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
  /external/googletest/googlemock/include/gmock/internal/
gmock-internal-utils.h 306 enum LogSeverity {
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity, const std::string& message,
  /external/v8/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 306 enum LogSeverity {
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
  /art/tools/common/
common.py 57 class LogSeverity(Enum):
72 for log_severity in LogSeverity:
263 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
268 log_severity: LogSeverity, minimum severity of logs included in output.
337 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
431 """Extracts LogSeverity from a single logcat line in brief format."""
434 return LogSeverity.FromSymbol(brief_log_line[0])
436 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
  /system/core/base/include/android-base/
logging.h 30 // Replace `INFO` with any severity from `enum LogSeverity`.
83 enum LogSeverity {
99 using LogFunction = std::function<void(LogId, LogSeverity, const char*, const char*,
103 void KernelLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
104 void StderrLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
118 void operator()(LogId, LogSeverity, const char* tag, const char* file,
172 // unqualified name for a LogSeverity, and returns a LogSeverity value.
426 LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity, const char* tag,
436 static void LogLine(const char* file, unsigned int line, LogId id, LogSeverity severity
    [all...]
  /external/libchrome/base/
logging.h 292 typedef int LogSeverity;
293 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
296 const LogSeverity LOG_INFO = 0;
297 const LogSeverity LOG_WARNING = 1;
298 const LogSeverity LOG_ERROR = 2;
299 const LogSeverity LOG_FATAL = 3;
300 const LogSeverity LOG_NUM_SEVERITIES = 4;
304 const LogSeverity LOG_DFATAL = LOG_ERROR;
306 const LogSeverity LOG_DFATAL = LOG_FATAL;
346 const LogSeverity LOG_0 = LOG_ERROR
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h     [all...]

Completed in 234 milliseconds