Searched defs:LogSeverity (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h11 // Variables of type LogSeverity are widely taken to lie in the range
14 typedef int LogSeverity; typedef
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h83 typedef relocation_packer::Logger::Severity LogSeverity; typedef
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/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h199 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4}; enum
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h194 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4}; enum
/external/qemu/android/base/
H A DLog.h24 typedef int LogSeverity; typedef in namespace:android::base
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 getMinLogLeve
[all...]
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h122 typedef int LogSeverity; typedef in namespace:google
135 virtual void send(LogSeverity severity,
/external/chromium_org/base/
H A Dlogging.h283 typedef int LogSeverity; typedef in namespace:logging
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_
[all...]

Completed in 1079 milliseconds