HomeSort by relevance Sort by last modified time
    Searched defs:LogSeverity (Results 1 - 11 of 11) 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,
  /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`.
69 enum LogSeverity {
85 using LogFunction = std::function<void(LogId, LogSeverity, const char*, const char*,
89 void KernelLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
90 void StderrLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
101 void operator()(LogId, LogSeverity, const char* tag, const char* file,
155 // unqualified name for a LogSeverity, and returns a LogSeverity value.
389 LogSeverity severity, int error);
399 LogSeverity severity, const char* msg)
    [all...]
  /system/extras/perfprofd/quipper/base/
logging.h 130 typedef int LogSeverity;
131 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
134 const LogSeverity LOG_INFO = 0;
135 const LogSeverity LOG_WARNING = 1;
136 const LogSeverity LOG_ERROR = 2;
137 const LogSeverity LOG_FATAL = 3;
138 const LogSeverity LOG_NUM_SEVERITIES = 4;
376 const LogSeverity LOG_DCHECK = LOG_FATAL;
384 const LogSeverity LOG_DCHECK = LOG_INFO;
460 LogMessage(const char* file, int line, LogSeverity severity)
    [all...]
  /external/libchrome/base/
logging.h 319 typedef int LogSeverity;
320 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
323 const LogSeverity LOG_INFO = 0;
324 const LogSeverity LOG_WARNING = 1;
325 const LogSeverity LOG_ERROR = 2;
326 const LogSeverity LOG_FATAL = 3;
327 const LogSeverity LOG_NUM_SEVERITIES = 4;
331 const LogSeverity LOG_DFATAL = LOG_ERROR;
333 const LogSeverity LOG_DFATAL = LOG_FATAL;
372 const LogSeverity LOG_0 = LOG_ERROR
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 764 enum LogSeverity {
780 GTEST_API_ bool LogIsVisible(LogSeverity severity);
789 GTEST_API_ void Log(LogSeverity severity,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h     [all...]

Completed in 769 milliseconds