/dalvik/dx/tests/125-main-dex-list/ |
D | info.txt | 1 Instruct dx to build 2 dex files with specified classes in each dex file. Then run a test on 2 dalvikvm loading the 2 dex files and checking the classes they contain.
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
D | Main.java | 57 String[] files; field in Main.Arguments 95 files = new String[argArray.length - i]; in parse() 96 System.arraycopy(argArray, i, files, 0, files.length); in parse()
|
D | AnnotationLister.java | 60 for (String path : args.files) { in process()
|
/dalvik/dx/tests/115-merge/ |
D | info.txt | 1 Merges two dex files into one and then loads the result. 3 Because it loads the merged dex files, this JUnit test only works on a dalvikvm.
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | ClassPathOpener.java | 215 File[] files = dir.listFiles(); in processDirectory() local 216 int len = files.length; in processDirectory() 220 Arrays.sort(files, new Comparator<File>() { in processDirectory() 229 any |= processOne(files[i], false); in processDirectory()
|
/dalvik/dx/tests/127-merge-stress/ |
D | info.txt | 1 This test tries to merge dex files it finds in the android tree at random, 2 by 2.
|
D | run | 68 echo No valid DEX files found.
|
/dalvik/dx/tests/034-dex-minimal/ |
D | run | 17 dx --debug --dex --dump-to=- --no-files
|
D | info.txt | 4 --no-files option. The output dump of this is checked to make sure it
|
/dalvik/dx/tests/134-maindexlist-lambdas/ |
D | info.txt | 1 This test that MainDexListBuilder can run on class files with InvokeDynamic,
|
/dalvik/dx/tests/128-multidex-option-overflow/ |
D | info.txt | 1 Test that dx generates several dex files when the application exceeds more
|
/dalvik/dx/ |
D | README.txt | 1 Home of Dalvik eXchange, the thing that takes in class files and
|
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|
/dalvik/dx/tests/119-merge-conflict/ |
D | info.txt | 1 Merges dex files with and without conflicts.
|
/dalvik/dx/tests/135-invoke-custom/ |
D | info.txt | 2 invoke-custom in DEX files.
|
/dalvik/opcode-gen/ |
D | README.txt | 43 * Look in the directory vm/analysis at the files CodeVerify.c,
|
D | bytecode.txt | 76 # optimized -- optimized; not to be included in unoptimized dex files 328 # fits the label in terms of not being valid in regular dex files.
|
/dalvik/ |
D | NOTICE | 46 source, and configuration files. 115 (b) You must cause any modified files to carry prominent notices 116 stating that You changed the files; and
|
/dalvik/dx/etc/ |
D | jasmin.jar | META-INF/
META-INF/MANIFEST.MF
jas/
jas/AnnotDefAttr.class
AnnotDefAttr ... |