Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java765 LintDriver driver = new LintDriver(EclipseLintClient.getRegistry(), new LintClient() { in ensureNoLintWarnings() local
846 driver.analyze(Collections.singletonList(projectDir), Scope.ALL); in ensureNoLintWarnings()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintClient.java372 public Configuration getConfiguration(@NonNull Project project, @Nullable LintDriver driver) {