Home
last modified time | relevance | path

Searched refs:LogSeverity (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dlogging.h32 enum class LogSeverity : int { enum
38 LoggingWrapper(LogSeverity severity) in LoggingWrapper()
40 LoggingWrapper(LogSeverity severity, bool log) in LoggingWrapper()
46 if (severity_ == LogSeverity::FATAL) { in ~LoggingWrapper()
55 LogSeverity severity_;
65 tflite::logging::LoggingWrapper::LogSeverity::severity) \
70 tflite::logging::LoggingWrapper::LogSeverity::FATAL, \
/external/libchrome/base/
Dlogging.h337 typedef int LogSeverity; typedef
338 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
341 const LogSeverity LOG_INFO = 0;
342 const LogSeverity LOG_WARNING = 1;
343 const LogSeverity LOG_ERROR = 2;
344 const LogSeverity LOG_FATAL = 3;
345 const LogSeverity LOG_NUM_SEVERITIES = 4;
349 const LogSeverity LOG_DFATAL = LOG_ERROR;
351 const LogSeverity LOG_DFATAL = LOG_FATAL;
389 const LogSeverity LOG_0 = LOG_ERROR;
[all …]
Dlogging.cc391 BASE_EXPORT logging::LogSeverity LOG_DCHECK = LOG_INFO;
562 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) in LogMessage()
580 LogMessage::LogMessage(const char* file, int line, LogSeverity severity, in LogMessage()
698 const char* const asl_level_string = [](LogSeverity severity) { in ~LogMessage()
742 const os_log_type_t os_log_type = [](LogSeverity severity) { in ~LogMessage()
972 LogSeverity severity, in Win32ErrorLogMessage()
988 LogSeverity severity, in ErrnoLogMessage()
/external/tensorflow/tensorflow/lite/
Dminimal_logging.h22 enum LogSeverity { enum
36 static void Log(LogSeverity severity, const char* format, ...);
39 static void VLog(LogSeverity severity, const char* format, va_list args);
42 static const char* GetSeverityName(LogSeverity severity);
Dminimal_logging_ios.cc25 int GetPlatformSeverity(LogSeverity severity) { in GetPlatformSeverity()
40 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog()
Dminimal_logging.cc23 void MinimalLogger::Log(LogSeverity severity, const char* format, ...) { in Log()
30 const char* MinimalLogger::GetSeverityName(LogSeverity severity) { in GetSeverityName()
Dminimal_logging_android.cc25 int GetPlatformSeverity(LogSeverity severity) { in GetPlatformSeverity()
40 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog()
Dminimal_logging_default.cc23 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog()
Dminimal_logging_test.cc50 TFLITE_LOG_PROD(static_cast<LogSeverity>(-1), "Three"); in TEST()
/external/libtextclassifier/lang_id/common/lite_base/
Dcompact-logging-raw.cc35 int GetAndroidLogLevel(LogSeverity severity) { in GetAndroidLogLevel()
51 void LowLevelLogging(LogSeverity severity, const string &tag, in LowLevelLogging()
76 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString()
92 void LowLevelLogging(LogSeverity severity, const string &tag, in LowLevelLogging()
Dcompact-logging.cc61 LogMessage::LogMessage(LogSeverity severity, const char *file_name, in LogMessage()
68 LogSeverity level = severity_; in ~LogMessage()
Dcompact-logging.h78 LogMessage(LogSeverity severity, const char *file_name,
87 const LogSeverity severity_;
Dcompact-logging-raw.h31 void LowLevelLogging(LogSeverity severity, const string &tag,
Dcompact-logging-levels.h35 enum LogSeverity { enum
/external/libtextclassifier/utils/base/
Dlogging_raw.cc34 int GetAndroidLogLevel(LogSeverity severity) { in GetAndroidLogLevel()
50 void LowLevelLogging(LogSeverity severity, const std::string& tag, in LowLevelLogging()
73 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString()
89 void LowLevelLogging(LogSeverity severity, const std::string &tag, in LowLevelLogging()
Dlogging.h78 LogMessage(LogSeverity severity, const char *file_name,
87 const LogSeverity severity_;
Dlogging_levels.h23 enum LogSeverity { enum
Dlogging_raw.h30 void LowLevelLogging(LogSeverity severity, const std::string &tag,
Dlogging.cc53 LogMessage::LogMessage(LogSeverity severity, const char *file_name, in LogMessage()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-internal-utils.cc110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible()
131 GTEST_API_ void Log(LogSeverity severity, in Log()
/external/google-breakpad/src/testing/src/
Dgmock-internal-utils.cc110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible()
131 GTEST_API_ void Log(LogSeverity severity, in Log()
/external/googletest/googlemock/src/
Dgmock-internal-utils.cc128 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible()
149 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h306 enum LogSeverity {
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h306 enum LogSeverity {
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h310 enum LogSeverity {
326 GTEST_API_ bool LogIsVisible(LogSeverity severity);
335 GTEST_API_ void Log(LogSeverity severity, const std::string& message,

12