Home
last modified time | relevance | path

Searched refs:ARG_HIDE_PACKAGE (Results 1 – 9 of 9) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DShowAnnotationTest.kt50 ARG_HIDE_PACKAGE, "android.annotation", in Basic showAnnotation test()
51 ARG_HIDE_PACKAGE, "android.support.annotation" in Basic showAnnotation test()
108 ARG_HIDE_PACKAGE, "android.annotation", in Basic showAnnotation with showUnannotated test()
109 ARG_HIDE_PACKAGE, "android.support.annotation" in Basic showAnnotation with showUnannotated test()
169 ARG_HIDE_PACKAGE, "android.annotation", in Check @TestApi handling()
170 ARG_HIDE_PACKAGE, "android.support.annotation" in Check @TestApi handling()
251 ARG_HIDE_PACKAGE, "android.annotation", in Include interface-inherited fields in stubs()
252 ARG_HIDE_PACKAGE, "android.support.annotation" in Include interface-inherited fields in stubs()
299 ARG_HIDE_PACKAGE, "android.annotation", in No UnhiddenSystemApi warning for --show-single-annotations()
300 ARG_HIDE_PACKAGE, "android.support.annotation" in No UnhiddenSystemApi warning for --show-single-annotations()
DNullnessMigrationTest.kt57 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in Test Kotlin-style null signatures()
106 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in Method which is now marked null should be marked as recently migrated null()
153 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in Parameter which is now marked null should be marked as recently migrated null()
222 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in Comprehensive check of migration()
274 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in Comprehensive check of migration, Kotlin-style output()
356 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Check type use annotations()
410 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Check androidx package annotation()
458 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Migrate nullness for type-use annotations()
526 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Do not migrate type-use annotations when not changed()
604 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Regression test for issue 111054266, type use annotations()
DApiFileTest.kt110 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Parameter Names in Java()
146 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Default Values Names in Java()
216 …extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation", ARG_HIDE_PACKAGE, "some.other.pk… in Default Values and Names in Kotlin()
292 …extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation", ARG_HIDE_PACKAGE, "androidx.coll… in Default Values in Kotlin for expressions()
578 ARG_HIDE_PACKAGE, "androidx.annotation", in Nullness in reified signatures()
579 ARG_HIDE_PACKAGE, "test.pkg2", in Nullness in reified signatures()
643 ARG_HIDE_PACKAGE, "androidx.annotation", in Nullness in varargs()
773 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Propagate Platform types in Kotlin()
861 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in Known nullness()
915 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation"), in JvmOverloads()
[all …]
DCompatibilityCheckTest.kt258 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in Java Parameter Name Change()
859 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "android.annotation") in Change field constant value, change field type()
1792 ARG_HIDE_PACKAGE, "android.annotation", in Partial text file which references inner classes not listed elsewhere()
1793 ARG_HIDE_PACKAGE, "android.support.annotation" in Partial text file which references inner classes not listed elsewhere()
1845 ARG_HIDE_PACKAGE, "android.annotation", in Partial text file which adds methods to show-annotation API()
1846 ARG_HIDE_PACKAGE, "android.support.annotation" in Partial text file which adds methods to show-annotation API()
2011 ARG_HIDE_PACKAGE, "android.annotation", in Regression test for bug 120847535()
2012 ARG_HIDE_PACKAGE, "android.support.annotation" in Regression test for bug 120847535()
DAnnotationsMergerTest.kt59 ARG_HIDE_PACKAGE, "android.annotation", in Signature files contain annotations()
60 ARG_HIDE_PACKAGE, "androidx.annotation", in Signature files contain annotations()
61 ARG_HIDE_PACKAGE, "android.support.annotation" in Signature files contain annotations()
248 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "libcore.util") in Merge type use qualifier annotations from Java stub files()
DExtractAnnotationsTest.kt521 ARG_HIDE_PACKAGE, "android.annotation", in No typedef signatures in api files()
557 ARG_HIDE_PACKAGE, "android.annotation", in Inlining typedef signatures in api files()
593 ARG_HIDE_PACKAGE, "android.annotation", in Referencing typedef signatures in api files()
DBaselineTest.kt166 ARG_HIDE_PACKAGE, "android.annotation", in <lambda>()
167 ARG_HIDE_PACKAGE, "android.support.annotation", in <lambda>()
DStubsTest.kt3266 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in <lambda>()
3344 extraArguments = arrayOf(ARG_HIDE_PACKAGE, "androidx.annotation") in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt82 const val ARG_HIDE_PACKAGE = "--hide-package" in <lambda>() constant
757 ARG_HIDE_PACKAGE, "-hidePackage" -> mutableHidePackages.add(getValue(args, ++index)) in <lambda>()
1927 …"$ARG_HIDE_PACKAGE <package>", "Remove the given packages from the API even if they have not been … in <lambda>()