/aosp_15_r20/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A 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()
|
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/ |
H A D | TestParameterAnnotationMethodProcessor.java | 365 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 D | TestParameterAnnotationMethodProcessor.java | 365 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 D | BaseParameterAnnotations.java | 27 private final AnnotationsList parameterAnnotations; field in BaseParameterAnnotations 42 AnnotationsList parameterAnnotations, int byteLength) { in BaseParameterAnnotations()
|
H A D | AttRuntimeInvisibleParameterAnnotations.java | 39 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 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()
|
/aosp_15_r20/external/junit-params/src/main/java/junitparams/internal/ |
H A D | InvokeParameterisedMethod.java | 101 Annotation[][] parameterAnnotations = testMethod.getMethod().getParameterAnnotations(); in castParamsUsingConverters() local 141 … Annotation[][] parameterAnnotations) throws ConversionFailedException { in castAllParametersToProperTypes()
|
/aosp_15_r20/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
H A D | JpaFinderProxy.java | 174 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 D | ExecutableParameterTest.java | 62 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 D | ParameterHolder.java | 48 public Annotation[] parameterAnnotations() { in parameterAnnotations() method in ParameterHolder
|
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/ |
H A 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
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | AnnotationsDirectoryItem.java | 28 public ParameterAnnotation[] parameterAnnotations; field in AnnotationsDirectoryItem
|
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/ |
H A D | ConstructorData.kt | 34 val parameterAnnotations: Map<Int, Collection<AnnotationSpec>>, constant in com.squareup.kotlinpoet.metadata.specs.ConstructorData
|
H A D | MethodData.kt | 36 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 D | CheckedProviderMethodsModule.java | 98 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
|
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/theories/ |
H A D | ParameterSignature.java | 48 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
|
/aosp_15_r20/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/ |
H A D | ApiEvolutionTest.java | 223 Annotation[][] parameterAnnotations = original.getParameterAnnotations(); in assertSyntheticMethodOverloadExists() local
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
H A D | AnnotationsDirectoryItem.java | 53 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | AnnotationsDirectoryItem.java | 52 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem
|
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/ |
H A D | Lower.java | 424 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 D | Injector.java | 296 Annotation[][] parameterAnnotations = ctor.getParameterAnnotations(); in resolveDependencies() local
|
/aosp_15_r20/art/test/715-clinit-implicit-parameter-annotations/src/ |
H A D | Main.java | 135 … 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/ |
D | Executable.java | 653 Annotation[][] parameterAnnotations = getParameterAnnotationsNative(); in getParameterAnnotationsInternal() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/ |
H A D | Executable.java | 653 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/ |
D | Executable.java | 653 Annotation[][] parameterAnnotations = getParameterAnnotationsNative(); in getParameterAnnotationsInternal() local
|