Searched refs:getParameterAnnotations (Results 1 - 25 of 44) 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/testng/src/test/java/test/hook/
H A DHookSuccess862Test.java17 Annotation[] annotations = method.getParameterAnnotations()[i];
/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java39 .getParameterAnnotations());
44 .getParameterAnnotations());
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
H A DAssistedConstructor.java54 Annotation[][] annotations = constructor.getParameterAnnotations();
H A DFactoryProvider.java304 method.getParameterAnnotations();
305 for (Annotation[] parameterAnnotations : method.getParameterAnnotations()) {
H A DFactoryProvider2.java254 Annotation[][] paramAnnotations = method.getParameterAnnotations();
542 Annotation[][] paramAnnotations = constructor.getParameterAnnotations();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethod.java132 getParameterAnnotations(),
145 public List<? extends Set<? extends DexBackedAnnotation>> getParameterAnnotations() { method in class:DexBackedMethod
146 return AnnotationsDirectory.getParameterAnnotations(dexFile, parameterAnnotationSetListOffset);
/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/testng/src/main/java/org/testng/internal/annotations/
H A DJDK15AnnotationFinder.java227 final Annotation[][] annotations = method.getParameterAnnotations();
241 return optionalValues(method.getParameterAnnotations());
246 return optionalValues(method.getParameterAnnotations());
/external/mockito/src/test/java/org/mockito/
H A DAnnotationsAreCopiedFromMockedTypeTest.java50 final Annotation[] firstParamAnnotations = method.getParameterAnnotations()[0];
/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
H A DDebugInfo.java120 method.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
H A DDexWriter.java632 List<? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(methodKey);
/external/guice/extensions/mini/src/com/google/inject/mini/
H A DMiniGuice.java149 method, method.getGenericParameterTypes(), method.getParameterAnnotations());
237 constructor, constructor.getGenericParameterTypes(), constructor.getParameterAnnotations());
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
H A DCheckedProviderMethodsModule.java100 Annotation[][] parameterAnnotations = method.getParameterAnnotations();
/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/guice/core/src/com/google/inject/spi/
H A DInjectionPoint.java73 this.dependencies = forMember(method, declaringType, method.getParameterAnnotations());
81 constructor, declaringType, constructor.getParameterAnnotations());
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaFinderProxy.java174 Annotation[][] parameterAnnotations = method.getParameterAnnotations();
/external/junit-params/src/main/java/junitparams/internal/
H A DInvokeParameterisedMethod.java101 Annotation[][] parameterAnnotations = testMethod.getMethod().getParameterAnnotations();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderClassPool.java248 @Nullable @Override public List<? extends BuilderAnnotationSet> getParameterAnnotations( method in class:BuilderClassPool
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DClassPool.java371 @Nullable @Override public List<? extends Set<? extends Annotation>> getParameterAnnotations( method in class:ClassPool
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/src/main/java/org/testng/internal/
H A DInvoker.java1235 Annotation[] annotations = method.getParameterAnnotations()[i];
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 1245 milliseconds

12