| /external/ImageMagick/MagickCore/ |
| D | exception-private.h | 29 #define ThrowBinaryException(severity,tag,context) \ argument 35 #define ThrowFatalException(severity,tag) \ argument 53 #define ThrowFileException(exception,severity,tag,context) \ argument 64 #define ThrowImageException(severity,tag) \ argument 70 #define ThrowReaderException(severity,tag) \ argument 81 #define ThrowWriterException(severity,tag) \ argument
|
| D | exception.c | 298 static void DefaultErrorHandler(const ExceptionType magick_unused(severity), in DefaultErrorHandler() 340 static void DefaultFatalErrorHandler(const ExceptionType severity, in DefaultFatalErrorHandler() 382 static void DefaultWarningHandler(const ExceptionType magick_unused(severity), in DefaultWarningHandler() 571 static const char *ExceptionSeverityToTag(const ExceptionType severity) in ExceptionSeverityToTag() 643 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage() 993 const ExceptionType severity,const char *reason,const char *description) in ThrowException() 1096 const size_t line,const ExceptionType severity,const char *tag, in ThrowMagickExceptionList() 1147 const ExceptionType severity,const char *tag,const char *format,...) in ThrowMagickException()
|
| /external/icing/icing/text_classifier/lib3/utils/base/ |
| D | logging_raw.cc | 38 int GetAndroidLogLevel(LogSeverity severity) { in GetAndroidLogLevel() 54 void LowLevelLogging(LogSeverity severity, const std::string& tag, in LowLevelLogging() 74 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString() 90 void LowLevelLogging(LogSeverity severity, const std::string &tag, in LowLevelLogging()
|
| /external/libtextclassifier/native/lang_id/common/lite_base/ |
| D | compact-logging-raw.cc | 36 int GetAndroidLogLevel(LogSeverity severity) { in GetAndroidLogLevel() 52 void LowLevelLogging(LogSeverity severity, const std::string &tag, in LowLevelLogging() 77 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString() 93 void LowLevelLogging(LogSeverity severity, const std::string &tag, in LowLevelLogging()
|
| /external/libtextclassifier/native/utils/base/ |
| D | logging_raw.cc | 40 int GetAndroidLogLevel(LogSeverity severity) { in GetAndroidLogLevel() 56 void LowLevelLogging(LogSeverity severity, const std::string& tag, in LowLevelLogging() 76 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString() 92 void LowLevelLogging(LogSeverity severity, const std::string &tag, in LowLevelLogging()
|
| /external/turbine/java/com/google/turbine/diag/ |
| D | TurbineDiagnostic.java | 35 private final Diagnostic.Kind severity; field in TurbineDiagnostic 42 Diagnostic.Kind severity, in TurbineDiagnostic() 63 public Diagnostic.Kind severity() { in severity() method in TurbineDiagnostic 89 Diagnostic.Kind severity, in create() 109 public static TurbineDiagnostic format(Diagnostic.Kind severity, ErrorKind kind, String message) { in format() 132 Diagnostic.Kind severity, SourceFile source, int position, ErrorKind kind, Object... args) { in format()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
| D | channel_trace.cc | 44 ChannelTrace::TraceEvent::TraceEvent(Severity severity, const grpc_slice& data, in TraceEvent() 54 ChannelTrace::TraceEvent::TraceEvent(Severity severity, const grpc_slice& data) in TraceEvent() 112 void ChannelTrace::AddTraceEvent(Severity severity, const grpc_slice& data) { in AddTraceEvent() 121 Severity severity, const grpc_slice& data, in AddTraceEventWithReference() 134 const char* severity_string(ChannelTrace::Severity severity) { in severity_string()
|
| /external/tensorflow/tensorflow/lite/tools/ |
| D | logging.h | 42 LoggingWrapper(LogSeverity severity) in LoggingWrapper() 44 LoggingWrapper(LogSeverity severity, bool log) in LoggingWrapper() 74 #define TFLITE_LOG(severity) \ argument 79 #define TFLITE_MAY_LOG(severity, should_log) \ argument
|
| /external/grpc-grpc/src/core/lib/channel/ |
| D | channel_trace.cc | 44 ChannelTrace::TraceEvent::TraceEvent(Severity severity, grpc_slice data, in TraceEvent() 53 ChannelTrace::TraceEvent::TraceEvent(Severity severity, grpc_slice data) in TraceEvent() 106 void ChannelTrace::AddTraceEvent(Severity severity, grpc_slice data) { in AddTraceEvent() 112 Severity severity, grpc_slice data, in AddTraceEventWithReference() 122 const char* severity_string(ChannelTrace::Severity severity) { in severity_string()
|
| /external/sonivox/arm-wt-22k/host_src/ |
| D | eas_report.c | 144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) in EAS_ReportEx() 187 void EAS_Report (int severity, const char *fmt, ...) in EAS_Report() 217 void EAS_ReportX (int severity, const char *fmt, ...) in EAS_ReportX() 248 void EAS_SetDebugLevel (int severity) in EAS_SetDebugLevel()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
| D | log.cc | 45 const char* gpr_log_severity_string(gpr_log_severity severity) { in gpr_log_severity_string() 57 int gpr_should_log(gpr_log_severity severity) { in gpr_should_log() 64 int gpr_should_log_stacktrace(gpr_log_severity severity) { in gpr_should_log_stacktrace() 71 void gpr_log_message(const char* file, int line, gpr_log_severity severity, in gpr_log_message()
|
| /external/ImageMagick/MagickWand/ |
| D | wandcli-private.h | 25 #define CLIWandException(severity,tag,option) \ argument 29 #define CLIWandExceptionArg(severity,tag,option,arg) \ argument 38 #define CLIWandExceptionFile(severity,tag,context) \ argument 45 #define CLIWandExceptionBreak(severity,tag,option) \ argument 48 #define CLIWandExceptionReturn(severity,tag,option) \ argument 51 #define CLIWandExceptArgBreak(severity,tag,option,arg) \ argument 54 #define CLIWandExceptArgReturn(severity,tag,option,arg) \ argument
|
| /external/angle/src/common/ |
| D | debug.cpp | 47 constexpr const char *LogSeverityName(int severity) in LogSeverityName() 53 bool ShouldCreateLogMessage(LogSeverity severity) in ShouldCreateLogMessage() 69 bool ShouldCreatePlatformLogMessage(LogSeverity severity) in ShouldCreatePlatformLogMessage() 163 LogMessage::LogMessage(const char *file, const char *function, int line, LogSeverity severity) in LogMessage() 204 void Trace(LogSeverity severity, const char *message) in Trace()
|
| /external/llvm-project/lldb/source/Expression/ |
| D | DiagnosticManager.cpp | 34 static const char *StringForSeverity(DiagnosticSeverity severity) { in StringForSeverity() 59 size_t DiagnosticManager::Printf(DiagnosticSeverity severity, in Printf() 73 void DiagnosticManager::PutString(DiagnosticSeverity severity, in PutString()
|
| /external/grpc-grpc/src/core/lib/gpr/ |
| D | log.cc | 35 const char* gpr_log_severity_string(gpr_log_severity severity) { in gpr_log_severity_string() 47 int gpr_should_log(gpr_log_severity severity) { in gpr_should_log() 54 void gpr_log_message(const char* file, int line, gpr_log_severity severity, in gpr_log_message()
|
| /external/tensorflow/tensorflow/lite/ |
| D | minimal_logging.h | 54 #define TFLITE_LOG_PROD(severity, format, ...) \ argument 59 #define TFLITE_LOG_PROD_ONCE(severity, format, ...) \ argument 74 #define TFLITE_LOG(severity, format, ...) \ argument
|
| /external/libchrome/base/ |
| D | syslog_logging.h | 18 #define SYSLOG_STREAM(severity) \ argument 20 #define SYSLOG(severity) \ argument
|
| /external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
| D | raw_logging.h | 44 #define ABSL_RAW_LOG(severity, ...) \ argument 75 #define ABSL_INTERNAL_LOG(severity, message) \ argument 94 #define ABSL_RAW_LOGGING_INTERNAL_LEVEL(severity) \ argument
|
| /external/openscreen/third_party/abseil/src/absl/base/internal/ |
| D | raw_logging.h | 44 #define ABSL_RAW_LOG(severity, ...) \ argument 75 #define ABSL_INTERNAL_LOG(severity, message) \ argument 98 #define ABSL_RAW_LOGGING_INTERNAL_LEVEL(severity) \ argument
|
| /external/libtextclassifier/abseil-cpp/absl/base/internal/ |
| D | raw_logging.h | 44 #define ABSL_RAW_LOG(severity, ...) \ argument 75 #define ABSL_INTERNAL_LOG(severity, message) \ argument 96 #define ABSL_RAW_LOGGING_INTERNAL_LEVEL(severity) \ argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
| D | raw_logging.h | 44 #define ABSL_RAW_LOG(severity, ...) \ argument 75 #define ABSL_INTERNAL_LOG(severity, message) \ argument 96 #define ABSL_RAW_LOGGING_INTERNAL_LEVEL(severity) \ argument
|
| /external/abseil-cpp/absl/base/internal/ |
| D | raw_logging.h | 44 #define ABSL_RAW_LOG(severity, ...) \ argument 75 #define ABSL_INTERNAL_LOG(severity, message) \ argument 94 #define ABSL_RAW_LOGGING_INTERNAL_LEVEL(severity) \ argument
|
| /external/angle/third_party/abseil-cpp/absl/base/internal/ |
| D | raw_logging.h | 44 #define ABSL_RAW_LOG(severity, ...) \ argument 75 #define ABSL_INTERNAL_LOG(severity, message) \ argument 98 #define ABSL_RAW_LOGGING_INTERNAL_LEVEL(severity) \ argument
|
| /external/bsdiff/ |
| D | logging.h | 14 #define LOG(severity) LogMessage(__FILE__, __LINE__, #severity).stream() argument 17 #define PLOG(severity) LogMessage(__FILE__, __LINE__, #severity, errno).stream() argument
|
| /external/tensorflow/tensorflow/lite/examples/label_image/ |
| D | log.h | 29 explicit Log(const char* severity) { stream_ << severity << ": "; } in Log() 34 #define LOG(severity) tflite::label_image::Log(#severity).Stream() argument
|