HomeSort by relevance Sort by last modified time
    Searched defs:typeVariables (Results 1 - 25 of 47) sorted by null

1 2

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
InterfaceWriter.java 29 private final List<TypeVariableName> typeVariables;
32 this.typeVariables = Lists.newArrayList();
36 this.typeVariables.add(typeVariable);
50 if (!typeVariables.isEmpty()) {
52 Joiner.on(", ").appendTo(appendable, typeVariables);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 377 result.append(param.type().fullNameNoDimension(typeVariables())).append("...");
379 result.append(param.type().fullName(typeVariables()));
594 data, base + ".returnType", false, typeVariables());
616 new ParameterInfo[mParameters.size()]), isVarArgs(), typeVariables(), typeMapping);
648 public HashSet<String> typeVariables() {
649 HashSet<String> result = TypeInfo.typeVariables(mTypeParameters);
654 TypeInfo.typeVariables(types, result);
TypeInfo.java 247 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) {
248 makeHDFRecursive(data, base, false, isLastVararg, typeVariables);
251 public void makeQualifiedHDF(Data data, String base, HashSet<String> typeVariables) {
252 makeHDFRecursive(data, base, true, false, typeVariables);
297 HashSet<String> typeVariables) {
300 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables);
345 static HashSet<String> typeVariables(ArrayList<TypeInfo> params) {
346 return typeVariables(params, new HashSet<String>());
349 static HashSet<String> typeVariables(ArrayList<TypeInfo> params, HashSet<String> result) {
ClassInfo.java 302 public HashSet<String> typeVariables() {
303 HashSet<String> result = TypeInfo.typeVariables(mTypeInfo.typeArguments());
308 TypeInfo.typeVariables(types, result);
    [all...]
InfoBuilder.java 889 ArrayList<TypeInfo> typeVariables = new ArrayList<TypeInfo>();
    [all...]
  /external/guice/core/test/com/google/inject/
TypeLiteralTest.java 150 TypeVariable<Class<HasTypeParameters>>[] typeVariables
153 TypeLiteral<?> aTl = TypeLiteral.get(typeVariables[0]);
165 TypeVariable<Class<HasTypeParameters>>[] typeVariables
168 TypeLiteral<?> cTl = TypeLiteral.get(typeVariables[2]);
180 TypeVariable<Class<HasTypeParameters>>[] typeVariables
183 TypeLiteral<?> bTl = TypeLiteral.get(typeVariables[1]);
189 assertEquals(ImmutableList.<Type>of(Types.listOf(typeVariables[0]), Runnable.class),
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 86 TypeVariable<? extends Class<?>>[] typeVariables = cClass.getTypeParameters();
87 assertEquals(2, typeVariables.length);
88 assertTypeVariable(typeVariables[0], "K", String.class);
89 assertTypeVariable(typeVariables[1], "V", aClass);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 356 milliseconds

1 2