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

1 2 34 5 6 7 8 91011>>

  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 27 severity(0), category(0) {}
31 /// \brief Return the severity of the diagnostic.
89 unsigned severity; member in class:clang::CXLoadedDiagnostic
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAuditCategory.js 83 addResult: function(displayName, description, severity, details)
87 result.severity = severity;
AuditsPanel.js 287 addRule: function(rule, severity)
289 rule.severity = severity;
317 WebInspector.AuditRule.Severity = {
340 set severity(severity)
342 this._severity = severity;
348 result.severity = this._severity;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 111 * @param severity the severity of the marker.
115 String message, int lineNumber, int severity) {
116 return markResource(resource, markerId, message, lineNumber, -1, -1, severity);
131 * @param severity the severity of the marker.
136 String message, int lineNumber, int startOffset, int endOffset, int severity) {
144 marker.setAttribute(IMarker.SEVERITY, severity);
181 * @param severity the severity of the marker
    [all...]
  /external/chromium/base/
logging_win.h 57 static bool LogMessage(logging::LogSeverity severity, const char* file,
71 // The log severity prior to OnEventsEnabled,
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.cpp 38 bool logMessageHandler(int severity, const char* file, int line, size_t message_start, const std::string& str) {
40 switch(severity) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
PrivateResourceDetector.java 24 import com.android.tools.lint.detector.api.Severity;
47 Severity.FATAL,
SetJavaScriptEnabledDetector.java 26 import com.android.tools.lint.detector.api.Severity;
47 Severity.WARNING,
WrongLocationDetector.java 26 import com.android.tools.lint.detector.api.Severity;
47 Severity.ERROR,
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Issue.java 33 * by a {@link Detector}, and has an associated {@link Severity}.
52 private final Severity mSeverity;
66 @NonNull Severity severity,
75 mSeverity = severity;
90 * @param severity the default severity of the issue
102 @NonNull Severity severity,
105 return new Issue(id, description, explanation, category, priority, severity,
    [all...]
Context.java 277 && mConfiguration.getSeverity(issue) == Severity.IGNORE) {
281 Severity severity = configuration.getSeverity(issue); local
282 if (severity == Severity.IGNORE) {
286 mDriver.getClient().report(this, issue, severity, location, message, data);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
properties.html 16 <li>Status: Various severity messages</li>
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
directx.h 56 /* Severity codes */
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 133 * @param severity CMAS severity
139 String language, String body, int cmasCategory, int responseType, int severity,
143 severity, urgency, certainty);
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
ApiLookupTest.java 20 import com.android.tools.lint.detector.api.Severity;
179 public void log(Severity severity, Throwable exception, String format,
195 log(Severity.WARNING, exception, format, args);
AbstractCheckTest.java 35 import com.android.tools.lint.detector.api.Severity;
355 public void report(Context context, Issue issue, Severity severity, Location location,
361 if (severity == Severity.FATAL) {
363 severity = Severity.ERROR;
378 super.report(context, issue, severity, location, message, data);
472 public void setSeverity(Issue issue, Severity severity) {
    [all...]
  /tools/motodev/src/plugins/logger.collector/src/com/motorola/studio/android/logger/collector/util/
PlatformException.java 25 * severity is <code>IStatus.CANCEL</code>.
  /sdk/lint/cli/src/com/android/tools/lint/
MultiProjectHtmlReporter.java 20 import com.android.tools.lint.detector.api.Severity;
106 if (warning.severity == Severity.ERROR || warning.severity == Severity.FATAL) {
108 } else if (warning.severity == Severity.WARNING) {
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/commandoutput/
TextOutputter.java 36 import com.motorolamobility.preflighting.core.validation.ValidationResultData.SEVERITY;
233 * {Severity} : {Issue Description}
238 if (printSeverity && !d.getSeverity().equals(SEVERITY.OK))
240 // Append severity
247 if (printSeverity && !d.getSeverity().equals(SEVERITY.OK))
  /tools/motodev/src/plugins/preflighting.samplecheckers.findviewbyid/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/implementation/
FindViewByIdVisitor.java 36 import com.motorolamobility.preflighting.core.validation.ValidationResultData.SEVERITY;
56 private final SEVERITY severityLevel;
64 * @param severityLevel the condition default severity level
70 public FindViewByIdVisitor(String id, SEVERITY severityLevel, String markerType,
192 //set description, quick fix, and severity level
  /hardware/ti/wlan/wl1271/utils/
report.h 48 * The report mechanism: Messages are reported per file and severity Level \n
50 * and each severity has a severity flag which indicate if reporting for that severity is enabled. \n
217 /* Report Severity values */
221 * \brief Report Severity Types
224 * All available severity Levels of the events which are reported to user.\n
237 REPORT_SEVERITY_MAX = REPORT_SEVERITY_CONSOLE + 1 /**< Maximum number of report severity levels */
268 TI_UINT8 aSeverityTable[REPORT_SEVERITY_MAX]; /**< Severities Table: Table which holds for each severity level a flag which indicates whether the severity is enabled for reporting *
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 76 // Logs a message at the given severity level.
77 void GTestLog(GTestLogSeverity severity, const char* file,
80 severity == GTEST_INFO ? "[ INFO ]" :
81 severity == GTEST_WARNING ? "[WARNING]" :
82 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]";
84 if (severity == GTEST_FATAL) {
  /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) {
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.audits.html 52 results.Severity.Severe,
56 results.Severity.Info);
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 18 return { 'severity' : diag.severity,

Completed in 2279 milliseconds

1 2 34 5 6 7 8 91011>>