Home
last modified time | relevance | path

Searched refs:getParameterAnnotations (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java204 @Override public Annotation[][] getParameterAnnotations() { in testMethodParameter()
205 return method.getParameterAnnotations(); in testMethodParameter()
231 @Override public Annotation[][] getParameterAnnotations() { in testConstructorParameter()
232 return ctor.getParameterAnnotations(); in testConstructorParameter()
279 Annotation[] annotations = func.getParameterAnnotations()[paramIndex]; in parameterIsPrimitiveOrNullable()
306 Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method
/external/junit/src/org/junit/experimental/theories/
DParameterSignature.java16 .getParameterAnnotations()); in signatures()
21 .getParameterAnnotations()); in signatures()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DClassDefItem.java381 public AnnotationsList getParameterAnnotations(CstMethodRef method) { in getParameterAnnotations() method in ClassDefItem
382 return annotationsDirectory.getParameterAnnotations(method); in getParameterAnnotations()
DAnnotationsDirectoryItem.java225 public AnnotationsList getParameterAnnotations(CstMethodRef method) { in getParameterAnnotations() method in AnnotationsDirectoryItem
/external/javassist/src/main/javassist/
DCtBehavior.java242 public Object[][] getParameterAnnotations() throws ClassNotFoundException { in getParameterAnnotations() method in CtBehavior
243 return getParameterAnnotations(false); in getParameterAnnotations()
261 return getParameterAnnotations(true); in getAvailableParameterAnnotations()
268 Object[][] getParameterAnnotations(boolean ignoreNotFound) in getParameterAnnotations() method in CtBehavior
/external/smali/examples/AnnotationTypes/
DMain.smali129 …invoke-virtual {v1}, Ljava/lang/reflect/Method;->getParameterAnnotations()[[Ljava/lang/annotation/…