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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleObserver.h 41 explicit ContextLifecycleObserver(ExecutionContext*, Type = GenericType);
  /external/chromium_org/third_party/WebKit/Source/platform/
LifecycleObserver.h 42 GenericType,
47 explicit LifecycleObserver(Context* context, Type type = GenericType)
  /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);
  /external/protobuf/src/google/protobuf/
repeated_field.h 267 template <typename GenericType>
270 typedef GenericType Type;
271 static GenericType* New() { return new GenericType; }
272 static void Delete(GenericType* value) { delete value; }
273 static void Clear(GenericType* value) { value->Clear(); }
274 static void Merge(const GenericType& from, GenericType* to) {
277 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 331 template <typename GenericType>
334 typedef GenericType Type;
335 static GenericType* New() { return new GenericType; }
336 static void Delete(GenericType* value) { delete value; }
337 static void Clear(GenericType* value) { value->Clear(); }
338 static void Merge(const GenericType& from, GenericType* to) {
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
    [all...]
  /frameworks/base/tools/aidl/
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...]
Type.h 405 class GenericType : public Type
408 GenericType(const string& package, const string& name,
446 class GenericListType : public GenericType
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 630 milliseconds