Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DExtractAnnotationsTest.kt88 extractAnnotations = in Check java typedef extraction and warning about non-source retention of typedefs()
171 extractAnnotations = in Check Kotlin and referencing hidden constants from typedef()
254 extractAnnotations = in Check including only class retention annotations other than typedefs()
326 extractAnnotations = in Extract permission annotations()
400 extractAnnotations = in Include merged annotations in exported source annotations()
458 extractAnnotations = in Only including class retention annotations in stubs()
534 extractAnnotations = in Check warning about unexpected returns from typedef method()
683 extractAnnotations = in Test generics in XML attributes are encoded()
720 extractAnnotations = in Test string literal encoding()
774 extractAnnotations = in Test annotations on inherited methods()
[all …]
DAnnotationsMergerTest.kt886 extractAnnotations = in Merge Contract and Language annotations from XML files()
955 extractAnnotations = in Merge Contract and Language annotations from signature files()
DDriverTest.kt502 extractAnnotations: Map<String, String>? = null, in <lambda>()
968 if (extractAnnotations != null) { in <lambda>()
1209 if (extractAnnotations != null && extractedAnnotationsZip != null) { in <lambda>()
1214 for ((pkg, xml) in extractAnnotations) { in <lambda>()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt403 options.externalAnnotations?.let { extractAnnotations(progressTracker, codebase, it) } in processFlags()
731 private fun extractAnnotations(progressTracker: ProgressTracker, codebase: Codebase, file: File) { in extractAnnotations() method
735 ExtractAnnotations(codebase, options.reporter, outputFile).extractAnnotations() in extractAnnotations()
DExtractAnnotations.kt105 fun extractAnnotations() { in <lambda>() method