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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDefItem.java 46 private TypeIdItem superType;
66 * @param superType The superclass of this class, or null if none (only valid for java.lang.Object)
77 private ClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, TypeIdItem superType,
85 this.superType = superType;
106 * @param superType The superclass of this class, or null if none (only valid for java.lang.Object)
119 TypeIdItem superType, TypeListItem implementedInterfaces, StringIdItem sourceFile,
129 ClassDefItem classDefItem = new ClassDefItem(dexFile, classType, accessFlags, superType, implementedInterfaces,
140 * @param superType The superclass of the class, or null if none (only valid for java.lang.Object)
153 TypeIdItem superType, TypeListItem implementedInterfaces, StringIdItem sourceFile
    [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 287 // it so we get its supertype. At some point it will be null and we
289 IType superType = type;
291 while ((superType = hierarchy.getSuperclass(superType)) != null &&
292 superType.exists()) {
293 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/refactoring/core/
AndroidTypeRenameParticipant.java 172 IType superType = superTypes[i];
173 String className = superType.getFullyQualifiedName();
AndroidTypeMoveParticipant.java 212 IType superType = superTypes[i];
213 String className = superType.getFullyQualifiedName();
  /prebuilt/common/ecj/
ecj.jar 
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/smali/smali/src/main/antlr3/org/jf/smali/
smaliTreeWalker.g 176 $header.superType, $header.implementsList, $header.sourceSpec, annotationDirectoryItem,
185 header returns[TypeIdItem classType, int accessFlags, TypeIdItem superType, TypeListItem implementsList, StringIdItem sourceSpec]
191 $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 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 947 milliseconds