Searched refs:showAnnotations (Results 1 – 13 of 13) sorted by relevance
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | JavadocTest.kt | 33 showAnnotations: Array<String> = emptyArray(), in checkStubs() 40 showAnnotations = showAnnotations, in checkStubs()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ShowForStubPurposesAnnotationTest.kt | 230 showAnnotations = arrayOf(MODULE_API, SYSTEM_API), in Hierarchy test - SystemApi + ModuleApi() 286 showAnnotations = arrayOf(SYSTEM_API), in Hierarchy test - SystemApi only() 322 showAnnotations = arrayOf(MODULE_API), in Hierarchy test - ModuleApi Only, also check the stub files()
|
D | ShowAnnotationTest.kt | 686 fun `Methods inherit showAnnotations but fields and classes don't`() { 742 showAnnotations = arrayOf("android.annotation.SystemApi"),
|
D | ApiAnalyzerTest.kt | 25 showAnnotations = arrayOf("android.annotation.SystemApi"), in Hidden abstract method with show @SystemApi()
|
D | AnnotationsMergerTest.kt | 418 showAnnotations = arrayOf("test.annotation.Show"), in Merge inclusion annotations from Java stub files()
|
D | DriverTest.kt | 327 showAnnotations: Array<String> = emptyArray(), in <lambda>() 777 … val showAnnotationArguments = if (showAnnotations.isNotEmpty() || includeSystemApiAnnotations) { in <lambda>() 779 for (annotation in showAnnotations) { in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ApiAnalyzer.kt | 665 options.showAnnotations.matches(it) in <lambda>() 666 } ?: options.showAnnotations.firstQualifiedName() in <lambda>() 770 options.showAnnotations.matches(ANDROID_SYSTEM_API) && options.manifest != null in <lambda>() 772 options.showAnnotations.isNotEmpty() in <lambda>() 799 options.showAnnotations.matches(annotation) in <lambda>() 800 …}?.qualifiedName() ?: options.showAnnotations.firstQualifiedName()).removePrefix(ANDROID_ANNOTATIO… in <lambda>()
|
D | AnnotationsMerger.kt | 316 val showAnnotations = options.showAnnotations in mergeInclusionAnnotationsFromCodebase() constant 319 …if (showAnnotations.isNotEmpty() || hideAnnotations.isNotEmpty() || hideMetaAnnotations.isNotEmpty… in mergeInclusionAnnotationsFromCodebase() 325 …if ((showAnnotations.matches(annotation) || hideAnnotations.matches(annotation) || hideMetaAnnotat… in mergeInclusionAnnotationsFromCodebase()
|
D | CompatibilityCheck.kt | 710 } else if (options.showAnnotations.isNotEmpty()) { in handleAdded() 711 if (options.showAnnotations.matchesSuffix("SystemApi")) { in handleAdded() 713 } else if (options.showAnnotations.matchesSuffix("TestApi")) { in handleAdded()
|
D | Options.kt | 353 var showAnnotations: AnnotationFilter = mutableShowAnnotations in <lambda>() variable in com.android.tools.metalava.Options 1679 if (!showUnannotated && showAnnotations.isEmpty()) { in <lambda>() 1859 … showAnnotations.getIncludedAnnotationNames().forEach { sb.append(annotationToPrefix(it)) } in <lambda>()
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 62 showAnnotations: Array<String> = emptyArray(), in <lambda>() 70 showAnnotations = showAnnotations, in <lambda>() 1568 fun `Arguments to super constructors with showAnnotations`() { in <lambda>() 1571 showAnnotations = arrayOf("android.annotation.SystemApi"), in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | ModifierList.kt | 100 if (options.showAnnotations.isEmpty()) { in <lambda>() 104 options.showAnnotations.matches(it) in <lambda>() 133 … options.showAnnotations.matches(it) && !options.showForStubPurposesAnnotations.matches(it) in <lambda>()
|
D | AnnotationItem.kt | 321 return if (options.showAnnotations.matches(qualifiedName)) { in mapName() 363 return if (options.showAnnotations.matches(qualifiedName)) { in mapName() 381 return if (options.showAnnotations.matches(qualifiedName)) { in mapName()
|