Home
last modified time | relevance | path

Searched defs:parameterAnnotations (Results 1 – 17 of 17) 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()
DRuntimeInvisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations) in RuntimeInvisibleParameterAnnotationsAttribute()
DRuntimeVisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations) in RuntimeVisibleParameterAnnotationsAttribute()
/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParameterAnnotationMethodProcessor.java345 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/
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
251 volatile Object[] parameterAnnotations; field in JpaFinderProxy.FinderDescriptor
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethodsModule.java98 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
/external/proguard/src/proguard/classfile/editor/
DAttributeAdder.java424 Annotation[][] parameterAnnotations = in visitRuntimeVisibleParameterAnnotationsAttribute() local
449 Annotation[][] parameterAnnotations = in visitRuntimeInvisibleParameterAnnotationsAttribute() local
/external/junit/src/main/java/org/junit/experimental/theories/
DParameterSignature.java48 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
/external/robolectric/utils/src/main/java/org/robolectric/util/inject/
DInjector.java287 Annotation[][] parameterAnnotations = ctor.getParameterAnnotations(); in resolveDependencies() local
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java281 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
DClassReader.java445 ImmutableList.Builder<ImmutableList<AnnotationInfo>> parameterAnnotations = in readMethods() local
/external/turbine/java/com/google/turbine/lower/
DLower.java394 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/
DGeneratingAnnotatedClassesTestCase.java307 … final ParameterAnnotationEntry[] parameterAnnotations= method.getParameterAnnotationEntries(); in assertParameterAnnotations() local
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java380 Set<String> types, List<AnnotationNode>[] parameterAnnotations) { in addTypesFromParameterAnnotations()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java117 Annotation[] parameterAnnotations = paramterAnnotations[index]; in forMember() local