/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
D | ParameterIterator.java | 47 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/ |
D | ParameterAnnotationsAttribute.java | 36 public Annotation[][] parameterAnnotations; field in ParameterAnnotationsAttribute 53 Annotation[][] parameterAnnotations) in ParameterAnnotationsAttribute()
|
D | RuntimeVisibleParameterAnnotationsAttribute.java | 47 Annotation[][] parameterAnnotations) in RuntimeVisibleParameterAnnotationsAttribute()
|
D | RuntimeInvisibleParameterAnnotationsAttribute.java | 47 Annotation[][] parameterAnnotations) in RuntimeInvisibleParameterAnnotationsAttribute()
|
/external/junit-params/src/main/java/junitparams/internal/ |
D | InvokeParameterisedMethod.java | 101 Annotation[][] parameterAnnotations = testMethod.getMethod().getParameterAnnotations(); in castParamsUsingConverters() local 141 … Annotation[][] parameterAnnotations) throws ConversionFailedException { in castAllParametersToProperTypes()
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaFinderProxy.java | 174 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/ |
D | DexEncodedMethod.java | 61 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()
|
D | DexAnnotationDirectory.java | 18 private final List<DexEncodedMethod> parameterAnnotations; field in DexAnnotationDirectory
|
D | JarClassFileReader.java | 401 private List<List<DexAnnotation>> parameterAnnotations = null; field in JarClassFileReader.CreateMethodVisitor
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | CheckedProviderMethodsModule.java | 100 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
|
/external/junit/src/main/java/org/junit/experimental/theories/ |
D | ParameterSignature.java | 48 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
|
/external/proguard/src/proguard/classfile/editor/ |
D | AttributeAdder.java | 424 Annotation[][] parameterAnnotations = in visitRuntimeVisibleParameterAnnotationsAttribute() local 449 Annotation[][] parameterAnnotations = in visitRuntimeInvisibleParameterAnnotationsAttribute() local
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 116 Annotation[] parameterAnnotations = annotationsIterator.next(); in forMember() local
|
/external/r8/src/main/java/com/android/tools/r8/dex/ |
D | FileWriter.java | 591 List<DexEncodedMethod> parameterAnnotations = annotationDirectory.getParameterAnnotations(); in writeAnnotationDirectory() local
|