HomeSort by relevance Sort by last modified time
    Searched refs:severity (Results 1 - 25 of 1035) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bsdiff/
logging.h 14 #define LOG(severity) LogMessage(__FILE__, __LINE__, #severity).stream()
17 #define PLOG(severity) LogMessage(__FILE__, __LINE__, #severity, errno).stream()
22 LogMessage(const char* file, unsigned int line, const char* severity);
26 const char* severity,
logging.cc 11 const char* severity)
12 : LogMessage(file, line, severity, -1) {}
17 const char* severity,
24 stream_ << severity << " " << timestamp << " " << file << ":" << line << ": ";
  /system/tpm/tpm_manager/server/
tpm_util.h 22 #define TPM_LOG(severity, result) \
23 LOG(severity) << "TPM error 0x" << std::hex << result << " (" \
  /external/sonivox/arm-wt-22k/host_src/
eas_report.h 60 extern void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...);
65 extern void EAS_Report (int severity, const char* fmt, ...);
66 extern void EAS_ReportX (int severity, const char* fmt, ...);
70 extern void EAS_SetDebugLevel (int severity);
eas_report.c 144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...)
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, ...)
191 /* check severity level */
192 if (severity > severityLevel)
217 void EAS_ReportX (int severity, const char *fmt, ...)
221 /* check severity level *
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDebugMessageInsertKHR.java 1 // C function void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf )
7 int severity,
glDebugMessageCallback.java 4 void onMessage(int source, int type, int id, int severity, String message);
glDebugMessageCallbackKHR.java 4 void onMessage(int source, int type, int id, int severity, String message);
  /external/libtextclassifier/util/base/
logging_raw.cc 34 int GetAndroidLogLevel(LogSeverity severity) {
35 switch (severity) {
50 void LowLevelLogging(LogSeverity severity, const std::string& tag,
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(),
logging_raw.h 28 // severity. From android/log.h: "the tag normally corresponds to the component
30 void LowLevelLogging(LogSeverity severity, const std::string &tag,
logging.cc 53 LogMessage::LogMessage(LogSeverity severity, const char *file_name,
55 : severity_(severity) {
  /external/webrtc/talk/app/webrtc/objc/
RTCLogging.mm 32 rtc::LoggingSeverity RTCGetNativeLoggingSeverity(RTCLoggingSeverity severity) {
33 switch (severity) {
45 void RTCLogEx(RTCLoggingSeverity severity, NSString* logString) {
48 LOG_V(RTCGetNativeLoggingSeverity(severity)) << utf8String;
52 void RTCSetMinDebugLogLevel(RTCLoggingSeverity severity) {
53 rtc::LogMessage::LogToDebug(RTCGetNativeLoggingSeverity(severity));
  /external/webrtc/webrtc/base/objc/
RTCLogging.mm 15 rtc::LoggingSeverity RTCGetNativeLoggingSeverity(RTCLoggingSeverity severity) {
16 switch (severity) {
28 void RTCLogEx(RTCLoggingSeverity severity, NSString* log_string) {
31 LOG_V(RTCGetNativeLoggingSeverity(severity)) << utf8_string;
35 void RTCSetMinDebugLogLevel(RTCLoggingSeverity severity) {
36 rtc::LogMessage::LogToDebug(RTCGetNativeLoggingSeverity(severity));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 49 String severity = null; local
52 severity = "[Warning]";
54 severity = "[Error]";
56 severity = "[Fatal Error]";
59 System.err.println(severity + ": " + error.getMessage() + "\t");
  /external/ImageMagick/MagickWand/
wandcli-private.h 25 #define CLIWandException(severity,tag,option) \
26 (void) CLIThrowException(cli_wand,GetMagickModule(),severity,tag, \
29 #define CLIWandExceptionArg(severity,tag,option,arg) \
30 (void) CLIThrowException(cli_wand,GetMagickModule(),severity,tag, \
38 #define CLIWandExceptionFile(severity,tag,context) \
40 (void) CLIThrowException(cli_wand,GetMagickModule(),severity,tag, \
45 #define CLIWandExceptionBreak(severity,tag,option) \
46 { CLIWandException(severity,tag,option); break; }
48 #define CLIWandExceptionReturn(severity,tag,option) \
49 { CLIWandException(severity,tag,option); return;
    [all...]
magick-wand-private.h 29 #define ThrowWandException(severity,tag,context) \
31 (void) ThrowMagickException(wand->exception,GetMagickModule(),severity, \
35 #define ThrowWandFatalException(severity,tag,context) \
41 (void) ThrowMagickException(fatal_exception,GetMagickModule(),severity,tag, \
46 _exit((int) (severity-FatalErrorException)+1); \
  /external/ImageMagick/MagickCore/
exception-private.h 29 #define ThrowBinaryException(severity,tag,context) \
32 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
36 #define ThrowFatalException(severity,tag) \
46 (void) ThrowMagickException(fatal_exception,GetMagickModule(),severity, \
52 _exit((int) (severity-FatalErrorException)+1); \
54 #define ThrowFileException(exception,severity,tag,context) \
60 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
65 #define ThrowImageException(severity,tag) \
67 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
71 #define ThrowReaderException(severity,tag)
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
CallSessionFileRotatingLogSink.java 42 String dirPath, int maxFileSize, Logging.Severity severity) {
43 nativeSink = nativeAddSink(dirPath, maxFileSize, severity.ordinal());
54 String dirPath, int maxFileSize, int severity);
  /external/tensorflow/tensorflow/core/platform/
logging.h 32 // "severity" as if it came from a LOG call at "fname:line"
33 void LogString(const char* fname, int line, int severity,
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMErrorImpl.java 45 private final short severity; field in class:DOMErrorImpl
48 public DOMErrorImpl(short severity, String type) {
49 this.severity = severity;
54 return severity;
  /external/google-breakpad/src/processor/
logging.h 33 // BPLOG(severity) << "message";
34 // severity may be INFO, ERROR, or other values defined in this file.
41 // system may be overridden by redefining BPLOG(severity). These
95 enum Severity {
101 // indicated severity. The file and line parameters should be set so as to
103 LogStream(std::ostream &stream, Severity severity,
157 #define BPLOG_LOG_IS_ON(severity) \
158 ((google_breakpad::LogStream::SEVERITY_ ## severity) >= \
162 #define BPLOG(severity) BPLOG_LAZY_STREAM(severity, BPLOG_LOG_IS_ON(severity)
    [all...]
  /external/libbrillo/brillo/
syslog_logging.cc 36 static bool HandleMessage(int severity,
41 switch (severity) {
43 severity = kSyslogInfo;
47 severity = kSyslogWarning;
51 severity = kSyslogError;
55 severity = kSyslogCritical;
59 severity = kSyslogDebug;
71 syslog(severity, "%s", str);
74 return !s_log_to_stderr && severity != kSyslogCritical;
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 28 DiagnosticEngine::Severity Severity;
120 DiagnosticEngine::Severity severity = static_info->Severity; local
125 severity = DiagnosticEngine::Ignore;
137 severity = DiagnosticEngine::Error;
139 severity = DiagnosticEngine::Ignore;
143 severity = DiagnosticEngine::Error;
145 severity = DiagnosticEngine::Ignore
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/log/
trt_logger.h 31 void log(nvinfer1::ILogger::Severity severity, const char* msg) override;
trt_logger.cc 26 void Logger::log(Severity severity, const char* msg) {
28 switch (severity) {
29 case Severity::kINFO: { // Mark TRT info messages as debug!
33 case Severity::kWARNING: {
37 case Severity::kERROR: {
41 case Severity::kINTERNAL_ERROR: {
48 LOG(FATAL) << name_ << "Got unknown severity level from TRT " << msg;

Completed in 433 milliseconds

1 2 3 4 5 6 7 8 91011>>