Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DExtractAnnotationsTest.kt75 fun `Check java typedef extraction and warning about non-source retention of typedefs`() { in Check java typedef extraction and warning about non-source retention of typedefs()
109 fun `Check Kotlin and referencing hidden constants from typedef`() { in Check Kotlin and referencing hidden constants from typedef()
447 fun `Check warning about unexpected returns from typedef method`() { in Check warning about unexpected returns from typedef method()
524 fun `No typedef signatures in api files`() { in No typedef signatures in api files()
560 fun `Inlining typedef signatures in api files`() { in Inlining typedef signatures in api files()
596 fun `Referencing typedef signatures in api files`() { in Referencing typedef signatures in api files()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt486 val typedef = annotation.findTypedefAnnotation() in <lambda>() constant
487 if (typedef != null) { in <lambda>()
488 printAnnotation = typedef in <lambda>()
/tools/metalava/
DREADME.md17 the typedef annotations, which cannot be stored in the SDK as .class level
277 just one example, the code which generated documentation for typedef constants
461 typedef macro), but should also help Dokka -- and arguably the Kotlin code which