/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | SerialDescriptorEqualityTest.kt | 81 val typeParam = Int.serializer().descriptor in <lambda>() constant
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | TypeAliasSpecTest.kt | 175 val typeParam = TypeVariableName("V") in generalBuilderEqualityTest() constant
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/ |
H A D | TypeToken.java | 235 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, TypeToken<X> typeArg) { in where() 267 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, Class<X> typeArg) { in where()
|
H A D | TypeResolver.java | 505 private WildcardCapturer forTypeVariable(TypeVariable<?> typeParam) { in forTypeVariable()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/ |
H A D | TypeToken.java | 235 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, TypeToken<X> typeArg) { in where() 267 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, Class<X> typeArg) { in where()
|
H A D | TypeResolver.java | 505 private WildcardCapturer forTypeVariable(TypeVariable<?> typeParam) { in forTypeVariable()
|
/aosp_15_r20/external/kotlinpoet/interop/ksp/test-processor/src/main/kotlin/com/squareup/kotlinpoet/ksp/test/processor/ |
H A D | TestProcessor.kt | 119 decl.typeParameters.map { typeParam -> in <lambda>() method 171 function.typeParameters.map { typeParam -> in <lambda>() method
|
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/ |
H A D | KmTypes.kt | 221 for (typeParam in this) { in toTypeParameterResolver() method 227 for (typeParam in this) { in toTypeParameterResolver() method
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
H A D | CommonTypeParameterItemTest.kt | 337 val typeParam = method.typeParameterList.single() in Test reified type parameter() constant
|
H A D | CommonTypeItemTest.kt | 1209 val typeParam = fooClass.typeParameterList.single() in <lambda>() constant
|
H A D | CommonTypeModifiersTest.kt | 813 val typeParam = fooMethod.typeParameterList.single() in <lambda>() constant
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/parametrization/ |
H A D | ResolvedTypeParameterValueProvider.java | 49 Optional<ResolvedType> typeParam = typeParamValue(typeParameter); in useThisTypeParametersOnTheGivenType() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/parametrization/ |
H A D | TypeParameterValueProvider.java | 28 Optional<Type> typeParam = typeParamValue(typeParameter); in useThisTypeParametersOnTheGivenType() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/declarations/common/ |
H A D | MethodDeclarationCommonLogic.java | 73 … Optional<ResolvedType> typeParam = typeParamByName(typeParameter.getName(), context); in replaceTypeParams() 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/declarations/common/ |
H A D | MethodDeclarationCommonLogic.java | 73 … Optional<Type> typeParam = typeParamByName(typeParameter.getName(), typeSolver, context); in replaceTypeParams() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/ |
H A D | RuleType.java | 147 public RuleType typeParam() { in typeParam() method in RuleType
|
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/ |
H A D | Helpers.java | 118 List<TypeMirror> getExplicitBounds(TypeParameterElement typeParam) { in getExplicitBounds()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.cpp | 1026 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetActiveAttrib() local 1034 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetActiveAttrib() local 1106 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetActiveUniform() local 1114 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetActiveUniform() local
|
H A D | capture_gles_3_0_autogen.cpp | 1463 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetTransformFeedbackVarying() local 1471 ParamCapture typeParam("type", ParamType::TGLenumPointer); in CaptureGetTransformFeedbackVarying() local
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 461 DeclResult typeParam = Actions.actOnObjCTypeParam( in parseObjCTypeParamListOrProtocolRefs() local 539 DeclResult typeParam = Actions.actOnObjCTypeParam( in parseObjCTypeParamListOrProtocolRefs() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
H A D | GenericsResolutionTest.java | 133 ResolvedType typeParam = type.asReferenceType().typeParametersValues().get(0); in resolveFieldOfGenericReferringToVariableType() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | SignatureAttribute.java | 1054 List<TypeParameter> typeParam = new ArrayList<TypeParameter>(); in parseTypeParams() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 1076 if (auto *typeParam = dyn_cast<ObjCTypeParamDecl>(typedefTy->getDecl())) { in substObjCTypeArgs() local
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 967 auto typeParam = ReadDeclAs<ObjCTypeParamDecl>(Record, Idx); in ReadObjCTypeParamList() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 708 for (auto typeParam : typeParams) { in actOnObjCTypeParamList() local
|