/cts/tools/signature-tools/test/signature/converter/dex/ |
DexUtilTest.java | 17 package signature.converter.dex; 20 import dex.reader.DexTestsCommon; 21 import dex.reader.util.JavaSource; 22 import dex.reader.util.JavaSourceToDexUtil; 23 import dex.structure.DexClass; 24 import dex.structure.DexFile; 29 import signature.converter.dex.DexToSigConverter; 31 import static signature.converter.dex.DexUtil.*;
|
DexExternalizerTest.java | 17 package signature.converter.dex; 35 IApi api = converter.convertApi("Dex Tests", DexUtil.getDexFiles(new HashSet<String>(Arrays.asList(new String[]{"resources/javaCore.dex"}))), Visibility.PRIVATE); 38 externalizer.externalizeApi("dex-spec", api);
|
/dalvik/dx/tests/034-dex-minimal/ |
info.txt | 1 This is a smoke test of a couple cases of minimal dex creation: 3 The first test tries to create the truly minimal dex file by using the
|
/dalvik/libdex/ |
CmdUtils.h | 17 * Access .dex (Dalvik Executable Format) files. The code here assumes that 18 * the DEX file has been rewritten (byte-swapped, word-aligned) and that 20 * see docs/dalvik/dex-format.html for a detailed description. 22 * The structure and field names were chosen to match those in the DEX spec. 24 * It's generally assumed that the DEX file will be stored in shared memory, 46 * Map the specified DEX file, possibly after expanding it into a temp file 50 * read-only copy of a DEX file that could be in a number of different states. 61 * Utility function to open a Zip archive, find "classes.dex", and extract
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 27 * Manipulates DEX files. The class is similar in principle to 30 * Note we don't directly open and read the DEX file here. They're memory-mapped 40 * Opens a DEX file from a given File object. This will usually be a ZIP/JAR 41 * file with a "classes.dex" inside. 50 * the File object referencing the actual DEX file 61 * Opens a DEX file from a given filename. This will usually be a ZIP/JAR 62 * file with a "classes.dex" inside. 71 * the filename of the DEX file 80 throw new UnsupportedOperationException("No dex in this VM"); 84 //System.out.println("DEX FILE cookie is " + mCookie) [all...] |
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/044-dex-math-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/045-dex-switch-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/046-dex-exceptions/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/047-dex-wide-args/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/048-dex-new-array/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/049-dex-instanceof/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/050-dex-checkcast/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/052-dex-static-var-access/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/053-dex-instance-var-access/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/054-dex-high16/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/055-dex-explicit-throw/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/056-dex-call-interface/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/057-dex-call-virtual/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|