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

  /external/chromium_org/third_party/WebKit/Source/platform/
LifecycleObserver.h 42 GenericType,
47 explicit LifecycleObserver(Context* context, Type type = GenericType)
  /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 156 //return new GenericType(package, name, args);
1076 GenericType::GenericType(const string& package, const string& name,
1099 GenericType::GenericArgumentTypes() const
1105 GenericType::GenericArguments() const
1111 GenericType::ImportType() const
1117 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1119 fprintf(stderr, "implement GenericType::WriteToParcel\n");
1123 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1125 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);
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 402 milliseconds