HomeSort by relevance Sort by last modified time
    Searched full:severity (Results 301 - 325 of 400) sorted by null

<<111213141516

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 99 * 'logcat -v long'. The first line represents the date, tag, severity, etc.. while the
102 * <code>"[ 00-00 00:00:00.000 &lt;pid&gt;:0x&lt;???&gt; &lt;severity&gt;/&lt;tag&gt;]"</code>
104 * Note: severity is one of V, D, I, W, or EM<br>
    [all...]
  /external/icu4c/common/unicode/
utrace.h 40 * Trace severity levels. Higher levels increase the verbosity of the trace output.
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 83 'Logger::LogDevice::LogDeviceMutex', 'Logger::Severity',
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionServer.js 360 auditResult.addResult(request.displayName, request.description, request.severity, request.details);
  /hardware/ti/wlan/wl1271/utils/
report.c 216 /* Severity table description */
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 49 * <code>"no-input-specified"</code> and its <code>DOMError.severity</code>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 639 // don't know their severity. so we loop on them and figure if they
642 int s = m.getAttribute(IMarker.SEVERITY, -1);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 2022 int severity = marker.getAttribute(IMarker.SEVERITY, -1); local
2027 int severity = marker.getAttribute(IMarker.SEVERITY, -1); local
    [all...]
  /external/clang/docs/
InternalsManual.html 122 href="#SourceLocation">SourceLocation</a> to "put the caret", and a severity (e.g.
138 <p>In this example, you can see the English translation, the severity (error),
155 the severity of the diagnostic and the English translation + format string.</p>
158 start with err_, warn_, ext_ to encode the severity into the name. Since the
162 <p>The severity of the diagnostic comes from the set {<tt>NOTE</tt>,
164 <tt>ERROR</tt> severity is used for diagnostics indicating the program is never
171 <tt>WARNING</tt> severity is used for constructs that are valid in the currently
181 be mapped are <tt>NOTE</tt>s, which always follow the severity of the previously
489 severity onto a diagnostic level, then (assuming the diagnostic is not mapped to
    [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.webInspector.audits.html 369 results.Severity.Severe,
373 results.Severity.Info);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 1775 int severity = SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN; local
    [all...]
  /external/chromium/third_party/libevent/
event.h 343 typedef void (*event_log_cb)(int severity, const char *msg);
347 @param cb a function taking two arguments: an integer severity between
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 1404 ne_null_log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...)
1406 if (ctx && severity && fmt)
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/clang/bindings/python/clang/
cindex.py 275 diagnostic severity, the message, the location the diagnostic occurred, as
292 def severity(self): member in class:Diagnostic
363 return "<Diagnostic severity %r, location %r, spelling %r>" % (
364 self.severity, self.location, self.spelling)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 491 // reduce icon severity from error to warning
  /external/kernel-headers/original/linux/
pci_regs.h 407 #define PCI_ERR_UNCOR_SEVER 12 /* Uncorrectable Error Severity */
  /external/libvpx/
vpxdec.c 511 nestegg_log_cb(nestegg * context, unsigned int severity, char const * format,
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 674 * \param uLevel - Severity level of the trace message
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnSmSpecific.c 687 /* check whether enter PS is required - according to the roaming reason severity */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci_regs.h 438 #define PCI_ERR_UNCOR_SEVER 12 /* Uncorrectable Error Severity */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h 438 #define PCI_ERR_UNCOR_SEVER 12 /* Uncorrectable Error Severity */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h 438 #define PCI_ERR_UNCOR_SEVER 12 /* Uncorrectable Error Severity */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 218 static bool LogMessageIgnorer(int severity, const char* file, int line,
222 if (severity == logging::LOG_FATAL) {
    [all...]

Completed in 1189 milliseconds

<<111213141516