Home
last modified time | relevance | path

Searched defs:parameterAnnotations (Results 1 – 14 of 14) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DParameterIterator.java47 private final Iterator<? extends Set<? extends Annotation>> parameterAnnotations; field in ParameterIterator
51@Nonnull List<? extends Set<? extends Annotation>> parameterAnnotations, in ParameterIterator()
/external/proguard/src/proguard/classfile/attribute/annotation/
DParameterAnnotationsAttribute.java36 public Annotation[][] parameterAnnotations; field in ParameterAnnotationsAttribute
53 Annotation[][] parameterAnnotations) in ParameterAnnotationsAttribute()
DRuntimeVisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations) in RuntimeVisibleParameterAnnotationsAttribute()
DRuntimeInvisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations) in RuntimeInvisibleParameterAnnotationsAttribute()
/external/junit-params/src/main/java/junitparams/internal/
DInvokeParameterisedMethod.java101 Annotation[][] parameterAnnotations = testMethod.getMethod().getParameterAnnotations(); in castParamsUsingConverters() local
141Annotation[][] parameterAnnotations) throws ConversionFailedException { in castAllParametersToProperTypes()
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaFinderProxy.java174 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in getFinderDescriptor() local
252 volatile Object[] parameterAnnotations; field in JpaFinderProxy.FinderDescriptor
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexEncodedMethod.java61 public DexAnnotationSetRefList parameterAnnotations; field in DexEncodedMethod
67 DexAnnotationSet annotations, DexAnnotationSetRefList parameterAnnotations, Code code) { in DexEncodedMethod()
508 private DexAnnotationSetRefList parameterAnnotations; field in DexEncodedMethod.Builder
536 public void setParameterAnnotations(DexAnnotationSetRefList parameterAnnotations) { in setParameterAnnotations()
DDexAnnotationDirectory.java18 private final List<DexEncodedMethod> parameterAnnotations; field in DexAnnotationDirectory
DJarClassFileReader.java401 private List<List<DexAnnotation>> parameterAnnotations = null; field in JarClassFileReader.CreateMethodVisitor
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethodsModule.java100 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
/external/junit/src/main/java/org/junit/experimental/theories/
DParameterSignature.java48 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
/external/proguard/src/proguard/classfile/editor/
DAttributeAdder.java424 Annotation[][] parameterAnnotations = in visitRuntimeVisibleParameterAnnotationsAttribute() local
449 Annotation[][] parameterAnnotations = in visitRuntimeInvisibleParameterAnnotationsAttribute() local
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java116 Annotation[] parameterAnnotations = annotationsIterator.next(); in forMember() local
/external/r8/src/main/java/com/android/tools/r8/dex/
DFileWriter.java591 List<DexEncodedMethod> parameterAnnotations = annotationDirectory.getParameterAnnotations(); in writeAnnotationDirectory() local