HomeSort by relevance Sort by last modified time
    Searched defs:otherConfig (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 79 File otherDir = new File(dir, "otherConfig");
83 ProjectLintConfiguration otherConfig =
87 new ProjectLintConfiguration(client, project, otherConfig, false);
95 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
96 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
103 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR);
104 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
115 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
116 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
119 assertFalse(otherConfig.isEnabled(usuallyEnabledIssue))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 167 milliseconds