Searched defs:severity (Results 1 - 25 of 116) sorted by relevance

12345

/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCFileLogger.h56 // The severity level to capture. The default is kRTCFileLoggerSeverityInfo.
57 @property(nonatomic, assign) RTCFileLoggerSeverity severity; variable
/external/tensorflow/tensorflow/contrib/tensorrt/log/
H A Dtrt_logger.cc26 void Logger::log(Severity severity, const char* msg) { argument
28 switch (severity) {
48 LOG(FATAL) << name_ << "Got unknown severity level from TRT " << msg;
/external/ImageMagick/MagickWand/tests/
H A Dadd_last.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_mixed.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_norm.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_first.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_first_lists.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_index.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_last_lists.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_mixed_lists.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dadd_norm_lists.c6 * severity >= ErrorException
13 severity; local
15 description=MagickGetException(wand,&severity);
H A Dloop_over_lists.c9 * severity >= ErrorException
16 severity; local
18 description=MagickGetException(wand,&severity);
/external/bsdiff/
H A Dlogging.cc11 const char* severity)
12 : LogMessage(file, line, severity, -1) {}
17 const char* severity,
24 stream_ << severity << " " << timestamp << " " << file << ":" << line << ": ";
9 LogMessage(const char* file, unsigned int line, const char* severity) argument
15 LogMessage(const char* file, unsigned int line, const char* severity, int error) argument
/external/libtextclassifier/util/base/
H A Dlogging.cc53 LogMessage::LogMessage(LogSeverity severity, const char *file_name, argument
55 : severity_(severity) {
H A Dlogging_raw.cc34 int GetAndroidLogLevel(LogSeverity severity) { argument
35 switch (severity) {
50 void LowLevelLogging(LogSeverity severity, const std::string& tag, argument
52 const int android_log_level = GetAndroidLogLevel(severity);
73 const char *LogSeverityToString(LogSeverity severity) {
74 switch (severity) {
89 void LowLevelLogging(LogSeverity severity, const std::string &tag,
91 fprintf(stderr, "[%s] %s : %s\n", LogSeverityToString(severity), tag.c_str(),
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDiagnosticsBase.cpp43 Diagnostics::Severity Diagnostics::severity(ID id) function in class:pp::Diagnostics
/external/ImageMagick/api_examples/
H A Dwand.c27 * severity >= ErrorException
34 severity; local
36 description=MagickGetException(wand,&severity);
/external/tcpdump/
H A Dprint-syslog.c85 uint16_t facility,severity; local
90 * severity and facility values
115 severity = pri & SYSLOG_SEVERITY_MASK;
121 tok2str(syslog_severity_values, "unknown (%u)", severity),
130 tok2str(syslog_severity_values, "unknown (%u)", severity),
131 severity));
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DCallSessionFileRotatingLogSink.java42 String dirPath, int maxFileSize, Logging.Severity severity) {
43 nativeSink = nativeAddSink(dirPath, maxFileSize, severity.ordinal());
54 String dirPath, int maxFileSize, int severity);
41 CallSessionFileRotatingLogSink( String dirPath, int maxFileSize, Logging.Severity severity) argument
53 nativeAddSink( String dirPath, int maxFileSize, int severity) argument
/external/ImageMagick/www/source/wand/
H A Dsigmoidal-contrast.c43 description=GetWandViewException(view,&severity); \
50 description=MagickGetException(wand,&severity); \
60 severity; local
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h27 severity(0), category(0) {}
31 /// \brief Return the severity of the diagnostic.
89 unsigned severity; member in class:clang::CXLoadedDiagnostic
/external/google-breakpad/src/processor/
H A Dlogging.cc54 LogStream::LogStream(std::ostream &stream, Severity severity, argument
69 switch (severity) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_debug.c123 enum mesa_debug_severity severity; local
129 severity = MESA_DEBUG_SEVERITY_MEDIUM;
134 severity = MESA_DEBUG_SEVERITY_MEDIUM;
139 severity = MESA_DEBUG_SEVERITY_NOTIFICATION;
144 severity = MESA_DEBUG_SEVERITY_NOTIFICATION;
149 severity = MESA_DEBUG_SEVERITY_NOTIFICATION;
154 severity = MESA_DEBUG_SEVERITY_NOTIFICATION;
159 severity = MESA_DEBUG_SEVERITY_NOTIFICATION;
164 _mesa_gl_vdebug(st->ctx, id, source, type, severity, fmt, args);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) argument
149 /* check severity level */
150 if (severity > severityLevel)
176 printf("Unrecognized error: Severity=%d; HashCode=%lu; SerialNum=%d\n", severity, hashCode, serialNum);
187 void EAS_Report (int severity, const char *fmt, ...) argument
191 /* check severity level */
192 if (severity > severityLevel)
217 void EAS_ReportX (int severity, const char *fmt, ...) argument
221 /* check severity level */
222 if (severity > severityLeve
248 EAS_SetDebugLevel(int severity) argument
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A DDiagnostics.cpp38 void TDiagnostics::writeInfo(Severity severity, argument
45 switch(severity)
56 UNREACHABLE(severity);
79 writeInfo(severity(id), loc, message(id), text, "");

Completed in 600 milliseconds

12345