Searched refs:DexFile (Results 1 – 14 of 14) sorted by relevance
27 import dalvik.system.DexFile;42 DexFile dexFile = getDexFileFromDexElement(dexElement); in testUsesLibrary()54 DexFile dexFile = getDexFileFromDexElement(dexElements[1]); in testMissingLibrary()60 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary()71 DexFile libDexFile = getDexFileFromDexElement(dexElements[0]); in testDuplicateLibrary()73 DexFile apkDexFile = getDexFileFromDexElement(dexElements[1]); in testDuplicateLibrary()80 DexFile testDexFile = getDexFileFromDexElement(testDexElements[2]); in testDuplicateLibrary()97 private DexFile getDexFileFromDexElement(Object dexElement) throws Exception { in getDexFileFromDexElement()100 return (DexFile) dexFileField.get(dexElement); in getDexFileFromDexElement()103 private boolean isDexFileBackedByOatFile(DexFile dexFile) throws Exception { in isDexFileBackedByOatFile()[all …]
36 import com.android.dx.dex.file.DexFile;43 public dex.structure.DexFile getFrom(JavaSource source) throws IOException{ in getFrom()47 public dex.structure.DexFile getFrom(JavaSource... source) throws IOException{ in getFrom()51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{ in getAllFrom()62 public dex.structure.DexFile getFrom(Set<JavaSource> sources, in getFrom()75 DexFile dexFile = new DexFile(); in convertToDexCode()
39 import dex.structure.DexFile;55 DexFile dexFile = javaToDexUtil.getFrom(A); in testA()83 DexFile dexFile = javaToDexUtil.getFrom(T0); in testT0()135 DexFile dexFile = javaToDexUtil.getFrom(toSet(T1, T0), toStringSet(T1)); in testT1()150 DexFile dexFile = javaToDexUtil.getFrom(T1, T0); in testT0_T1()174 DexFile dexFile = javaToDexUtil.getFrom(A0); in testA0()195 DexFile dexFile = javaToDexUtil.getFrom(T3, A0); in testA0_T3()217 DexFile dexFile = javaToDexUtil.getFrom(G0); in testG0()242 DexFile dexFile = javaToDexUtil.getFrom(G1); in testG1()272 DexFile dexFile = javaToDexUtil.getFrom(I0); in testI0()[all …]
22 import dex.structure.DexFile;45 DexFile dexFile = javaToDexUtil.getFrom(source); in testManyFields()
32 import dex.structure.DexFile;88 protected DexFile prepareDexFile(String fileName) throws IOException{ in prepareDexFile()93 protected DexClass getClass(DexFile file, String className) { in getClass()
32 import dalvik.system.DexFile;59 DexFile dexFile = null; in getClasses()61 dexFile = new DexFile(apkPath); in getClasses()
25 public interface DexFile extends NamedElement { interface
24 import dex.structure.DexFile;30 /* package */final class DexFileImpl implements DexFile {
22 import dex.structure.DexFile;105 public String formatDexFile(DexFile file) { in formatDexFile()
19 import dex.structure.DexFile;68 public DexFile read(DexBuffer buffer) { in read()
21 import dalvik.system.DexFile;165 DexFile file = new DexFile(jar);
34 import com.android.dx.dex.file.DexFile;89 DexFile dexFile;1610 dexFile = new DexFile(dexOptions); in readD()
3 Filename: DexFile8198 @dalvik.annotation.EnclosingClass (value =Ldalvik/system/DexFile; )8201 class dalvik.system.DexFile$DFEnum extends java.lang.Object implements java.util.Enumeration8209 final dalvik.system.DexFile this$08213 dalvik.system.DexFile8214 dalvik.system.DexFile)8224 @dalvik.annotation.MemberClasses (value =Ldalvik/system/DexFile$DFEnum; )8225 public final class dalvik.system.DexFile extends java.lang.Object8241 dalvik.system.DexFile)8484 private dalvik.system.DexFile[] mDexs[all …]
3 Filename: DexFile