Home
last modified time | relevance | path

Searched defs:actualType (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/validation/
DValueIsWrongType.java13 private final kotlin.reflect.KClass<?> actualType = null; field in ValueIsWrongType
20 kotlin.reflect.KClass<?> actualType, @org.jetbrains.annotations.NotNull() in ValueIsWrongType()
76 kotlin.reflect.KClass<?> actualType, @org.jetbrains.annotations.NotNull() in copy()
DWrongElementType.java15 private final kotlin.reflect.KClass<?> actualType = null; field in WrongElementType
23 kotlin.reflect.KClass<?> actualType, @org.jetbrains.annotations.NotNull() in WrongElementType()
90 kotlin.reflect.KClass<?> actualType, @org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/
H A DInferenceContext.java66 private void registerCorrespondance(ResolvedType formalType, ResolvedType actualType) { in registerCorrespondance()
134 registerCorrespondance(formalType.asWildcard().getBoundedType(), actualType); in registerCorrespondance() local
157 …isterCorrespondance(objectProvider.byName(formalType.asPrimitive().getBoxTypeQName()), actualType); in registerCorrespondance() local
H A DConfilictingGenericTypesException.java10 public ConfilictingGenericTypesException(ResolvedType formalType, ResolvedType actualType) { in ConfilictingGenericTypesException()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
H A DMethodCallExprContext.java313 ResolvedType actualType = in resolveMethodTypeParameters() local
344 ResolvedType actualType = actualParamTypes.get(i); in resolveMethodTypeParameters() local
353 …private void matchTypeParameters(ResolvedType expectedType, ResolvedType actualType, Map<ResolvedT… in matchTypeParameters()
358 matchedTypeParameters.put(expectedType.asTypeParameter(), actualType); in matchTypeParameters() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/
H A DConstructorResolutionLogic.java70 Type actualType = argumentsTypes.get(pos); in isApplicable() local
101 Type actualType = argumentsTypes.get(i); in isApplicable() local
104 matchedParameters.put(expectedType.asTypeParameter().getName(), actualType); in isApplicable() local
H A DMethodResolutionLogic.java78 Type actualType = argumentsTypes.get(pos); in isApplicable() local
106 Type actualType = argumentsTypes.get(i); in isApplicable() local
108 matchedParameters.put(expectedType.asTypeParameter().getName(), actualType); in isApplicable() local
276 Type actualType = argumentsTypes.get(i); in isApplicable() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
H A DConstructorResolutionLogic.java70 ResolvedType actualType = argumentsTypes.get(pos); in isApplicable() local
101 ResolvedType actualType = argumentsTypes.get(i); in isApplicable() local
104 matchedParameters.put(expectedType.asTypeParameter().getName(), actualType); in isApplicable() local
H A DMethodResolutionLogic.java73 ResolvedType actualType = argumentsTypes.get(pos); in isApplicable() local
101 ResolvedType actualType = argumentsTypes.get(i); in isApplicable() local
103 matchedParameters.put(expectedType.asTypeParameter().getName(), actualType); in isApplicable() local
268 ResolvedType actualType = argumentsTypes.get(i); in isApplicable() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
H A DMethodCallExprContext.java349 Type actualType = in resolveMethodTypeParameters() local
380 Type actualType = actualParamTypes.get(i); in resolveMethodTypeParameters() local
389 …private void matchTypeParameters(Type expectedType, Type actualType, Map<TypeParameterDeclaration,… in matchTypeParameters()
394 matchedTypeParameters.put(expectedType.asTypeParameter(), actualType); in matchTypeParameters() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-logic/com/github/javaparser/symbolsolver/logic/
H A DInferenceContext.java68 private void registerCorrespondance(Type formalType, Type actualType) { in registerCorrespondance()
136 registerCorrespondance(formalType.asWildcard().getBoundedType(), actualType); in registerCorrespondance() local
H A DConfilictingGenericTypesException.java10 public ConfilictingGenericTypesException(Type formalType, Type actualType) { in ConfilictingGenericTypesException()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DPlaceholderForType.java31 public JavaType actualType() { return _actualType; } in actualType() method in PlaceholderForType
32 public void actualType(JavaType t) { _actualType = t; } in actualType() method in PlaceholderForType
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
H A DRobolectricModel.java100 TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType) { in addShadowType()
380 private final TypeElement actualType; field in RobolectricModel.ShadowInfo
396 TypeElement actualType, in ShadowInfo()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/
DFindings.kt81 val actualType: KClass<*>, constant in com.android.intentresolver.validation.WrongElementType
97 val actualType: KClass<*>, constant in com.android.intentresolver.validation.ValueIsWrongType
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/exceptions/
H A DReporter.java495 …public static MockitoException wrongTypeOfReturnValue(String expectedType, String actualType, Stri… in wrongTypeOfReturnValue()
510 … wrongTypeReturnedByDefaultAnswer(Object mock, String expectedType, String actualType, String meth… in wrongTypeReturnedByDefaultAnswer()
773 …ArgumentToReturn(InvocationOnMock invocation, String expectedType, Class<?> actualType, int argume… in wrongTypeOfArgumentToReturn()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
H A DTypeExtractor.java412 ResolvedType actualType; in visit() local
485 … ResolvedType actualType = facade.toMethodUsage(methodReferenceExpr).returnType(); in visit() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/
H A DTypeExtractor.java419 Type actualType; in visit() local
504 Type actualType = facade.toMethodUsage(methodReferenceExpr).returnType(); in visit() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java611 int actualType = response.associations[i].type; in getUserAssociation() local
744 int actualType = response.associations[i].type; in handleOnUserIdentificationAssociation() local
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
H A DAssertionsByIntentResolution.java122 private static String appendWildcard(String actualType) { in appendWildcard()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_images_getinfo_common.cpp199 ExplicitType actualType; in test_image_format_get_info() local
/aosp_15_r20/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
H A DDeviceOwnerHelper.java243 Class<?> actualType = methodParameters[i].getType(); in findBestMethod() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dlocavailable.cpp148 ULocAvailableType actualType = fType; in next() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
H A DPropertyBuilder.java131 JavaType actualType = (serializationType == null) ? declaredType : serializationType; in buildWriter() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_images_3D_info.cpp71 ExplicitType actualType; in test_image_format_read() local

12345678910>>...18