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

1 2

  /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/refactorings/extractstring/
ReplaceStringsVisitor.java 340 findContextCandidates(results, clazzType, 0 /*superType*/);
361 * Because the superType argument is actually a recursion index, this makes the most
367 * @param superType The recursion index.
372 int superType) {
375 if (superType != 0 && Modifier.isPrivate(mb.getModifiers())) {
394 Integer rating = Integer.valueOf(10000 + 1000 * superType + argsLen);
408 if (superType != 0 && Modifier.isPrivate(var.getModifiers())) {
414 Integer rating = Integer.valueOf(superType);
423 findContextCandidates(results, clazzType, superType + 1);
  /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 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 146 $header.superType, $header.implementsList, $header.sourceSpec, annotationDirectoryItem,
157 header returns[TypeIdItem classType, int accessFlags, TypeIdItem superType, TypeListItem implementsList, StringIdItem sourceSpec]
163 $superType = $super_spec.type;
    [all...]
  /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 
  /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/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 827 milliseconds

1 2