Searched defs:getParameterAnnotations (Results 1 - 25 of 30) sorted by relevance

12

/external/guava/guava/src/com/google/common/reflect/
H A DInvokable.java119 Annotation[][] annotations = getParameterAnnotations();
182 abstract Annotation[][] getParameterAnnotations(); method in class:Invokable
212 @Override final Annotation[][] getParameterAnnotations() { method in class:Invokable.MethodInvokable
213 return method.getParameterAnnotations();
276 @Override final Annotation[][] getParameterAnnotations() { method in class:Invokable.ConstructorInvokable
277 return constructor.getParameterAnnotations();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethod.java137 getParameterAnnotations(),
150 public List<? extends Set<? extends DexBackedAnnotation>> getParameterAnnotations() { method in class:DexBackedMethod
151 return AnnotationsDirectory.getParameterAnnotations(dexFile, parameterAnnotationSetListOffset);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DAnnotationsDirectory.java119 public static List<Set<? extends DexBackedAnnotation>> getParameterAnnotations( method in class:AnnotationsDirectory
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
H A DMethodDescriptor.java88 final Annotation annotations[][] = getParameterAnnotations();
117 final Annotation annotations[][] = getParameterAnnotations();
295 public Annotation[][] getParameterAnnotations() { method in class:MethodDescriptor
296 return mMethod.getParameterAnnotations();
312 final Annotation[][] annotations = mMethod.getParameterAnnotations();
414 Annotation[][] parametersAnnotations = mMethod.getParameterAnnotations();
441 Annotation[][] parametersAnnotations = mMethod.getParameterAnnotations();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DClassSection.java73 @Nullable List<? extends AnnotationSetKey> getParameterAnnotations(@Nonnull MethodKey key); method in interface:ClassSection
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DClassPool.java353 @Nullable @Override public List<? extends Set<? extends Annotation>> getParameterAnnotations( method in class:ClassPool
/external/javassist/src/main/javassist/
H A DCtBehavior.java242 public Object[][] getParameterAnnotations() throws ClassNotFoundException { method in class:CtBehavior
243 return getParameterAnnotations(false);
255 * @see #getParameterAnnotations()
261 return getParameterAnnotations(true);
268 Object[][] getParameterAnnotations(boolean ignoreNotFound) method in class:CtBehavior
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderClassPool.java250 @Nullable @Override public List<? extends BuilderAnnotationSet> getParameterAnnotations( method in class:BuilderClassPool
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 713 milliseconds

12