HomeSort by relevance Sort by last modified time
    Searched defs:superType (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/objenesis/main/src/main/java/org/objenesis/instantiator/gcj/
GCJSerializationInstantiator.java 33 private Class<? super T> superType;
37 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
43 return type.cast(newObjectMethod.invoke(dummyStream, type, superType));
  /system/tools/hidl/
generateJava.cpp 144 const Interface *superType = iface->superType();
148 if (superType != NULL) {
149 out << superType->fullJavaName();
EnumType.cpp 496 const Type *superType = type->storageType();
497 if (superType == NULL || !superType->isEnum()) {
501 type = static_cast<const EnumType *>(superType);
generateCpp.cpp 457 const Interface *superType = iface->superType();
459 if (superType == NULL) {
463 << superType->fullName();
527 for (const Interface *superType : iface->typeChain()) {
531 << superType->getCppArgumentType()
    [all...]
Interface.cpp 467 ancestor = ancestor->superType();
513 const Interface *Interface::superType() const {
528 return superType()->typeChain(); // should work even if superType is nullptr
874 const Interface* superClass = superType();
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexType.java 105 // Treat the object class special as it is always the supertype, even in the case of broken
145 self = holder.superType;
391 DexType superType;
394 superType = next == dexItemFactory.objectType ? null : dexItemFactory.objectType;
396 superType = nextHolder.superType;
400 if (superType == null) {
403 assert superType.hierarchyLevel == next.hierarchyLevel - 1
404 || superType.hierarchyLevel == ROOT_LEVEL && next.hierarchyLevel == INTERFACE_LEVEL;
405 assert superType.directSubtypes.contains(next)
    [all...]
DexClass.java 24 public DexType superType;
34 DexString sourceFile, DexTypeList interfaces, DexAccessFlags accessFlags, DexType superType,
42 this.superType = superType;
49 if (type == superType) {
DexApplication.java 226 builder.append(clazz.superType.toSmaliString());
JarClassFileReader.java 105 private DexType superType;
182 superType = superName == null ? null : application.getTypeFromName(superName);
256 superType,
  /external/r8/src/main/java/com/android/tools/r8/ir/desugar/
ClassProcessor.java 63 DexType superType = clazz.superType;
64 if (superType != null && superType != rewriter.factory.objectType) {
65 process(rewriter.findRequiredClass(superType));
125 DexType superType = current.superType;
126 if (superType == null || superType == rewriter.factory.objectType) {
132 current = rewriter.findRequiredClass(superType);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 303 // it so we get its supertype. At some point it will be null and we
305 IType superType = type;
307 while ((superType = hierarchy.getSuperclass(superType)) != null &&
308 superType.exists()) {
309 if (superClassName.equals(superType.getFullyQualifiedName())) {
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 271 TypeId<T> superType = TypeId.get(baseClass);
272 generateConstructorsAndFields(dexMaker, generatedType, superType, baseClass);
274 generateCodeForAllMethods(dexMaker, generatedType, methodsToProxy, superType);
275 dexMaker.declare(generatedType, generatedName + ".generated", PUBLIC, superType, getInterfacesAsTypeIds());
584 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) {
605 MethodId<T, ?> superConstructor = superType.getConstructor(types);
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
Outliner.java     [all...]
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /prebuilts/devtools/tools/lib/
objenesis-2.1.jar 
  /prebuilts/misc/common/robolectric/lib/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/
butterknife-compiler-8.4.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.jar 

Completed in 1311 milliseconds

1 2 3 4 5 6 7 8 9