Home
last modified time | relevance | path

Searched refs:DexFile (Results 1 – 7 of 7) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java44 public final class DexFile { class
66 public DexFile(File file) throws IOException { in DexFile() method in DexFile
79 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile
92 public DexFile(String fileName) throws IOException { in DexFile() method in DexFile
106 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile
114 DexFile(ByteBuffer[] bufs, ClassLoader loader, DexPathList.Element[] elements) in DexFile() method in DexFile
136 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, in DexFile() method in DexFile
168 static public DexFile loadDex(String sourcePathName, String outputPathName, in loadDex()
201 static DexFile loadDex(String sourcePathName, String outputPathName, in loadDex()
211 return new DexFile(sourcePathName, outputPathName, flags, loader, elements); in loadDex()
[all …]
DDexPathList.java264 DexFile dex = new DexFile(dexFiles, definingContext, null_elements); in initByteBufferDexPath()
267 ? null : DexFile.getClassLoaderContext(definingContext, null_elements); in initByteBufferDexPath()
344 DexFile dex = new DexFile(new ByteBuffer[] { buf }, /* classLoader */ null, in makeInMemoryDexElements()
384 DexFile dex = null; in makeDexElements()
435 private static DexFile loadDexFile(File file, File optimizedDirectory, ClassLoader loader, in loadDexFile()
439 return new DexFile(file, loader, elements); in loadDexFile()
442 return DexFile.loadDex(file.getPath(), optimizedPath, 0, loader, elements); in loadDexFile()
665 private final DexFile dexFile;
675 public Element(DexFile dexFile, File dexZipPath) { in Element()
685 public Element(DexFile dexFile) { in Element()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectInputStream2Test.java20 import dalvik.system.DexFile;
233 DexFile dexFile = new DexFile(sameFieldNames); in test_sameName()
DObjectStreamClassTest.java20 import dalvik.system.DexFile;
298 DexFile dexFile = new DexFile(sameFieldNames); in testClassWithSameFieldName()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericSignatureFormatErrorTest.java3 import dalvik.system.DexFile;
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt578 @Deprecated public final class DexFile {
579 …method @Deprecated public static dalvik.system.DexFile.OptimizationInfo getDexFileOptimizationInfo…
589 @Deprecated public static final class DexFile.OptimizationInfo {
/libcore/
Dnon_openjdk_java_files.bp40 "dalvik/src/main/java/dalvik/system/DexFile.java",