Home
last modified time | relevance | path

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

/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/
H A DBaseModelTest.kt230 private fun testFilesToInputSets(testFiles: Array<out TestFile>): Array<InputSet> { in <lambda>() method
248 sources = testFilesToInputSets(sources), in <lambda>()
249 commonSources = testFilesToInputSets(commonSources), in <lambda>()
309 sources = testFilesToInputSets(sources), in <lambda>()
311 testFilesToInputSets(commonSources).associateBy { it.inputFormat }, in <lambda>()