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 354 class GenericType : public Type
357 GenericType(const string& package, const string& name,
378 class GenericListType : public GenericType
Type.cpp 127 //return new GenericType(package, name, args);
923 GenericType::GenericType(const string& package, const string& name,
946 GenericType::GenericArguments() const
952 GenericType::ImportType() const
958 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
960 fprintf(stderr, "implement GenericType::WriteToParcel\n");
964 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
966 fprintf(stderr, "implement GenericType::CreateFromParcel\n");
970 GenericType::ReadFromParcel(StatementBlock* addTo, Variable* v
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 33 static class GenericType<T>{
44 static class SimpleInheritance <T> extends GenericType<T>{}
78 Class<? extends GenericType> clazz = GenericType.class;
91 Class<? extends GenericType> clazz = GenericType.class;
173 TypeVariable<Class> typeParameter = getTypeParameter(GenericType.class);

Completed in 1075 milliseconds