Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DExtractAnnotationsTest.kt81 extractAnnotations = mapOf( in Check java typedef extraction and warning about non-source retention of typedefs()
159 extractAnnotations = mapOf( in Check Kotlin and referencing hidden constants from typedef()
237 extractAnnotations = mapOf( in Check including only class retention annotations other than typedefs()
305 extractAnnotations = mapOf( in Extract permission annotations()
372 extractAnnotations = mapOf( in Include merged annotations in exported source annotations()
423 extractAnnotations = mapOf( in Only including class retention annotations in stubs()
495 extractAnnotations = mapOf( in Check warning about unexpected returns from typedef method()
DDriverTest.kt382 extractAnnotations: Map<String, String>? = null, in <lambda>()
1075 val extractAnnotationsArgs = if (extractAnnotations != null) { in <lambda>()
1356 if (extractAnnotations != null && extractedAnnotationsZip != null) { in <lambda>()
1361 for ((pkg, xml) in extractAnnotations) { in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt434 options.externalAnnotations?.let { extractAnnotations(codebase, it) } in processFlags()
998 private fun extractAnnotations(codebase: Codebase, file: File) { in extractAnnotations() method
1006 ).extractAnnotations() in extractAnnotations()
DExtractAnnotations.kt101 fun extractAnnotations() { in <lambda>() method