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

  /frameworks/base/tools/aidl/
Type.h 405 class GenericType : public Type
408 GenericType(const string& package, const string& name,
446 class GenericListType : public GenericType
Type.cpp 154 //return new GenericType(package, name, args);
1074 GenericType::GenericType(const string& package, const string& name,
1097 GenericType::GenericArgumentTypes() const
1103 GenericType::GenericArguments() const
1109 GenericType::ImportType() const
1115 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1117 fprintf(stderr, "implement GenericType::WriteToParcel\n");
1121 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1123 fprintf(stderr, "implement GenericType::CreateFromParcel\n")
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 32 static class GenericType<T>{
43 static class SimpleInheritance <T> extends GenericType<T>{}
77 Class<? extends GenericType> clazz = GenericType.class;
90 Class<? extends GenericType> clazz = GenericType.class;
171 TypeVariable<Class> typeParameter = getTypeParameter(GenericType.class);

Completed in 3782 milliseconds