HomeSort by relevance Sort by last modified time
    Searched refs:superType (Results 1 - 25 of 44) 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/dexlib2/src/test/java/org/jf/dexlib2/analysis/
TestUtils.java 43 public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String... interfaces) {
44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces),
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AddDelegateTransformer.java 50 public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) {
55 super.begin_class(version, access, className, superType, all, sourceFile);
70 super.begin_class(version, access, className, superType, interfaces, sourceFile);
InterceptFieldTransformer.java 47 public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) {
49 super.begin_class(version, access, className, superType, TypeUtils.add(interfaces, ENABLED), sourceFile);
70 super.begin_class(version, access, className, superType, interfaces, sourceFile);
FieldProviderTransformer.java 51 public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) {
57 super.begin_class(version, access, className, superType, interfaces, sourceFile);
  /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);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ProtoFollowsExtendsChecker.java 170 String superType = isNullPrototype ? "null" : AstUtil.getTypeNameFromPrototype(value);
178 "No @extends annotation for %s extending %s", type.typeName, superType));
191 if (!superType.equals(extendedTypeName)) {
193 "Supertype does not match %s declared in @extends for %s (line %d)",
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ClassEmitter.java 62 public void begin_class(int version, final int access, String className, final Type superType, final Type[] interfaces, String source) {
69 return (superType != null) ? superType : Constants.TYPE_OBJECT;
  /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/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...]
  /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/smali/smali/src/main/antlr3/
smaliTreeWalker.g 162 $classDef = dexBuilder.internClassDef($header.classType, $header.accessFlags, $header.superType,
173 header returns[String classType, int accessFlags, String superType, List<String> implementsList, String sourceSpec]
179 $superType = $super_spec.type;
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.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/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 1310 milliseconds

1 2