Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DExtractAnnotationsTest.kt82 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()
119 fun `Check Kotlin and referencing hidden constants from typedef`() { in Check Kotlin and referencing hidden constants from typedef()
476 fun `Check warning about unexpected returns from typedef method`() { in Check warning about unexpected returns from typedef method()
557 fun `No typedef signatures in api files`() { in No typedef signatures in api files()
591 fun `Inlining typedef signatures in api files`() { in Inlining typedef signatures in api files()
630 fun `Referencing typedef signatures in api files`() { in Referencing typedef signatures in api files()
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DModifierListWriter.kt307 val typedef = annotation.findTypedefAnnotation() in <lambda>() constant
308 if (typedef != null) { in <lambda>()
309 printAnnotation = typedef in <lambda>()
/tools/metalava/metalava/src/test/resources/
Dsource-model-provider-baseline.txt39 Check java typedef extraction and warning about non-source retention of typedefs[turbine]
40 Check warning about unexpected returns from typedef method[turbine]
43 Inlining typedef signatures in api files[turbine]
/tools/metalava/
DREADME.md17 the typedef annotations, which cannot be stored in the SDK as .class level
298 just one example, the code which generated documentation for typedef constants
482 typedef macro), but should also help Dokka -- and arguably the Kotlin code which