Home
last modified time | relevance | path

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

/lint-checks/src/test/java/androidx/build/lint/
DSampledAnnotationDetectorTest.kt135 sampleFile: TestFile, in getDetector()
153 files = arrayOf(sampleFile, sampledStub) in getDetector()
197 val sampleFile = emptySampleFile in unresolvedSampleLink_Function() constant
206 checkKotlin(fooFile = fooFile, sampleFile = sampleFile, expectedText = expected) in unresolvedSampleLink_Function()
225 val sampleFile = unannotatedSampleFile in unannotatedSampleFunction_Function() constant
234 checkKotlin(fooFile = fooFile, sampleFile = sampleFile, expectedText = expected) in unannotatedSampleFunction_Function()
253 val sampleFile = multipleMatchingSampleFile in multipleMatchingSampleFunctions_Function() constant
264 sampleFile = sampleFile, in multipleMatchingSampleFunctions_Function()
288 val sampleFile = correctlyAnnotatedSampleFile in correctlyAnnotatedSampleFunction_Function() constant
290 checkKotlin(fooFile = fooFile, sampleFile = sampleFile, expectedText = null) in correctlyAnnotatedSampleFunction_Function()
[all …]