/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupport.java | 134 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/ |
D | ReflectionTypeParameter.java | 39 private TypeVariable typeVariable; field in ReflectionTypeParameter 43 …public ReflectionTypeParameter(TypeVariable typeVariable, boolean declaredOnClass, TypeSolver type… in ReflectionTypeParameter()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeParameter.java | 44 final TypeVariable<?> typeVariable; field in TypeParameter
|
D | TypeResolver.java | 107 @Override void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings()
|
D | Types.java | 329 TypeVariable<D> typeVariable = Reflection.newProxy( in newTypeVariableImpl() local
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionInterfaceDeclarationTest.java | 79 … ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(list.getTypeParameters().get(0)); in testAllAncestors() local
|
D | ReflectionClassDeclarationTest.java | 293 …ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(arraylist.getTypeParameters().get(0)); in testAllAncestors() local
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | InterfaceWriter.java | 35 public void addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | ReferenceTypeTest.java | 572 ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(streamMapR); in testReplaceTypeVariables() local 590 ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(streamMapR); in testReplaceTypeVariablesWithLambdaInBetween() local
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | AbstractTypesTest.java | 255 @Test public void typeVariable() throws Exception { in typeVariable() method in AbstractTypesTest
|
D | TypeSpecTest.java | 1001 TypeVariableName typeVariable = TypeVariableName.get("T", Comparator.class, Serializable.class); in intersectionType() local
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypesTest.java | 337 TypeVariable<D> typeVariable, Type... bounds) { in withBounds()
|
/external/guice/core/src/com/google/inject/internal/ |
D | MoreTypes.java | 346 private static Class<?> declaringClassOf(TypeVariable typeVariable) { in declaringClassOf()
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | MethodSpec.java | 355 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
|
D | TypeSpec.java | 469 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/ |
D | MethodResolutionLogic.java | 220 …private static boolean matchTypeVariable(ResolvedTypeVariable typeVariable, ResolvedType type, Map… in matchTypeVariable()
|