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 78 File otherDir = new File(dir, "otherConfig");
82 ProjectLintConfiguration otherConfig =
86 new ProjectLintConfiguration(client, project, otherConfig, false);
94 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
95 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
102 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR);
103 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
114 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
115 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
118 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 182 milliseconds