/external/objenesis/main/src/org/objenesis/instantiator/gcj/ |
GCJSerializationInstantiator.java | 30 private Class superType;
34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
39 return newObjectMethod.invoke(dummyStream, new Object[] {type, superType});
|
/external/objenesis/main/src/org/objenesis/instantiator/sun/ |
Sun13SerializationInstantiator.java | 30 private final Class superType;
34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
39 return allocateNewObjectMethod.invoke(null, new Object[] {type, superType});
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
ClassDefItem.java | 45 private @Nullable TypeIdItem superType; 65 * @param superType The superclass of this class, or null if none (only valid for java.lang.Object) 76 private ClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, @Nullable TypeIdItem superType, 84 this.superType = superType; 98 * @param superType The superclass of this class, or null if none (only valid for java.lang.Object) 111 @Nullable TypeIdItem superType, @Nullable TypeListItem implementedInterfaces, 122 ClassDefItem classDefItem = new ClassDefItem(dexFile, classType, accessFlags, superType, implementedInterfaces, 131 superType = dexFile.TypeIdsSection.getOptionalItemByIndex(in.readInt()); 152 out.annotate(4, "superclass_type: " + (superType==null?"":superType.getTypeDescriptor())) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 300 // it so we get its supertype. At some point it will be null and we 302 IType superType = type; 304 while ((superType = hierarchy.getSuperclass(superType)) != null && 305 superType.exists()) { 306 if (superClassName.equals(superType.getFullyQualifiedName())) {
|
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 246 TypeId<T> superType = TypeId.get(baseClass); 247 generateConstructorsAndFields(dexMaker, generatedType, superType, baseClass); 249 generateCodeForAllMethods(dexMaker, generatedType, methodsToProxy, superType); 250 dexMaker.declare(generatedType, generatedName + ".generated", PUBLIC, superType, 548 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) { 569 MethodId<T, ?> superConstructor = superType.getConstructor(types); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintClient.java | [all...] |
/external/robolectric/lib/main/ |
objenesis-1.0.jar | |
/prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/ |
objenesis-1.2.jar | |
/prebuilts/tools/common/objenesis/ |
objenesis-1.2.jar | |
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | [all...] |
RewriteModernObjC.cpp | [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
cglib-nodep-2.2.3.jar | |
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/ |
cglib-nodep-2.2.2.jar | |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |