Home
last modified time | relevance | path

Searched refs:gatherSources (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt35 import com.android.tools.metalava.gatherSources in <lambda>()
4325 val files = gatherSources(src) in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt808 gatherSources(options.sourcePath) in loadFromSources()
1133 fun gatherSources(sourcePath: List<File>): List<File> { in gatherSources() method
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1416 …val generated = gatherSources(listOf(stubsDir)).asSequence().map { it.path }.toList().toTypedArray… in <lambda>()
1425gatherSources(listOf(extraAnnotationsDir)).asSequence().map { it.path }.toList().toTypedArray() in <lambda>()