Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 25 of 25) sorted by relevance

/build/soong/java/core-libraries/
Djarjar-strip-annotations-rules.txt1 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/
DAnnot.java2 @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/
Dproguard.flags12 # 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 …]
Dproguard_basic_keeps.flags92 # Ignore missing annotation references for various support libraries.
99 -dontwarn **android**.annotation*.**
101 -dontwarn javax.annotation.**
/build/make/core/proguard/
Dkotlin.flags6 -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/
DFeatureFlags.java.template3 // TODO(b/303773055): Remove the annotation after access issue is resolved.
4 import android.compat.annotation.UnsupportedAppUsage;
DFlags.java.template3 // TODO(b/303773055): Remove the annotation after access issue is resolved.
4 import android.compat.annotation.UnsupportedAppUsage;
DCustomFeatureFlags.java.template4 // TODO(b/303773055): Remove the annotation after access issue is resolved.
5 import android.compat.annotation.UnsupportedAppUsage;
DFeatureFlagsImpl.java.template3 // 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/
DAnnot.java19 import java.lang.annotation.*;
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go198 …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
Dsdk_test.go510 …ootclasspathfragment/android_common/modular-hiddenapi/annotation-flags.csv -> hiddenapi/annotation
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt10 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/
DAconfigStorageReadAPI.java30 import dalvik.annotation.optimization.FastNative;
/build/bazel/rules/kotlin/
Dkotlinc.BUILD31 jars = ["lib/kotlin-annotation-processing.jar"],
/build/soong/android/
Dconfig_test.go65 Did you mean to use an annotation of ",omitempty"?
/build/bazel/ci/
Dtarget_lists.sh81 //frameworks/base/tools/processors/view_inspector:libview-inspector-annotation-processor
/build/bazel/rules/java/
Djava_aconfig_library.bzl143 "//tools/platform-compat/java/android/compat/annotation:unsupportedappusage",
Djava_xsd_config_library.bzl121 doc = "Add @NonNull or @Nullable annotation to the generated .java files",
/build/soong/java/
Dplatform_bootclasspath_test.go367 …out/soong/.intermediates/myplatform-bootclasspath/android_common/hiddenapi-monolithic/annotation-f…
Dsdk_library.go147 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)
365annotation: "android.annotation.SystemApi(client=android.annotation.SystemApi.Client.PRIVILEGED…
378 annotation: "android.annotation.TestApi",
397annotation: "android.annotation.SystemApi(client=android.annotation.SystemApi.Client.MODULE_LIB…
423annotation: "android.annotation.SystemApi(client=android.annotation.SystemApi.Client.SYSTEM_SER…
Ddroidstubs.go1343 `The warnings encountered during nullability annotation validation did\n`+
/build/soong/mk2rbc/
Dmk2rbc.go2061 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/
Dmap_files.md135 Historically this annotation was spelled `vndk`, but it has always meant LL-NDK.
/build/bazel/docs/
Dinternal_concepts.md500 purpose the dependency serves. For example, to filter for annotation processor