Searched refs:extractAnnotations (Results 1 – 5 of 5) sorted by relevance
88 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 …]
886 extractAnnotations = in Merge Contract and Language annotations from XML files()955 extractAnnotations = in Merge Contract and Language annotations from signature files()
502 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>()
403 options.externalAnnotations?.let { extractAnnotations(progressTracker, codebase, it) } in processFlags()731 private fun extractAnnotations(progressTracker: ProgressTracker, codebase: Codebase, file: File) { in extractAnnotations() method735 ExtractAnnotations(codebase, options.reporter, outputFile).extractAnnotations() in extractAnnotations()
105 fun extractAnnotations() { in <lambda>() method