HomeSort by relevance Sort by last modified time
    Searched defs:severity (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 54 #define severity_is(sev, kind) enum_is(sev, SEVERITY, kind)
140 * on all message IDs of a certain severity, then Insert() one of the
141 * previously specified IDs, giving us a known severity level, then call
142 * Control() on all message IDs of a certain severity level again.
145 * exist in any severity-specific list, so the second call will not
147 * The only entrypoint that gives a severity for a client-defined ID
151 * that an ID will either appear in none of the three severity lists,
154 * Because Insert() is the only place that will learn an ID's severity,
173 * 'source', 'type', and 'severity' are array indices like TYPE_ERROR,
178 GLuint id, int severity)
655 int source, type, severity; local
1089 severity; local
    [all...]
  /external/mesa3d/src/mesa/main/
errors.c 54 #define severity_is(sev, kind) enum_is(sev, SEVERITY, kind)
140 * on all message IDs of a certain severity, then Insert() one of the
141 * previously specified IDs, giving us a known severity level, then call
142 * Control() on all message IDs of a certain severity level again.
145 * exist in any severity-specific list, so the second call will not
147 * The only entrypoint that gives a severity for a client-defined ID
151 * that an ID will either appear in none of the three severity lists,
154 * Because Insert() is the only place that will learn an ID's severity,
173 * 'source', 'type', and 'severity' are array indices like TYPE_ERROR,
178 GLuint id, int severity)
655 int source, type, severity; local
1089 severity; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 32 import com.android.tools.lint.detector.api.Severity;
98 private Map<Issue, Severity> mSeverities = new HashMap<Issue, Severity>();
99 private Map<Issue, Severity> mInitialSeverities = Collections.<Issue, Severity>emptyMap();
179 mSearch.setMessage("type filter text (use ~ to filter by severity, e.g. ~ignore)");
229 severityLabel.setText("Severity:");
243 Severity severity = mConfiguration.getSeverity(issue); local
244 mSeverities.put(issue, severity);
327 Severity severity = mConfiguration.getSeverity(issue); local
353 Severity severity = entry.getValue(); local
464 Severity severity = getSeverity(issue); local
489 Severity severity; local
519 Severity severity = mSeverities.get(issue); local
682 Severity severity = mSeverities.get(issue); local
734 Severity severity = mSeverities.get(issue); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionServer.js 380 case WebInspector.extensionAPI.console.Severity.Log:
382 case WebInspector.extensionAPI.console.Severity.Warning:
384 case WebInspector.extensionAPI.console.Severity.Error:
386 case WebInspector.extensionAPI.console.Severity.Debug:
390 var level = convertSeverity(message.severity);
392 return this._status.E_BADARG("message.severity", message.severity);
412 return WebInspector.extensionAPI.console.Severity.Log;
414 return WebInspector.extensionAPI.console.Severity.Warning;
416 return WebInspector.extensionAPI.console.Severity.Error
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 831 final int severity = IMarker.SEVERITY_ERROR; local
844 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1);
845 if (tmpSeverity != severity) {
875 severity);
    [all...]
GraphicalEditorPart.java 2036 int severity = marker.getAttribute(IMarker.SEVERITY, -1); local
2041 int severity = marker.getAttribute(IMarker.SEVERITY, -1); local
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
manifest-merger.jar 
org-eclipse-equinox-common-3.6.0.jar 
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 51 import com.android.tools.lint.detector.api.Severity;
199 public void log(@NonNull Severity severity, @Nullable Throwable exception,
329 public void report(@NonNull Context context, @NonNull Issue issue, @NonNull Severity s,
332 int severity = getMarkerSeverity(s); local
341 message, 0, severity);
354 message, line, startOffset, endOffset, severity);
361 message, 0, severity);
373 if (s == Severity.FATAL) {
392 int prevSeverity = prev.getAttribute(IMarker.SEVERITY, 0)
    [all...]
LintList.java 28 import com.android.tools.lint.detector.api.Severity;
279 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local
280 if (severity == IMarker.SEVERITY_ERROR) {
282 } else if (severity == IMarker.SEVERITY_WARNING) {
773 Severity getSeverity(Issue issue) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 905 int severity = status != null ? status.getSeverity() : IStatus.OK; local
    [all...]
NewTemplatePage.java 702 int severity = status != null ? status.getSeverity() : IStatus.OK; local
704 if (severity == IStatus.ERROR) {
706 } else if (severity == IStatus.WARNING) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 1808 int severity = SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 520 milliseconds

12 3 4