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

  /external/doclava/src/com/google/doclava/
MethodInfo.java 360 result.append(param.type().fullNameNoDimension(typeVariables())).append("...");
362 result.append(param.type().fullName(typeVariables()));
547 returnType().makeHDF(data, base + ".returnType", false, typeVariables());
563 ParameterInfo.makeHDF(data, base + ".params", mParameters.toArray(new ParameterInfo[mParameters.size()]), isVarArgs(), typeVariables());
578 public HashSet<String> typeVariables() {
579 HashSet<String> result = TypeInfo.typeVariables(mTypeParameters);
584 TypeInfo.typeVariables(types, result);
TypeInfo.java 201 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) {
202 makeHDFRecursive(data, base, false, isLastVararg, typeVariables);
205 public void makeQualifiedHDF(Data data, String base, HashSet<String> typeVariables) {
206 makeHDFRecursive(data, base, true, false, typeVariables);
251 HashSet<String> typeVariables) {
254 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables);
299 static HashSet<String> typeVariables(ArrayList<TypeInfo> params) {
300 return typeVariables(params, new HashSet<String>());
303 static HashSet<String> typeVariables(ArrayList<TypeInfo> params, HashSet<String> result) {
ClassInfo.java 255 public HashSet<String> typeVariables() {
256 HashSet<String> result = TypeInfo.typeVariables(mTypeInfo.typeArguments());
261 TypeInfo.typeVariables(types, result);
    [all...]
InfoBuilder.java 888 ArrayList<TypeInfo> typeVariables = new ArrayList<TypeInfo>();
    [all...]
  /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);
  /prebuilt/common/ecj/
ecj.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 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 333 milliseconds