Home
last modified time | relevance | path

Searched defs:getParameterAnnotations (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DInvokable.java347 abstract Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Invokable
383 final Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Invokable.MethodInvokable
460 final Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Invokable.ConstructorInvokable
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DInvokable.java351 abstract Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Invokable
407 final Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Invokable.MethodInvokable
496 final Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Invokable.ConstructorInvokable
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseParameterAnnotations.java71 public final AnnotationsList getParameterAnnotations() { in getParameterAnnotations() method in BaseParameterAnnotations
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DExecutable.annotated.java62 …til.NonNull Annotation @libcore.util.NonNull [] @libcore.util.NonNull [] getParameterAnnotations(); in getParameterAnnotations() method in Executable
H A DConstructor.annotated.java72 public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw new RuntimeException("… in getParameterAnnotations() method in Constructor
H A DMethod.annotated.java82 @libcore.util.NonNull public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw … in getParameterAnnotations() method in Method
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtBehavior.java280 public Object[][] getParameterAnnotations() throws ClassNotFoundException { in getParameterAnnotations() method in CtBehavior
306 Object[][] getParameterAnnotations(boolean ignoreNotFound) in getParameterAnnotations() method in CtBehavior
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DAnnotatedWithParams.java75 public final AnnotationMap getParameterAnnotations(int index) in getParameterAnnotations() method in AnnotatedWithParams
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java510 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
DConstructor.java399 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java510 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
DConstructor.java399 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DMethod.java510 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
H A DConstructor.java399 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DConstructor.java143 public java.lang.annotation.Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
H A DExecutable.java128 public abstract java.lang.annotation.Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java225 public AnnotationsList getParameterAnnotations(CstMethodRef method) { in getParameterAnnotations() method in AnnotationsDirectoryItem
H A DClassDefItem.java383 public AnnotationsList getParameterAnnotations(CstMethodRef method) { in getParameterAnnotations() method in ClassDefItem
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java228 public AnnotationsList getParameterAnnotations(CstMethodRef method) { in getParameterAnnotations() method in AnnotationsDirectoryItem
H A DClassDefItem.java384 public AnnotationsList getParameterAnnotations(CstMethodRef method) { in getParameterAnnotations() method in ClassDefItem
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/
H A DMethodDescriptor.java263 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in MethodDescriptor
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java375 public static AnnotationsList getParameterAnnotations(Method method) { in getParameterAnnotations() method in AttributeTranslator
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DClassSection.java77 @Nullable List<? extends AnnotationSetKey> getParameterAnnotations(@Nonnull MethodKey key); in getParameterAnnotations() method
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
H A DExecutableParameterTest.java293 private static Annotation[][] getParameterAnnotations( in getParameterAnnotations() method in ExecutableParameterTest
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
H A DMethodDescriptor.java294 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in MethodDescriptor

12345678910>>...25