Home
last modified time | relevance | path

Searched refs:supertype (Results 1 – 12 of 12) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DClassWriter.java57 public void setSupertype(TypeElement supertype) { in setSupertype() argument
58 switch (supertype.getKind()) { in setSupertype()
60 setSuperclass(ClassName.fromTypeElement(supertype)); in setSupertype()
63 addImplementedType(supertype); in setSupertype()
66 throw new IllegalArgumentException(supertype + " must be a class or interface"); in setSupertype()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DDexMaker.java233 TypeId<?> supertype, TypeId<?>... interfaces) { in declare() argument
246 declaration.supertype = supertype; in declare()
358 if (decl.supertype != null) { in generateFileName()
359 int sum = 31 * decl.supertype.hashCode() + decl.interfaces.hashCode(); in generateFileName()
556 private TypeId<?> supertype; field in DexMaker.TypeDeclaration
580 classDefItem = new ClassDefItem(thisType, flags, supertype.constant, in toClassDefItem()
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java266 TypeToken<?> supertype = resolveType(type); in resolveSupertype() local
268 supertype.typeResolver = typeResolver; in resolveSupertype()
269 return supertype; in resolveSupertype()
388 TypeToken<? super T> supertype = (TypeToken<? super T>) in getSupertype() local
390 return supertype; in getSupertype()
973 Class<? super T> supertype, Type[] upperBounds) {
977 if (of(supertype).isAssignableFrom(bound)) {
979 TypeToken<? super T> result = bound.getSupertype((Class) supertype);
983 throw new IllegalArgumentException(supertype + " isn't a super type of " + this);
996 private TypeToken<? super T> getArraySupertype(Class<? super T> supertype) {
[all …]
/external/guice/core/src/com/google/inject/
DTypeLiteral.java237 public TypeLiteral<?> getSupertype(Class<?> supertype) { in getSupertype() argument
239 supertype.isAssignableFrom(rawType), "%s is not a supertype of %s", supertype, this.type); in getSupertype() local
240 return resolve(MoreTypes.getGenericSupertype(type, rawType, supertype)); in getSupertype()
/external/v8/src/torque/
Dtypes.cc34 bool Type::IsSubtypeOf(const Type* supertype) const { in IsSubtypeOf()
36 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) { in IsSubtypeOf()
41 if (subtype == supertype) return true; in IsSubtypeOf()
Dtypes.h85 virtual bool IsSubtypeOf(const Type* supertype) const;
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeSpec.java192 TypeName supertype = !superinterfaces.isEmpty() ? superinterfaces.get(0) : superclass; in emit() local
193 codeWriter.emit("new $T(", supertype); in emit()
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dif.td77 // supertype variable.
/external/doclava/src/com/google/doclava/
DClassInfo.java467 TypeInfo supertype = mRealSuperclassType; in superClassesWithTypes() local
469 while (superclass != null && supertype != null) { in superClassesWithTypes()
471 lastCtp = new ClassTypePair(superclass, supertype.getTypeWithArguments(typeArgumentsMap)); in superClassesWithTypes()
474 supertype = superclass.mRealSuperclassType; in superClassesWithTypes()
/external/antlr/runtime/ObjC/Framework/
DLinkedList.m1202 * is not a supertype of the runtime type of every element in
/external/libevent/
Dwhatsnew-2.1.txt737 internal light-weight event_callback supertype, and both support
/external/clang/docs/
DAutomaticReferenceCounting.rst114 ``Class``; ``id`` is the final supertype of all object pointers. The validity