Home
last modified time | relevance | path

Searched defs:getAnnotations (Results 1 – 25 of 1383) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A DAnnotationProcessingUtils.java51 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils
59 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils
203 abstract List<Annotation> getAnnotations(); in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode
219 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.DescriptionNode
239 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.ClassNode
258 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.MethodNode
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
H A DAnnotationProcessingUtils.java52 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils
60 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils
199 abstract List<Annotation> getAnnotations(); in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode
215 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.DescriptionNode
235 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.ClassNode
254 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.MethodNode
/aosp_15_r20/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/
H A DInstructionMethodItemTest.java178 public Set<? extends Annotation> getAnnotations() { in getAnnotations() method in InstructionMethodItemTest.TestMethod
243 public Set<? extends Annotation> getAnnotations() { in getAnnotations() method in InstructionMethodItemTest.TestClassDef
/aosp_15_r20/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
H A DTestInfo.java69 public abstract ImmutableList<Annotation> getAnnotations(); in getAnnotations() method in TestInfo
115 getAnnotations()); in withUpdatedParameterNames() method in TestInfo
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
H A DTestInfo.java74 public abstract ImmutableList<Annotation> getAnnotations(); in getAnnotations() method in TestInfo
124 getAnnotations()); in withUpdatedParameterNames() method in TestInfo
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestInfo.java74 public abstract ImmutableList<Annotation> getAnnotations(); in getAnnotations() method in TestInfo
124 getAnnotations()); in withUpdatedParameterNames() method in TestInfo
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtMember.java40 public Object[] getAnnotations() in getAnnotations() method in CtMember.Cache
266 public abstract Object[] getAnnotations() throws ClassNotFoundException; in getAnnotations() method in CtMember
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DListAnnotationsResponse.java126 public com.google.cloud.aiplatform.v1.Annotation getAnnotations(int index) { in getAnnotations() method in ListAnnotationsResponse
668 public com.google.cloud.aiplatform.v1.Annotation getAnnotations(int index) { in getAnnotations() method in ListAnnotationsResponse.Builder
H A DDataItemView.java182 public com.google.cloud.aiplatform.v1.Annotation getAnnotations(int index) { in getAnnotations() method in DataItemView
912 public com.google.cloud.aiplatform.v1.Annotation getAnnotations(int index) { in getAnnotations() method in DataItemView.Builder
H A DListAnnotationsResponseOrBuilder.java45 com.google.cloud.aiplatform.v1.Annotation getAnnotations(int index); in getAnnotations() method
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DListAnnotationsResponse.java126 public com.google.cloud.aiplatform.v1beta1.Annotation getAnnotations(int index) { in getAnnotations() method in ListAnnotationsResponse
669 public com.google.cloud.aiplatform.v1beta1.Annotation getAnnotations(int index) { in getAnnotations() method in ListAnnotationsResponse.Builder
H A DDataItemView.java182 public com.google.cloud.aiplatform.v1beta1.Annotation getAnnotations(int index) { in getAnnotations() method in DataItemView
916 public com.google.cloud.aiplatform.v1beta1.Annotation getAnnotations(int index) { in getAnnotations() method in DataItemView.Builder
H A DListAnnotationsResponseOrBuilder.java45 com.google.cloud.aiplatform.v1beta1.Annotation getAnnotations(int index); in getAnnotations() method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
H A DAnnotatable.java47 @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
H A DMethodParameter.java66 @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
H A DField.java95 @Override @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
H A DMethod.java98 @Override @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
H A DAnnotableNode.java35 public List<AnnotationExpr> getAnnotations(); in getAnnotations() method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DAnnotationSetSection.java40 @Nonnull Collection<? extends AnnotationKey> getAnnotations(@Nonnull AnnotationSetKey key); in getAnnotations() method
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/model/
H A DAnnotatable.java14 Annotation[] getAnnotations(); in getAnnotations() method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
H A DAnnotationSetPool.java58 @Nonnull @Override public Collection<? extends Annotation> getAnnotations( in getAnnotations() method in AnnotationSetPool
/aosp_15_r20/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
H A DInternalCronetCallOptions.java43 public static Collection<Object> getAnnotations(CallOptions callOptions) { in getAnnotations() method in InternalCronetCallOptions
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseAnnotations.java70 public final Annotations getAnnotations() { in getAnnotations() method in BaseAnnotations
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
H A DBuilderMethodParameter.java59 @Nonnull @Override public BuilderAnnotationSet getAnnotations() { in getAnnotations() method in BuilderMethodParameter
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/reflection/
H A DReflectionClassDef.java96 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { in getAnnotations() method in ReflectionClassDef

12345678910>>...56