/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/ |
H A D | TypeTokenTest.java | 1280 TypeToken<TwoTypeArgs<?, ?>> supertype = new TypeToken<TwoTypeArgs<?, ?>>() {}; in testGetSubtype_toWildcard() local 1297 TypeToken<TwoTypeArgs<?, ?>.InnerType<?, ?>> supertype = in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars() local 1322 TypeToken<TwoTypeArgs<?, ? extends Number>> supertype = in testGetSubtype_toWildcardWithBounds() local 1334 TypeToken<Base> supertype = new TypeToken<Base>() {}; in testGetSubtype_baseClassWithNoTypeArgs() local 1345 TypeToken<GenericClass.Base> supertype = new TypeToken<GenericClass.Base>() {}; in testGetSubtype_baseClassInGenericClassWithNoTypeArgs() local 1356 TypeToken<Serializable> supertype = new TypeToken<Serializable>() {}; in testGetSubtype_genericSubtypeOfNonGenericType() local 1369 TypeToken<List<String>> supertype = new TypeToken<List<String>>() {}; in testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters() local 1382 TypeToken<List> supertype = new TypeToken<List>() {}; in testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters() local 1394 TypeToken<SingleGenericExtendsBase<?>> supertype = in testGetSubtype_baseClassWithLessTypeArgs() local 1408 TypeToken<FourTypeArgs<T, Integer, ?, ?>> supertype = in testGetSubtype_manyGenericArgs() local
|
H A D | TypeTokenSubtypeTest.java | 51 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_nonStaticAnonymousClass() local 58 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfOwnerTypeNotMatch() local 65 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfInnerTypeNotMatch() local 72 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_staticAnonymousClass() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/ |
H A D | TypeTokenTest.java | 1280 TypeToken<TwoTypeArgs<?, ?>> supertype = new TypeToken<TwoTypeArgs<?, ?>>() {}; in testGetSubtype_toWildcard() local 1297 TypeToken<TwoTypeArgs<?, ?>.InnerType<?, ?>> supertype = in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars() local 1322 TypeToken<TwoTypeArgs<?, ? extends Number>> supertype = in testGetSubtype_toWildcardWithBounds() local 1334 TypeToken<Base> supertype = new TypeToken<Base>() {}; in testGetSubtype_baseClassWithNoTypeArgs() local 1345 TypeToken<GenericClass.Base> supertype = new TypeToken<GenericClass.Base>() {}; in testGetSubtype_baseClassInGenericClassWithNoTypeArgs() local 1356 TypeToken<Serializable> supertype = new TypeToken<Serializable>() {}; in testGetSubtype_genericSubtypeOfNonGenericType() local 1369 TypeToken<List<String>> supertype = new TypeToken<List<String>>() {}; in testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters() local 1382 TypeToken<List> supertype = new TypeToken<List>() {}; in testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters() local 1394 TypeToken<SingleGenericExtendsBase<?>> supertype = in testGetSubtype_baseClassWithLessTypeArgs() local 1408 TypeToken<FourTypeArgs<T, Integer, ?, ?>> supertype = in testGetSubtype_manyGenericArgs() local
|
H A D | TypeTokenSubtypeTest.java | 51 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_nonStaticAnonymousClass() local 58 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfOwnerTypeNotMatch() local 65 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfInnerTypeNotMatch() local 72 TypeToken<?> supertype = new TypeToken<Mall<Outdoor>.Shop<Electronics>>() {}; in testSubtypeOfInnerClass_staticAnonymousClass() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/ |
H A D | TypeToken.java | 288 TypeToken<?> supertype = of(getCovariantTypeResolver().resolveType(type)); in resolveSupertype() local 414 TypeToken<? super T> supertype = in getSupertype() local 489 public final boolean isSubtypeOf(Type supertype) { in isSubtypeOf()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/ |
H A D | TypeToken.java | 288 TypeToken<?> supertype = of(getCovariantTypeResolver().resolveType(type)); in resolveSupertype() local 414 TypeToken<? super T> supertype = in getSupertype() local 489 public final boolean isSubtypeOf(Type supertype) { in isSubtypeOf()
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | SubcomponentCreatorValidationTest.java | 914 Source supertype = in covariantFactoryMethodReturnType() local 968 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod() local 1032 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod_buildMethodInherited() local
|
H A D | ComponentCreatorTest.java | 993 Source supertype = in covariantFactoryMethodReturnType() local 1049 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod() local 1114 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod_factoryMethodInherited() local
|
H A D | DelegateRequestRepresentationTest.java | 268 Source supertype = in noCast_rawTypes_Provider_get_toInaccessibleType() local 429 Source supertype = in inlineFactoryOfInacessibleType() local
|
H A D | ExpressionTest.java | 59 XType supertype = type(Supertype.class); in castTo() local
|
H A D | MembersInjectionTest.java | 986 Source supertype = in publicSupertypeHiddenSubtype() local
|
H A D | ComponentProcessorTest.java | 1750 Source supertype = in componentMethodInChildCallsComponentMethodInParent() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/ |
D | conversion_traits.hpp | 47 typedef typename mpl::if_<subranged,S,T>::type supertype ; typedef 71 typedef N supertype ; typedef
|
/aosp_15_r20/external/guice/core/src/com/google/inject/ |
H A D | TypeLiteral.java | 237 public TypeLiteral<?> getSupertype(Class<?> supertype) { in getSupertype() 239 supertype.isAssignableFrom(rawType), "%s is not a supertype of %s", supertype, this.type); in getSupertype() local
|
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | DexMaker.java | 233 TypeId<?> supertype, TypeId<?>... interfaces) { in declare() 570 private TypeId<?> supertype; field in DexMaker.TypeDeclaration
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/ |
H A D | $Gson$Types.java | 241 private static Type getGenericSupertype(Type context, Class<?> rawType, Class<?> supertype) { in getGenericSupertype() 282 private static Type getSupertype(Type context, Class<?> contextRawType, Class<?> supertype) { in getSupertype()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/javapoet/ |
H A D | TypeSpecs.java | 36 TypeSpec.Builder typeBuilder, XTypeElement supertype) { in addSupertype()
|
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/ |
H A D | AppliedType.kt | 43 for (supertype in types.directSupertypes(mirror)) { in superclasses() method
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | Merger.java | 221 Type supertype = supertypeBearer.getType(); in isPossiblyAssignableFrom() local
|
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/ |
H A D | AppliedType.kt | 44 for (supertype in type.getAllSuperTypes()) { in superclasses() constant
|
/aosp_15_r20/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
H A D | AutoFactoryProcessor.java | 209 TypeElement supertype, Element autoFactoryElement) { in implementationMethods()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | traits_test.cpp | 232 typedef Supertype supertype ; typedef
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | TypeSpec.kt | 143 val supertype = if (superclass != ANY) { in <lambda>() constant
|
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/ |
H A D | TypeSpec.java | 208 TypeName supertype = !superinterfaces.isEmpty() ? superinterfaces.get(0) : superclass; in emit() local
|
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/ |
H A D | KotlinPoetMetadataSpecsTest.kt | 77 fun supertype() { in <lambda>() method
|