Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
H A 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()
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestParameterAnnotationMethodProcessor.java365 List<AnnotationTypeOrigin> parameterAnnotations = in calculateAnnotationTypeOrigins() local
521 Annotation[][] parameterAnnotations = constructor.getParameterAnnotations(); in validateConstructor() local
563 Annotation[] parameterAnnotations = parametersAnnotations[parameterIndex]; in validateMethodOrConstructorParameters() local
655 Annotation[][] parameterAnnotations = constructor.getParameterAnnotations(); in maybeGetConstructorParameters() local
849 Annotation[][] parameterAnnotations) { in annotationComparator()
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
H A DTestParameterAnnotationMethodProcessor.java365 List<AnnotationTypeOrigin> parameterAnnotations = in calculateAnnotationTypeOrigins() local
521 Annotation[][] parameterAnnotations = constructor.getParameterAnnotations(); in validateConstructor() local
563 Annotation[] parameterAnnotations = parametersAnnotations[parameterIndex]; in validateMethodOrConstructorParameters() local
655 Annotation[][] parameterAnnotations = constructor.getParameterAnnotations(); in maybeGetConstructorParameters() local
849 Annotation[][] parameterAnnotations) { in annotationComparator()
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseParameterAnnotations.java27 private final AnnotationsList parameterAnnotations; field in BaseParameterAnnotations
42 AnnotationsList parameterAnnotations, int byteLength) { in BaseParameterAnnotations()
H A DAttRuntimeInvisibleParameterAnnotations.java39 AnnotationsList parameterAnnotations, int byteLength) { in AttRuntimeInvisibleParameterAnnotations()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/
H A DParameterIterator.java47 private final Iterator<? extends Set<? extends Annotation>> parameterAnnotations; field in ParameterIterator
51@Nonnull List<? extends Set<? extends Annotation>> parameterAnnotations, in ParameterIterator()
/aosp_15_r20/external/junit-params/src/main/java/junitparams/internal/
H A DInvokeParameterisedMethod.java101 Annotation[][] parameterAnnotations = testMethod.getMethod().getParameterAnnotations(); in castParamsUsingConverters() local
141Annotation[][] parameterAnnotations) throws ConversionFailedException { in castAllParametersToProperTypes()
/aosp_15_r20/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaFinderProxy.java174 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in getFinderDescriptor() local
251 volatile Object[] parameterAnnotations; field in JpaFinderProxy.FinderDescriptor
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
H A DExecutableParameterTest.java62 Annotation[][] parameterAnnotations = getParameterAnnotations( in testMethodGetParameterAnnotations() local
165 Annotation[][] parameterAnnotations = getParameterAnnotations( in testConstructorGetParameterAnnotations() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/
H A DParameterHolder.java48 public Annotation[] parameterAnnotations() { in parameterAnnotations() method in ParameterHolder
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A 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
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationsDirectoryItem.java28 public ParameterAnnotation[] parameterAnnotations; field in AnnotationsDirectoryItem
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DConstructorData.kt34 val parameterAnnotations: Map<Int, Collection<AnnotationSpec>>, constant in com.squareup.kotlinpoet.metadata.specs.ConstructorData
H A DMethodData.kt36 val parameterAnnotations: Map<Int, Collection<AnnotationSpec>>, constant in com.squareup.kotlinpoet.metadata.specs.MethodData
/aosp_15_r20/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
H A DCheckedProviderMethodsModule.java98 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java48 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
/aosp_15_r20/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
H A DApiEvolutionTest.java223 Annotation[][] parameterAnnotations = original.getParameterAnnotations(); in assertSyntheticMethodOverloadExists() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java53 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java52 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/
H A DLower.java424 private ImmutableList<ImmutableList<AnnotationInfo>> parameterAnnotations(MethodInfo m) { in parameterAnnotations() method in Lower
434 ImmutableList.Builder<AnnotationInfo> parameterAnnotations = ImmutableList.builder(); in parameterAnnotations() local
/aosp_15_r20/external/robolectric/utils/src/main/java/org/robolectric/util/inject/
H A DInjector.java296 Annotation[][] parameterAnnotations = ctor.getParameterAnnotations(); in resolveDependencies() local
/aosp_15_r20/art/test/715-clinit-implicit-parameter-annotations/src/
H A DMain.java135 … Annotation[] parameterAnnotations = parameters[i].getDeclaredAnnotationsByType(annotationClass); in DumpConstructorParameterAnnotations() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DExecutable.java653 Annotation[][] parameterAnnotations = getParameterAnnotationsNative(); in getParameterAnnotationsInternal() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DExecutable.java653 Annotation[][] parameterAnnotations = getParameterAnnotationsNative(); in getParameterAnnotationsInternal() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DExecutable.java653 Annotation[][] parameterAnnotations = getParameterAnnotationsNative(); in getParameterAnnotationsInternal() local

1234567