/external/mockito/src/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupport.java | 173 TypeVariable typeVariable = (TypeVariable) type; in getActualTypeArgumentFor() local 174 return getActualTypeArgumentFor(typeVariable); in getActualTypeArgumentFor() 330 private final TypeVariable typeVariable; field in GenericMetadataSupport.TypeVariableReturnType 336 …turnType(GenericMetadataSupport source, TypeVariable[] typeParameters, TypeVariable typeVariable) { in TypeVariableReturnType() argument 338 this.typeVariable = typeVariable; in TypeVariableReturnType() 350 for (Type type : typeVariable.getBounds()) { in readTypeVariables() 353 registerTypeVariablesOn(getActualTypeArgumentFor(typeVariable)); in readTypeVariables() 359 rawType = extractRawTypeOf(typeVariable); in rawType() 386 Type type = extractActualBoundedTypeOf(typeVariable); in extraInterfaces() 396 …throw new MockitoException("Cannot extract extra-interfaces from '" + typeVariable + "' : '" + typ… in extraInterfaces() [all …]
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeParameter.java | 44 final TypeVariable<?> typeVariable; field in TypeParameter 49 this.typeVariable = (TypeVariable<?>) type; in TypeParameter() 53 return typeVariable.hashCode(); in hashCode() 59 return typeVariable.equals(that.typeVariable); in equals() 65 return typeVariable.toString(); in toString()
|
D | TypeResolver.java | 107 @Override void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings() argument 108 mappings.put(new TypeVariableKey(typeVariable), to); in populateTypeMappings()
|
D | Types.java | 329 TypeVariable<D> typeVariable = Reflection.newProxy( in newTypeVariableImpl() local 331 return typeVariable; in newTypeVariableImpl()
|
D | TypeToken.java | 217 new TypeResolver.TypeVariableKey(typeParam.typeVariable), in where()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | InterfaceWriter.java | 35 public void addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() argument 36 this.typeVariables.add(typeVariable); in addTypeVariable()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenResolutionTest.java | 450 TypeVariable<?> typeVariable = (TypeVariable<?>) 452 assertEquals(String.class, typeVariable.getBounds()[0]); 456 TypeVariable<?> typeVariable = (TypeVariable<?>) 458 assertEquals(Types.newParameterizedType(Enum.class, typeVariable), 459 typeVariable.getBounds()[0]);
|
D | TypeParameterTest.java | 35 TypeVariable<?> variable = new TypeParameter<T>() {}.typeVariable; in testCaptureTypeParameter()
|
D | TypesTest.java | 337 TypeVariable<D> typeVariable, Type... bounds) { in withBounds() argument 339 typeVariable.getGenericDeclaration(), typeVariable.getName(), bounds); in withBounds()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
D | ReflectionUtils.java | 102 TypeVariable<?> typeVariable = (TypeVariable<?>) type; in getFullyQualifiedName() local 103 return typeVariable.getName(); in getFullyQualifiedName()
|
/external/guice/core/src/com/google/inject/internal/ |
D | MoreTypes.java | 348 private static Class<?> declaringClassOf(TypeVariable typeVariable) { in declaringClassOf() argument 349 GenericDeclaration genericDeclaration = typeVariable.getGenericDeclaration(); in declaringClassOf()
|
/external/guice/extensions/persist/lib/ |
D | hibernate-annotations.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/caliper/lib/ |
D | gson-2.2.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/guice/lib/build/ |
D | spring-core.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |