Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DCoreApiTest.kt116 ARG_HIDE_ANNOTATION, "libcore.api.LibCoreHidden" in Hidden with hide annotation()
210 ARG_HIDE_ANNOTATION, "libcore.api.LibCoreHidden" in Hidden with package javadoc and hiding default constructor explicitly()
267 ARG_HIDE_ANNOTATION, "libcore.api.LibCoreHidden" in Complain if annotating a member and the surrounding class is not included()
DAnnotationsMergerTest.kt331 ARG_HIDE_ANNOTATION, "test.annotation.Hide", in Merge inclusion annotations from Java stub files using --show-single-annotation()
DDriverTest.kt692 args.add(ARG_HIDE_ANNOTATION) in <lambda>()
1759 if (s == ARG_HIDE_ANNOTATION) { in checkSignaturesWithDoclava()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt103 const val ARG_HIDE_ANNOTATION = "--hide-annotation" in <lambda>() constant
734 ARG_HIDE_ANNOTATION, "--hideAnnotations", "-hideAnnotation" -> in <lambda>()
1934 …"$ARG_HIDE_ANNOTATION <annotation class>", "Treat any elements annotated with the given annotation… in <lambda>()