Home
last modified time | relevance | path

Searched defs:supertype (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1280 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 DTypeTokenSubtypeTest.java51 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 DTypeTokenTest.java1280 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 DTypeTokenSubtypeTest.java51 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 DTypeToken.java288 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 DTypeToken.java288 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 DSubcomponentCreatorValidationTest.java914 Source supertype = in covariantFactoryMethodReturnType() local
968 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod() local
1032 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod_buildMethodInherited() local
H A DComponentCreatorTest.java993 Source supertype = in covariantFactoryMethodReturnType() local
1049 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod() local
1114 Source supertype = in covariantFactoryMethodReturnType_hasNewMethod_factoryMethodInherited() local
H A DDelegateRequestRepresentationTest.java268 Source supertype = in noCast_rawTypes_Provider_get_toInaccessibleType() local
429 Source supertype = in inlineFactoryOfInacessibleType() local
H A DExpressionTest.java59 XType supertype = type(Supertype.class); in castTo() local
H A DMembersInjectionTest.java986 Source supertype = in publicSupertypeHiddenSubtype() local
H A DComponentProcessorTest.java1750 Source supertype = in componentMethodInChildCallsComponentMethodInParent() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dconversion_traits.hpp47 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 DTypeLiteral.java237 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 DDexMaker.java233 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.java241 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 DTypeSpecs.java36 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 DAppliedType.kt43 for (supertype in types.directSupertypes(mirror)) { in superclasses() method
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DMerger.java221 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 DAppliedType.kt44 for (supertype in type.getAllSuperTypes()) { in superclasses() constant
/aosp_15_r20/external/auto/factory/src/main/java/com/google/auto/factory/processor/
H A DAutoFactoryProcessor.java209 TypeElement supertype, Element autoFactoryElement) { in implementationMethods()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dtraits_test.cpp232 typedef Supertype supertype ; typedef
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DTypeSpec.kt143 val supertype = if (superclass != ANY) { in <lambda>() constant
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DTypeSpec.java208 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 DKotlinPoetMetadataSpecsTest.kt77 fun supertype() { in <lambda>() method

12345678910>>...17