HomeSort by relevance Sort by last modified time
    Searched refs:SEVERITY (Results 1 - 18 of 18) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 111 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local
112 isError = severity == IMarker.SEVERITY_ERROR;
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...]
  /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) {
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...]
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...]
  /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...]
ProjectHelper.java 709 // don't know their severity. so we loop on them and figure if they
712 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/uimodel/
UiViewElementNode.java 179 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local
180 if (severity == IMarker.SEVERITY_ERROR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 180 if (marker.getAttribute(IMarker.SEVERITY, IMarker.SEVERITY_INFO) ==
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 171 // don't know their severity. so we loop on them and figure if they
174 int s = m.getAttribute(IMarker.SEVERITY, -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 204 * @param severity the severity of the marker.
208 protected final IMarker markProject(String markerId, String message, int severity) {
209 return BaseProjectHelper.markResource(getProject(), markerId, message, severity);
371 int severity = marker.getAttribute(IMarker.SEVERITY, -1 /*defaultValue*/); local
372 if (severity == IMarker.SEVERITY_ERROR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 496 * @param severity The severity of the marker to put (IMarker.SEVERITY_*)
502 String message, String root, IProject project, String markerId, int severity) {
568 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1);
569 if (tmpSeverity != severity) {
591 startOffset, endOffset, severity);
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1719 milliseconds