/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | CoreApiTest.kt | 304 import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import 305 import static java.lang.annotation.ElementType.CONSTRUCTOR; import 306 import static java.lang.annotation.ElementType.FIELD; import 307 import static java.lang.annotation.ElementType.METHOD; import 308 import static java.lang.annotation.ElementType.PACKAGE; import 309 import static java.lang.annotation.ElementType.TYPE; import 333 import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import 334 import static java.lang.annotation.ElementType.CONSTRUCTOR; import 335 import static java.lang.annotation.ElementType.FIELD; import 336 import static java.lang.annotation.ElementType.METHOD; import [all …]
|
D | DriverTest.kt | 1459 import static java.lang.annotation.ElementType.*; import 1460 import static java.lang.annotation.RetentionPolicy.SOURCE; import 1478 import static java.lang.annotation.ElementType.*; import 1479 import static java.lang.annotation.RetentionPolicy.SOURCE; import 1497 import static java.lang.annotation.ElementType.*; import 1498 import static java.lang.annotation.RetentionPolicy.SOURCE; import 1518 import static java.lang.annotation.ElementType.*; import 1519 import static java.lang.annotation.RetentionPolicy.SOURCE; import 1535 import static java.lang.annotation.ElementType.*; import 1536 import static java.lang.annotation.RetentionPolicy.SOURCE; import [all …]
|
D | ShowAnnotationTest.kt | 402 import static androidx.annotation.RestrictTo.Scope.LIBRARY; in Can't expose item from a hidden parent() import 403 import static androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP; in Can't expose item from a hidden parent() import 457 import static test.annotation.Api.Type.A; in Can't expose item from a hidden parent() import 458 import static test.annotation.Api.Type.B; in Can't expose item from a hidden parent() import 634 import static test.pkg.AClass.SOME_VALUE; in Can't expose item from a hidden parent() import
|
D | NullnessMigrationTest.kt | 319 import static java.lang.annotation.ElementType.TYPE_USE; in Convert libcore nullness annotations to support() import 320 import static java.lang.annotation.ElementType.TYPE_PARAMETER; in Convert libcore nullness annotations to support() import 321 import static java.lang.annotation.RetentionPolicy.SOURCE; in Convert libcore nullness annotations to support() import
|
D | ApiFileTest.kt | 1114 import static java.lang.annotation.ElementType.*; in Known nullness() import 1733 import static java.lang.annotation.ElementType.*; in Annotation class extraction() import 1843 import static java.lang.annotation.ElementType.*; in Annotation retention() import
|
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/ |
D | KnownSourceFiles.kt | 47 import static java.lang.annotation.ElementType.*; import 59 import static java.lang.annotation.ElementType.*; import 71 import static java.lang.annotation.ElementType.*; import 72 import static java.lang.annotation.RetentionPolicy.CLASS; import 92 import static java.lang.annotation.ElementType.*; import 93 import static java.lang.annotation.RetentionPolicy.CLASS; import 112 import static java.lang.annotation.ElementType.*; import 113 import static java.lang.annotation.RetentionPolicy.SOURCE; import 127 import static java.lang.annotation.ElementType.*; import 128 import static java.lang.annotation.RetentionPolicy.SOURCE; import [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/internal/ |
D | MakeAnnotationsPackagePrivateCommandTest.kt | 105 import static java.lang.annotation.ElementType.FIELD; in Test copying private annotations from one of the stubs() import 106 import static java.lang.annotation.ElementType.METHOD; in Test copying private annotations from one of the stubs() import 107 import static java.lang.annotation.ElementType.PARAMETER; in Test copying private annotations from one of the stubs() import 108 import static java.lang.annotation.ElementType.TYPE_USE; in Test copying private annotations from one of the stubs() import 109 import static java.lang.annotation.RetentionPolicy.CLASS; in Test copying private annotations from one of the stubs() import 133 import static java.lang.annotation.ElementType.FIELD; in Test stub-annotations containing unknown annotation() import 134 import static java.lang.annotation.ElementType.METHOD; in Test stub-annotations containing unknown annotation() import 135 import static java.lang.annotation.ElementType.PARAMETER; in Test stub-annotations containing unknown annotation() import 136 import static java.lang.annotation.RetentionPolicy.SOURCE; in Test stub-annotations containing unknown annotation() import
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsAnnotationTest.kt | 45 import static java.lang.annotation.ElementType.*; in Generate stubs for annotation type() import 91 import static java.lang.annotation.ElementType.*; in Remove Hidden Annotations() import 92 import static java.lang.annotation.RetentionPolicy.SOURCE; in Remove Hidden Annotations() import 425 import static java.lang.annotation.RetentionPolicy.SOURCE; in Annotation default values() import 653 import static java.lang.annotation.RetentionPolicy.SOURCE; in Ensure we emit runtime and deprecated annotations in stubs with exclude-annotations() import 663 import static java.lang.annotation.RetentionPolicy.CLASS; in Ensure we emit runtime and deprecated annotations in stubs with exclude-annotations() import 673 import static java.lang.annotation.RetentionPolicy.RUNTIME; in Ensure we emit runtime and deprecated annotations in stubs with exclude-annotations() import 724 import static java.lang.annotation.RetentionPolicy.SOURCE; in Ensure we include class and runtime and not source annotations in stubs with include-annotations() import 734 import static java.lang.annotation.RetentionPolicy.CLASS; in Ensure we include class and runtime and not source annotations in stubs with include-annotations() import 744 import static java.lang.annotation.RetentionPolicy.RUNTIME; in Ensure we include class and runtime and not source annotations in stubs with include-annotations() import
|
/tools/netsim/rust/daemon/src/http_server/ |
D | thread_pool.rs | 55 F: FnOnce() + Send + 'static, in execute()
|
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | PackageBuilderTask.kt | 27 val static: Property<Boolean> = constant
|
D | PrefabPackageBuilder.kt | 56 val static: Boolean, constant in com.android.ndkports.ModuleDescription
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/doc/ |
D | DocAnalyzerTest.kt | 174 import static java.lang.annotation.ElementType.*; in Fix first sentence handling() import 175 import static java.lang.annotation.RetentionPolicy.CLASS; in Fix first sentence handling() import
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
D | CommonTypeParameterItemTest.kt | 427 import static java.lang.annotation.ElementType.TYPE_PARAMETER; in Test type parameter with annotations() import 428 import static java.lang.annotation.RetentionPolicy.SOURCE; in Test type parameter with annotations() import
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckTest.kt | 1090 import static java.lang.annotation.RetentionPolicy.SOURCE; in Change annotation default method value change() import
|