Searched refs:annotation (Results 1 – 25 of 25) sorted by relevance
/build/soong/java/core-libraries/ |
D | jarjar-strip-annotations-rules.txt | 1 strip-annotation android.annotation.NotNull 2 strip-annotation android.annotation.Nullable 3 strip-annotation androidx.annotation.RecentlyNonNull 4 strip-annotation androidx.annotation.RecentlyNullable
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
D | Annot.java | 2 @java.lang.annotation.Documented() 3 @java.lang.annotation.Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) 4 @java.lang.annotation.Target(value={java.lang.annotation.ElementType.TYPE})
|
/build/make/core/ |
D | proguard.flags | 12 # Keep classes and members with the platform-defined @VisibleForTesting annotation. 20 -keep @android.annotation.TestApi class * 22 @android.annotation.TestApi *; 28 # TODO(b/239961360): Migrate away from androidx.annotation.VisibleForTesting 41 # Understand the common @Keep annotation from various Android packages: 42 # * android.support.annotation 43 # * androidx.annotation 45 -keep class **android**.annotation*.Keep 47 -keep @**android**.annotation*.Keep class * { *; } 50 @**android**.annotation*.Keep <methods>; [all …]
|
D | proguard_basic_keeps.flags | 92 # Ignore missing annotation references for various support libraries. 99 -dontwarn **android**.annotation*.** 101 -dontwarn javax.annotation.**
|
/build/make/core/proguard/ |
D | kotlin.flags | 6 -dontwarn kotlin.annotation.AnnotationRetention 7 -dontwarn kotlin.annotation.AnnotationTarget 8 -dontwarn kotlin.annotation.Retention 9 -dontwarn kotlin.annotation.Target 14 # inclusion of kotlin-stdlib from androidx.annotation library deps.
|
/build/make/tools/aconfig/aconfig/templates/ |
D | FeatureFlags.java.template | 3 // TODO(b/303773055): Remove the annotation after access issue is resolved. 4 import android.compat.annotation.UnsupportedAppUsage;
|
D | Flags.java.template | 3 // TODO(b/303773055): Remove the annotation after access issue is resolved. 4 import android.compat.annotation.UnsupportedAppUsage;
|
D | CustomFeatureFlags.java.template | 4 // TODO(b/303773055): Remove the annotation after access issue is resolved. 5 import android.compat.annotation.UnsupportedAppUsage;
|
D | FeatureFlagsImpl.java.template | 3 // TODO(b/303773055): Remove the annotation after access issue is resolved. 4 import android.compat.annotation.UnsupportedAppUsage;
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/ |
D | Annot.java | 19 import java.lang.annotation.*;
|
/build/soong/sdk/ |
D | bootclasspath_fragment_sdk_test.go | 198 …otclasspath-fragment/android_common/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation… 474 …s/base/boot/platform-bootclasspath/android_common/hiddenapi-monolithic/annotation-flags-from-class… 476 snapshot/hiddenapi/annotation-flags.csv 519 …ootclasspathfragment/android_common/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation… 539 …spathfragment/android_common_myapex/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation… 1012 …ootclasspathfragment/android_common/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation… 1155 …roid_common_myapex/modular-hiddenapi-for-sdk-snapshot/annotation-flags.csv -> hiddenapi/annotation… 1232 …spathfragment/android_common_myapex/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation…
|
D | sdk_test.go | 510 …ootclasspathfragment/android_common/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation…
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 10 java\.lang\.annotation 52 # TODO: Remove javax.annotation.processing if possible, see http://b/132338110: 53 javax\.annotation\.processing 84 jdk\.internal\.vm\.annotation 142 android\.test\.suitebuilder\.annotation
|
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/ |
D | AconfigStorageReadAPI.java | 30 import dalvik.annotation.optimization.FastNative;
|
/build/bazel/rules/kotlin/ |
D | kotlinc.BUILD | 31 jars = ["lib/kotlin-annotation-processing.jar"],
|
/build/soong/android/ |
D | config_test.go | 65 Did you mean to use an annotation of ",omitempty"?
|
/build/bazel/ci/ |
D | target_lists.sh | 81 //frameworks/base/tools/processors/view_inspector:libview-inspector-annotation-processor
|
/build/bazel/rules/java/ |
D | java_aconfig_library.bzl | 143 "//tools/platform-compat/java/android/compat/annotation:unsupportedappusage",
|
D | java_xsd_config_library.bzl | 121 doc = "Add @NonNull or @Nullable annotation to the generated .java files",
|
/build/soong/java/ |
D | platform_bootclasspath_test.go | 367 …out/soong/.intermediates/myplatform-bootclasspath/android_common/hiddenapi-monolithic/annotation-f…
|
D | sdk_library.go | 147 annotation string member 223 if scope.annotation != "" { 224 scopeSpecificArgs = []string{"--show-annotation", scope.annotation} 231 if s != scope && s.annotation != "" { 232 … scopeSpecificArgs = append(scopeSpecificArgs, "--show-for-stub-purposes-annotation", s.annotation) 365 …annotation: "android.annotation.SystemApi(client=android.annotation.SystemApi.Client.PRIVILEGED… 378 annotation: "android.annotation.TestApi", 397 …annotation: "android.annotation.SystemApi(client=android.annotation.SystemApi.Client.MODULE_LIB… 423 …annotation: "android.annotation.SystemApi(client=android.annotation.SystemApi.Client.SYSTEM_SER…
|
D | droidstubs.go | 1343 `The warnings encountered during nullability annotation validation did\n`+
|
/build/soong/mk2rbc/ |
D | mk2rbc.go | 2061 annotation, ok := maybeTrim(cnode.Comment, annotationCommentPrefix) 2065 if p, ok := maybeTrim(annotation, "include_top"); ok { 2075 } else if p, ok := maybeTrim(annotation, "type_hint"); ok {
|
/build/soong/docs/ |
D | map_files.md | 135 Historically this annotation was spelled `vndk`, but it has always meant LL-NDK.
|
/build/bazel/docs/ |
D | internal_concepts.md | 500 purpose the dependency serves. For example, to filter for annotation processor
|