/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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/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 | 40 final TypeVariable<?> typeVariable; field in TypeParameter
|
D | TypeResolver.java | 131 void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings()
|
D | Types.java | 328 TypeVariable<D> typeVariable = in newTypeVariableImpl() local
|
/external/guava/android/guava/src/com/google/common/reflect/ |
D | TypeParameter.java | 40 final TypeVariable<?> typeVariable; field in TypeParameter
|
D | TypeResolver.java | 131 void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings()
|
D | Types.java | 331 TypeVariable<D> typeVariable = in newTypeVariableImpl() local
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionInterfaceDeclarationTest.java | 76 … ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(list.getTypeParameters().get(0)); in testAllAncestors() local
|
D | ReflectionClassDeclarationTest.java | 305 …ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(arraylist.getTypeParameters().get(0)); in testAllAncestors() local
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | OptionalFactories.java | 135 TypeVariableName typeVariable = TypeVariableName.get("T"); in absentOptionalProviderMethod() 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 | 1070 TypeVariableName typeVariable = TypeVariableName.get("T", Comparator.class, Serializable.class); in intersectionType() local
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | ReferenceTypeTest.java | 580 ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(streamMapR); in testReplaceTypeVariables() local 598 ResolvedTypeVariable typeVariable = new ResolvedTypeVariable(streamMapR); in testReplaceTypeVariablesWithLambdaInBetween() local
|
/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
D | FactoryWriter.java | 242 TypeVariableName typeVariable = TypeVariableName.get("T"); in addCheckNotNullMethod() local
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypesTest.java | 320 TypeVariable<D> typeVariable, Type... bounds) { in withBounds()
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | TypesTest.java | 320 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 | 376 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
|
D | TypeSpec.java | 483 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/ |
D | MethodResolutionLogic.java | 212 …private static boolean matchTypeVariable(ResolvedTypeVariable typeVariable, ResolvedType type, Map… in matchTypeVariable()
|