HomeSort by relevance Sort by last modified time
    Searched full:severity (Results 176 - 200 of 1265) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 45 static void kernel_logger(android::base::LogId, android::base::LogSeverity severity, const char*,
47 if (severity == android::base::ERROR || severity == android::base::FATAL) {
49 } else if (severity == android::base::WARNING) {
  /toolchain/binutils/binutils-2.25/include/vms/
eidc.h 46 #define EIDC__V_ERRSEV_SH 3 /* Error severity. */
  /external/ImageMagick/ImageMagick/api/
exception.html 91 <p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
179 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
184 const char *GetLocaleExceptionMessage(const ExceptionType severity,
195 <dt>severity</dt>
196 <dd>the severity of the exception. </dd>
333 <dd>the warning severity. </dd>
413 <p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
419 const ExceptionType severity,const char *reason,
434 <dt>severity</dt>
435 <dd>the severity of the exception. </dd
    [all...]
  /external/ImageMagick/www/api/
exception.html 95 <p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
183 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
188 const char *GetLocaleExceptionMessage(const ExceptionType severity,
199 <dt>severity</dt>
200 <dd>the severity of the exception. </dd>
337 <dd>the warning severity. </dd>
417 <p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
423 const ExceptionType severity,const char *reason,
438 <dt>severity</dt>
439 <dd>the severity of the exception. </dd
    [all...]
exception.php 91 <p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
179 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
184 const char *GetLocaleExceptionMessage(const ExceptionType severity,
195 <dt>severity</dt>
196 <dd>the severity of the exception. </dd>
333 <dd>the warning severity. </dd>
413 <p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
419 const ExceptionType severity,const char *reason,
434 <dt>severity</dt>
435 <dd>the severity of the exception. </dd
    [all...]
  /system/core/base/
logging_test.cpp 123 std::string make_log_pattern(android::base::LogSeverity severity,
126 char log_char = log_characters[severity];
182 android::base::ScopedLogSeverity severity(android::base::DEBUG);
223 // will evaluate to true (when severity is high enough) and once when we
224 // expect it to evaluate to false (when severity is not high enough).
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-builder-3.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/
manifest-merger-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.1/
manifest-merger-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.3/
manifest-merger-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.0/
manifest-merger-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.1/
manifest-merger-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.3/
manifest-merger-22.7.3.jar 
  /external/webrtc/webrtc/base/
logging.h 14 // The severity level passed as the first argument to the LOGging
21 // LOG(sev) logs the given stream at severity "sev", which must be a
178 // GetLogToStream gets the severity for the specified stream, of if none
179 // is specified, the minimum stream severity.
202 LoggingSeverity severity,
208 // The severity level of this message
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 181 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local
183 switch (severity) {
203 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local
204 if (severity == IMarker.SEVERITY_ERROR) {
  /toolchain/binutils/binutils-2.25/binutils/
mclex.c 196 while (h && strcmp (h->group_name, "severity") != 0)
293 mc_add_keyword_ascii ("Severity", MCSEVERITY, "keyword", 0, NULL);
297 mc_add_keyword_ascii ("Success", MCTOKEN, "severity", 0, NULL);
298 mc_add_keyword_ascii ("Informational", MCTOKEN, "severity", 1, NULL);
299 mc_add_keyword_ascii ("Warning", MCTOKEN, "severity", 2, NULL);
300 mc_add_keyword_ascii ("Error", MCTOKEN, "severity", 3, NULL);
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 18 return { 'severity' : diag.severity,
  /external/mesa3d/src/mapi/glapi/gen/
ARB_debug_output.xml 58 <param name="severity" type="GLenum"/>
68 <param name="severity" type="GLenum"/>
  /external/webrtc/talk/app/webrtc/objc/public/
RTCFileLogger.h 56 // The severity level to capture. The default is kRTCFileLoggerSeverityInfo.
57 @property(nonatomic, assign) RTCFileLoggerSeverity severity; variable
  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 69 DiagnosticEngine::Severity pSeverity) {
71 m_State.severity = pSeverity;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES32.spec 3 void glDebugMessageControl ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
4 void glDebugMessageInsert ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf )
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 36 __u8 severity; member in struct:mce
  /external/ImageMagick/MagickCore/
xwindow-private.h 54 #define ThrowXWindowException(severity,tag,context) \
60 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
66 #define ThrowXWindowFatalException(severity,tag,context) \
68 ThrowXWindowException(severity,tag,context); \

Completed in 1684 milliseconds

1 2 3 4 5 6 78 91011>>