Home
last modified time | relevance | path

Searched defs:typeVariable (Results 1 – 25 of 39) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java134 private void registerTypeVariableIfNotPresent(TypeVariable<?> typeVariable) { in registerTypeVariableIfNotPresent()
220 TypeVariable<?> typeVariable = (TypeVariable<?>) type; in getActualTypeArgumentFor() local
381 private final TypeVariable<?> typeVariable; field in GenericMetadataSupport.TypeVariableReturnType
385 …pe(GenericMetadataSupport source, TypeVariable<?>[] typeParameters, TypeVariable<?> typeVariable) { in TypeVariableReturnType()
547 private final TypeVariable<?> typeVariable; field in GenericMetadataSupport.TypeVarBoundedType
549 public TypeVarBoundedType(TypeVariable<?> typeVariable) { in TypeVarBoundedType()
592 public TypeVariable<?> typeVariable() { in typeVariable() method in GenericMetadataSupport.TypeVarBoundedType
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionTypeParameter.java39 private TypeVariable typeVariable; field in ReflectionTypeParameter
43 …public ReflectionTypeParameter(TypeVariable typeVariable, boolean declaredOnClass, TypeSolver type… in ReflectionTypeParameter()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionTypeParameter.java39 private TypeVariable typeVariable; field in ReflectionTypeParameter
43 …public ReflectionTypeParameter(TypeVariable typeVariable, boolean declaredOnClass, TypeSolver type… in ReflectionTypeParameter()
/external/guava/android/guava/src/com/google/common/reflect/
DTypeParameter.java40 final TypeVariable<?> typeVariable; field in TypeParameter
DTypeResolver.java131 void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings()
DTypes.java331 TypeVariable<D> typeVariable = in newTypeVariableImpl() local
/external/guava/guava/src/com/google/common/reflect/
DTypeParameter.java40 final TypeVariable<?> typeVariable; field in TypeParameter
DTypeResolver.java131 void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings()
DTypes.java328 TypeVariable<D> typeVariable = in newTypeVariableImpl() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionInterfaceDeclarationTest.java76 … ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(list.getTypeParameters().get(0)); in testAllAncestors() local
DReflectionClassDeclarationTest.java305 …ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(arraylist.getTypeParameters().get(0)); in testAllAncestors() local
/external/dagger2/java/dagger/internal/codegen/writing/
DOptionalFactories.java135 TypeVariableName typeVariable = TypeVariableName.get("T"); in absentOptionalProviderMethod() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/
DReferenceTypeTest.java580 ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(streamMapR); in testReplaceTypeVariables() local
598 ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(streamMapR); in testReplaceTypeVariablesWithLambdaInBetween() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DAbstractTypesTest.java255 @Test public void typeVariable() throws Exception { in typeVariable() method in AbstractTypesTest
DTypeSpecTest.java1070 TypeVariableName typeVariable = TypeVariableName.get("T", Comparator.class, Serializable.class); in intersectionType() local
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DFactoryWriter.java242 TypeVariableName typeVariable = TypeVariableName.get("T"); in addCheckNotNullMethod() local
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypesTest.java320 TypeVariable<D> typeVariable, Type... bounds) { in withBounds()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java320 TypeVariable<D> typeVariable, Type... bounds) { in withBounds()
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java346 private static Class<?> declaringClassOf(TypeVariable typeVariable) { in declaringClassOf()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
DMethodResolutionLogic.java212 …private static boolean matchTypeVariable(ResolvedTypeVariable typeVariable, ResolvedType type, Map… in matchTypeVariable()
/external/javapoet/src/main/java/com/squareup/javapoet/
DMethodSpec.java376 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
DTypeSpec.java483 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/caliper/lib/
Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12