Home
last modified time | relevance | path

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

1234567

/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.c291 static void DefaultErrorHandler(const ExceptionType magick_unused(severity), in DefaultErrorHandler()
333 static void DefaultFatalErrorHandler(const ExceptionType severity, in DefaultFatalErrorHandler()
375 static void DefaultWarningHandler(const ExceptionType magick_unused(severity), in DefaultWarningHandler()
512 static const char *ExceptionSeverityToTag(const ExceptionType severity) in ExceptionSeverityToTag()
584 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage()
922 const ExceptionType severity,const char *reason,const char *description) in ThrowException()
1025 const size_t line,const ExceptionType severity,const char *tag, in ThrowMagickExceptionList()
1076 const ExceptionType severity,const char *tag,const char *format,...) in ThrowMagickException()
/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()
/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.h110 #define SAFTM_LOG(severity) \ argument
148 #define SAFTM_DLOG(severity) SAFTM_NULLSTREAM argument
169 #define SAFTM_VLOG(severity) \ argument
174 #define SAFTM_VLOG(severity) SAFTM_NULLSTREAM argument
/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/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()
Dchannelz.h150 void AddTraceEvent(ChannelTrace::Severity severity, grpc_slice data) { in AddTraceEvent()
153 void AddTraceEventWithReference(ChannelTrace::Severity severity, in AddTraceEventWithReference()
181 void AddTraceEvent(ChannelTrace::Severity severity, grpc_slice data) { in AddTraceEvent()
184 void AddTraceEventWithReference(ChannelTrace::Severity severity, in AddTraceEventWithReference()
/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/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()
Dlog_android.cc30 static android_LogPriority severity_to_log_priority(gpr_log_severity severity) { in severity_to_log_priority()
42 void gpr_log(const char* file, int line, gpr_log_severity severity, in gpr_log()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dlogging.h38 LoggingWrapper(LogSeverity severity) in LoggingWrapper()
40 LoggingWrapper(LogSeverity severity, bool log) in LoggingWrapper()
63 #define TFLITE_LOG(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
Dlogging.cc11 const char* severity) in LogMessage()
17 const char* severity, in LogMessage()
/external/google-breakpad/src/processor/
Dlogging.h157 #define BPLOG_LOG_IS_ON(severity) \ argument
162 #define BPLOG(severity) BPLOG_LAZY_STREAM(severity, BPLOG_LOG_IS_ON(severity)) argument
183 #define BPLOG_IF(severity, condition) \ argument
/external/tensorflow/tensorflow/lite/
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()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMErrorImpl.java73 public DOMErrorImpl(short severity, String message, String type) { in DOMErrorImpl()
85 public DOMErrorImpl(short severity, String message, String type, in DOMErrorImpl()
101 public DOMErrorImpl(short severity, String message, String type, in DOMErrorImpl()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dlogging.cc26 LogMessage::LogMessage(const char* fname, int line, int severity) in LogMessage()
123 void LogString(const char* fname, int line, int severity, in LogString()
128 void LogPrintF(const int severity, const char* format, ...) { in LogPrintF()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.h80 void AddTraceEvent(ChannelTrace::Severity severity, grpc_slice data) { in AddTraceEvent()
83 void AddTraceEventWithReference(ChannelTrace::Severity severity, in AddTraceEventWithReference()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DCallSessionFileRotatingLogSink.java42 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink()
54 String dirPath, int maxFileSize, int severity); in nativeAddSink()
/external/libchrome/base/
Dlogging.h395 #define LOG_IS_ON(severity) \ argument
418 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() argument
420 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity)) argument
421 #define LOG_IF(severity, condition) \ argument
459 #define PLOG_STREAM(severity) \ argument
463 #define PLOG_STREAM(severity) \ argument
468 #define PLOG(severity) \ argument
471 #define PLOG_IF(severity, condition) \ argument
803 #define DLOG_IS_ON(severity) LOG_IS_ON(severity) argument
804 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
[all …]
/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()

1234567