/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 | RuntimeInvisibleParameterAnnotationsAttribute.java | 47 Annotation[][] parameterAnnotations) in RuntimeInvisibleParameterAnnotationsAttribute()
|
D | RuntimeVisibleParameterAnnotationsAttribute.java | 47 Annotation[][] parameterAnnotations) in RuntimeVisibleParameterAnnotationsAttribute()
|
/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
D | TestParameterAnnotationMethodProcessor.java | 345 List<AnnotationTypeOrigin> parameterAnnotations = in getAnnotationTypeOrigins() local 494 Annotation[][] parameterAnnotations = constructor.getParameterAnnotations(); in validateConstructor() local 504 parameterAnnotations); in validateConstructor() local 540 Annotation[] parameterAnnotations = parametersAnnotations[parameterIndex]; in validateMethodOrConstructorParameters() local 756 Annotation[][] parameterAnnotations) { in annotationComparator()
|
/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 251 volatile Object[] parameterAnnotations; field in JpaFinderProxy.FinderDescriptor
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | CheckedProviderMethodsModule.java | 98 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
|
/external/proguard/src/proguard/classfile/editor/ |
D | AttributeAdder.java | 424 Annotation[][] parameterAnnotations = in visitRuntimeVisibleParameterAnnotationsAttribute() local 449 Annotation[][] parameterAnnotations = in visitRuntimeInvisibleParameterAnnotationsAttribute() local
|
/external/junit/src/main/java/org/junit/experimental/theories/ |
D | ParameterSignature.java | 48 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
|
/external/robolectric/utils/src/main/java/org/robolectric/util/inject/ |
D | Injector.java | 287 Annotation[][] parameterAnnotations = ctor.getParameterAnnotations(); in resolveDependencies() local
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | ClassFile.java | 281 private final ImmutableList<ImmutableList<AnnotationInfo>> parameterAnnotations; field in ClassFile.MethodInfo 293 ImmutableList<ImmutableList<AnnotationInfo>> parameterAnnotations, in MethodInfo() 344 public ImmutableList<ImmutableList<AnnotationInfo>> parameterAnnotations() { in parameterAnnotations() method in ClassFile.MethodInfo
|
D | ClassReader.java | 445 ImmutableList.Builder<ImmutableList<AnnotationInfo>> parameterAnnotations = in readMethods() local
|
/external/turbine/java/com/google/turbine/lower/ |
D | Lower.java | 394 private ImmutableList<ImmutableList<AnnotationInfo>> parameterAnnotations(MethodInfo m) { in parameterAnnotations() method in Lower 404 ImmutableList.Builder<AnnotationInfo> parameterAnnotations = ImmutableList.builder(); in parameterAnnotations() local
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
D | GeneratingAnnotatedClassesTestCase.java | 307 … final ParameterAnnotationEntry[] parameterAnnotations= method.getParameterAnnotationEntries(); in assertParameterAnnotations() local
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | IntegrationTestSupport.java | 380 Set<String> types, List<AnnotationNode>[] parameterAnnotations) { in addTypesFromParameterAnnotations()
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 117 Annotation[] parameterAnnotations = paramterAnnotations[index]; in forMember() local
|