/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | logging.h | 32 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/ |
D | logging.h | 337 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 …]
|
D | logging.cc | 391 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/ |
D | minimal_logging.h | 22 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);
|
D | minimal_logging_ios.cc | 25 int GetPlatformSeverity(LogSeverity severity) { in GetPlatformSeverity() 40 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog()
|
D | minimal_logging.cc | 23 void MinimalLogger::Log(LogSeverity severity, const char* format, ...) { in Log() 30 const char* MinimalLogger::GetSeverityName(LogSeverity severity) { in GetSeverityName()
|
D | minimal_logging_android.cc | 25 int GetPlatformSeverity(LogSeverity severity) { in GetPlatformSeverity() 40 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog()
|
D | minimal_logging_default.cc | 23 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog()
|
D | minimal_logging_test.cc | 50 TFLITE_LOG_PROD(static_cast<LogSeverity>(-1), "Three"); in TEST()
|
/external/libtextclassifier/lang_id/common/lite_base/ |
D | compact-logging-raw.cc | 35 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()
|
D | compact-logging.cc | 61 LogMessage::LogMessage(LogSeverity severity, const char *file_name, in LogMessage() 68 LogSeverity level = severity_; in ~LogMessage()
|
D | compact-logging.h | 78 LogMessage(LogSeverity severity, const char *file_name, 87 const LogSeverity severity_;
|
D | compact-logging-raw.h | 31 void LowLevelLogging(LogSeverity severity, const string &tag,
|
D | compact-logging-levels.h | 35 enum LogSeverity { enum
|
/external/libtextclassifier/utils/base/ |
D | logging_raw.cc | 34 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()
|
D | logging.h | 78 LogMessage(LogSeverity severity, const char *file_name, 87 const LogSeverity severity_;
|
D | logging_levels.h | 23 enum LogSeverity { enum
|
D | logging_raw.h | 30 void LowLevelLogging(LogSeverity severity, const std::string &tag,
|
D | logging.cc | 53 LogMessage::LogMessage(LogSeverity severity, const char *file_name, in LogMessage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/ |
D | gmock-internal-utils.cc | 110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() 131 GTEST_API_ void Log(LogSeverity severity, in Log()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-internal-utils.cc | 110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() 131 GTEST_API_ void Log(LogSeverity severity, in Log()
|
/external/googletest/googlemock/src/ |
D | gmock-internal-utils.cc | 128 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/ |
D | gmock-internal-utils.h | 306 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/ |
D | 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/ |
D | gmock-internal-utils.h | 310 enum LogSeverity { 326 GTEST_API_ bool LogIsVisible(LogSeverity severity); 335 GTEST_API_ void Log(LogSeverity severity, const std::string& message,
|