Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 25 of 260) sorted by relevance

1234567891011

/external/ImageMagick/MagickCore/
Dexception-private.h29 #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
Dexception.c298 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/
Dlogging_raw.cc38 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/
Dcompact-logging-raw.cc36 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/
Dlogging_raw.cc40 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/
DTurbineDiagnostic.java35 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/
Dchannel_trace.cc44 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/
Dlogging.h42 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/
Dchannel_trace.cc44 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/
Deas_report.c144 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/
Dlog.cc45 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/
Dwandcli-private.h25 #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/
Ddebug.cpp47 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/
DDiagnosticManager.cpp34 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/
Dlog.cc35 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/
Dminimal_logging.h54 #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/
Dsyslog_logging.h18 #define SYSLOG_STREAM(severity) \ argument
20 #define SYSLOG(severity) \ argument
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Draw_logging.h44 #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/
Draw_logging.h44 #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/
Draw_logging.h44 #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/
Draw_logging.h44 #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/
Draw_logging.h44 #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/
Draw_logging.h44 #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/
Dlogging.h14 #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/
Dlog.h29 explicit Log(const char* severity) { stream_ << severity << ": "; } in Log()
34 #define LOG(severity) tflite::label_image::Log(#severity).Stream() argument

1234567891011