/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationLib/android_common/turbine/ |
D | PluginAnnotationLib.jar | ... com/android/systemui/plugins/annotations/Dependencies.class
<Unknown>
package com. |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationLib/linux_glibc_common/javac/ |
D | PluginAnnotationLib.jar | ... plugins/
com/android/systemui/plugins/annotations/
com/android/systemui/plugins/annotations |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationLib/android_common/javac/ |
D | PluginAnnotationLib.jar | ... plugins/
com/android/systemui/plugins/annotations/
com/android/systemui/plugins/annotations |
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/ |
H A D | ClassFile.java | 43 private final List<AnnotationInfo> annotations; field in ClassFile 62 List<AnnotationInfo> annotations, in ClassFile() 135 public List<AnnotationInfo> annotations() { in annotations() method in ClassFile 179 private final List<AnnotationInfo> annotations; field in ClassFile.FieldInfo 188 List<AnnotationInfo> annotations, in FieldInfo() 225 public List<AnnotationInfo> annotations() { in annotations() method in ClassFile.FieldInfo 280 private final List<AnnotationInfo> annotations; field in ClassFile.MethodInfo 292 List<AnnotationInfo> annotations, in MethodInfo() 339 public List<AnnotationInfo> annotations() { in annotations() method in ClassFile.MethodInfo 806 private final @Nullable String version; field in ClassFile.ModuleInfo [all …]
|
H A D | ClassReader.java | 109 ImmutableList.Builder<ClassFile.AnnotationInfo> annotations = ImmutableList.builder(); in read() local 198 ImmutableList.Builder<ClassFile.AnnotationInfo> annotations, in readAnnotations() 209 List<ImmutableList.Builder<AnnotationInfo>> annotations, ConstantPoolReader constantPool) { in readParameterAnnotations() 247 String version = (versionIndex != 0) ? constantPool.utf8(versionIndex) : null; in readModule() local 412 ImmutableList.Builder<ClassFile.AnnotationInfo> annotations = ImmutableList.builder(); in readMethods() local 494 ImmutableList.Builder<ClassFile.AnnotationInfo> annotations = ImmutableList.builder(); in readFields() local
|
/aosp_15_r20/external/google-cloud-java/java-gke-multi-cloud/proto-google-cloud-gke-multi-cloud-v1/src/main/proto/google/cloud/gkemulticloud/v1/ |
H A D | azure_resources.proto | 158 map<string, string> annotations = 14 [(google.api.field_behavior) = OPTIONAL]; field 239 string version = 1 [(google.api.field_behavior) = REQUIRED]; field 429 map<string, string> annotations = 8 [(google.api.field_behavior) = OPTIONAL]; field 565 map<string, string> annotations = 13 [(google.api.field_behavior) = OPTIONAL]; field 674 string version = 1; field
|
H A D | aws_resources.proto | 133 map<string, string> annotations = 14 [(google.api.field_behavior) = OPTIONAL]; field 166 string version = 1 [(google.api.field_behavior) = REQUIRED]; field 436 map<string, string> annotations = 22 [(google.api.field_behavior) = OPTIONAL]; field 548 string version = 1; field
|
H A D | attached_resources.proto | 140 map<string, string> annotations = 13 [(google.api.field_behavior) = OPTIONAL]; field 223 string version = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/gkemulticloud/v1/ |
H A D | azure_resources.proto | 163 map<string, string> annotations = 14 [(google.api.field_behavior) = OPTIONAL]; field 244 string version = 1 [(google.api.field_behavior) = REQUIRED]; field 434 map<string, string> annotations = 8 [(google.api.field_behavior) = OPTIONAL]; field 585 map<string, string> annotations = 13 [(google.api.field_behavior) = OPTIONAL]; field 741 string version = 1; field
|
H A D | aws_resources.proto | 134 map<string, string> annotations = 14 [(google.api.field_behavior) = OPTIONAL]; field 171 string version = 1 [(google.api.field_behavior) = REQUIRED]; field 470 map<string, string> annotations = 22 [(google.api.field_behavior) = OPTIONAL]; field 680 string version = 1; field
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/context/ |
H A D | crate_context.rs | 138 pub(crate) version: String, field 275 pub(crate) version: semver::Version, field 851 let annotations = common_annotations(); in new_context() localVariable 884 let annotations = common_annotations(); in context_with_overrides() localVariable 961 let annotations = build_script_annotations(); in context_with_build_script() localVariable 1008 let annotations = build_script_annotations(); in context_disabled_build_script() localVariable 1045 let annotations = crate_type_annotations(); in context_rlib_crate_type() localVariable 1083 let mut annotations = common_annotations(); in package_context_test() localVariable 1202 let mut annotations = common_annotations(); in crate_context_features_from_annotations() localVariable
|
/aosp_15_r20/cts/tools/release-parser/proto/ |
H A D | release.proto | 72 repeated ApiAnnotation annotations = 6; field 83 repeated ApiAnnotation annotations = 7; field 93 repeated ApiAnnotation annotations = 7; field 119 string version = 2; field 158 string version = 2; field 202 string version = 2; field 251 string version = 1; field 386 string version = 2; field
|
/aosp_15_r20/cts/tools/cts-api-coverage/proto/ |
H A D | testsuite.proto | 93 repeated Annotation annotations = 6; field 101 repeated Annotation annotations = 6; field 111 repeated Annotation annotations = 6; field 166 string version = 3; field
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | module.h | 37 uint32_t version; member 150 inline uint32_t version() const { return header_.version; } in version() function 508 inline IteratorRange<Module::inst_iterator> Module::annotations() { in annotations() function 512 inline IteratorRange<Module::const_inst_iterator> Module::annotations() const { in annotations() function
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | module.h | 37 uint32_t version; member 150 inline uint32_t version() const { return header_.version; } in version() function 508 inline IteratorRange<Module::inst_iterator> Module::annotations() { in annotations() function 512 inline IteratorRange<Module::const_inst_iterator> Module::annotations() const { in annotations() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | module.h | 37 uint32_t version; member 150 inline uint32_t version() const { return header_.version; } in version() function 508 inline IteratorRange<Module::inst_iterator> Module::annotations() { in annotations() function 512 inline IteratorRange<Module::const_inst_iterator> Module::annotations() const { in annotations() function
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | fitness.v1.json | 907 "annotations": { object 935 "annotations": { object 976 "annotations": { object 1009 "annotations": { object 1023 "version": { object 1107 "annotations": { object 1116 "annotations": { object 1140 "annotations": { object 1150 "annotations": { object 1170 "annotations": { object [all …]
|
D | adexchangebuyer.v1.2.json | 355 "annotations": { object 373 "annotations": { object 400 "annotations": { object 409 "annotations": { object 490 "annotations": { object 547 "version": { object 557 "annotations": { object 595 "version": "v1.2" string
|
/aosp_15_r20/external/curl/ |
H A D | REUSE.toml | 10 version = 1 qkey 14 [[annotations]] arraytable
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/ |
D | PluginChecker.java | 107 public boolean process(Set<? extends TypeElement> annotations, in process() 112 Integer version = device.getSupportedModules().get(req.value()); in process() local
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/ |
D | PluginChecker.java | 107 public boolean process(Set<? extends TypeElement> annotations, in process() 112 Integer version = device.getSupportedModules().get(req.value()); in process() local
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-migration-jvm/2.7.0-alpha12/androidx.room_room-migration/linux_glibc_common/local-combined/ |
D | androidx.room_room-migration.jar | ... String getTableName ()
public static synthetic void getTableName$annotations ()
public abstract java.lang.String getCreateSql ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-migration-jvm/2.7.0-alpha12/ |
HD | room-migration-jvm-2.7.0-alpha12.jar | ... String getTableName ()
public static synthetic void getTableName$annotations ()
public abstract java.lang.String getCreateSql ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/r8/keepanno-annotations/android_common/combined/ |
D | keepanno-annotations.jar | ... com/android/tools/r8/keepanno/annotations/
com/android/tools/r8/keepanno ... |
/aosp_15_r20/prebuilts/r8/ |
HD | keepanno-annotations.jar | ... com/android/tools/r8/keepanno/annotations/
com/android/tools/r8/keepanno |