/external/objenesis/main/src/org/objenesis/instantiator/gcj/ |
D | GCJSerializationInstantiator.java | 30 private Class superType; field in GCJSerializationInstantiator 34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type); in GCJSerializationInstantiator() 39 return newObjectMethod.invoke(dummyStream, new Object[] {type, superType}); in newInstance()
|
/external/objenesis/main/src/org/objenesis/instantiator/sun/ |
D | Sun13SerializationInstantiator.java | 30 private final Class superType; field in Sun13SerializationInstantiator 34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type); in Sun13SerializationInstantiator() 39 return allocateNewObjectMethod.invoke(null, new Object[] {type, superType}); in newInstance()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | TestUtils.java | 43 …public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String.… in makeClassDef() argument 44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces), in makeClassDef()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
D | AddDelegateTransformer.java | 50 …public void begin_class(int version, int access, String className, Type superType, Type[] interfac… in begin_class() argument 55 super.begin_class(version, access, className, superType, all, sourceFile); in begin_class() 70 super.begin_class(version, access, className, superType, interfaces, sourceFile); in begin_class()
|
D | InterceptFieldTransformer.java | 47 …public void begin_class(int version, int access, String className, Type superType, Type[] interfac… in begin_class() argument 49 …super.begin_class(version, access, className, superType, TypeUtils.add(interfaces, ENABLED), sourc… in begin_class() 70 super.begin_class(version, access, className, superType, interfaces, sourceFile); in begin_class()
|
D | FieldProviderTransformer.java | 51 …public void begin_class(int version, int access, String className, Type superType, Type[] interfac… in begin_class() argument 57 super.begin_class(version, access, className, superType, interfaces, sourceFile); in begin_class()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | ClassEmitter.java | 62 …public void begin_class(int version, final int access, String className, final Type superType, fin… in begin_class() argument 69 return (superType != null) ? superType : Constants.TYPE_OBJECT; in begin_class()
|
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
D | ProxyBuilder.java | 252 TypeId<T> superType = TypeId.get(baseClass); in buildProxyClass() local 253 generateConstructorsAndFields(dexMaker, generatedType, superType, baseClass); in buildProxyClass() 255 generateCodeForAllMethods(dexMaker, generatedType, methodsToProxy, superType); in buildProxyClass() 256 dexMaker.declare(generatedType, generatedName + ".generated", PUBLIC, superType, in buildProxyClass() 554 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) { in generateConstructorsAndFields() argument 575 MethodId<T, ?> superConstructor = superType.getConstructor(types); in generateConstructorsAndFields()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 1608 TypeProto superType; 1612 superType = classPath.getClass(superclassType); 1615 superType = typeProto; 1618 resolvedMethod = superType.getMethodByVtableIndex(methodIndex);
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2704 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2711 false, superType, VK_LValue, in SynthMessageExpr() 2714 superType, VK_LValue, in SynthMessageExpr() 2727 Context->getPointerType(superType), in SynthMessageExpr() 2735 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2737 superType, VK_LValue, in SynthMessageExpr() 2804 QualType superType = getSuperStructType(); in SynthMessageExpr() local 2811 false, superType, VK_LValue, in SynthMessageExpr() 2814 superType, VK_LValue, SourceLocation()); in SynthMessageExpr() 2826 Context->getPointerType(superType), in SynthMessageExpr() [all …]
|
D | RewriteModernObjC.cpp | 3318 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3325 false, superType, VK_LValue, in SynthMessageExpr() 3328 superType, VK_LValue, in SynthMessageExpr() 3341 Context->getPointerType(superType), in SynthMessageExpr() 3349 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3351 superType, VK_LValue, in SynthMessageExpr() 3418 QualType superType = getSuperStructType(); in SynthMessageExpr() local 3425 false, superType, VK_LValue, in SynthMessageExpr() 3428 superType, VK_LValue, SourceLocation()); in SynthMessageExpr() 3440 Context->getPointerType(superType), in SynthMessageExpr() [all …]
|
/external/smali/smali/src/main/antlr3/ |
D | smaliTreeWalker.g | 162 $classDef = dexBuilder.internClassDef($header.classType, $header.accessFlags, $header.superType, 173 header returns[String classType, int accessFlags, String superType, List<String> implementsList, St… 179 $superType = $super_spec.type;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/vogar/lib/ |
D | mockito-all-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 443 …n)header1).accessFlags:0), (header1!=null?((smaliTreeWalker.header_return)header1).superType:null), in smali_file() 469 public String superType; field in smaliTreeWalker.header_return 525 retval.superType = super_spec6; in header()
|
/external/robolectric/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/dexmaker/lib/ |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |