/dalvik/dx/tests/140-ssa-phi-overlap/ |
D | Test$B.class | Test.java
package Test$B extends Test$A implements Test$X {
final synthetic Test ... |
D | Test$C.class | Test.java
package Test$C extends java.lang.Object implements Test$X {
private ... |
D | Test$1.class | Test.java
package Test$1 extends java.lang.Object {
|
D | Test$X.class | Test.java
package Test$X extends java.lang.Object {
public abstract int x ( ... |
D | Test$A.class | Test.java
package Test$A extends java.lang.Object {
final synthetic Test this$ ... |
D | Test.class | Test.java
package Test extends java.lang.Object {
private Test$A mA
private Test ... |
D | Test.java | 26 public class Test { class 73 private Test() { in Test() method in Test 168 Test t = new Test(); in main()
|
D | build | 21 ${JAVAC} ${JAVAC_FLAGS} Test.java
|
D | run | 23 art -classpath classes.dex Test 1>art.out.log 2>art.err.log
|
/dalvik/dx/junit-tests/com/android/dx/util/ |
D | ByteArrayAnnotatedOutputTest.java | 22 import org.junit.Test; 25 @Test 40 @Test
|
/dalvik/dx/tests/071-dex-java-stack-ops/ |
D | blort.j | 90 ; Test of "pop" opcode. This should end up causing a call to consume1(0). 101 ; Test of "pop2" opcode, form 1. This should end up causing a call 114 ; Test of "pop2" opcode, form 2. This should end up causing a call 126 ; Test of "dup" opcode. This should end up causing these calls in order: 138 ; Test of "dup_x1" opcode. This should end up causing these calls in order: 152 ; Test of "dup_x2" opcode, form 1. This should end up causing these calls 168 ; Test of "dup_x2" opcode, form 2. This should end up causing these calls 182 ; Test of "dup2" opcode, form 1. This should end up causing these calls 197 ; Test of "dup2" opcode, form 2. This should end up causing these calls 209 ; Test of "dup2_x1" opcode, form 1. This should end up causing these calls [all …]
|
/dalvik/dx/junit-tests/com/android/dx/rop/type/ |
D | TypeTest.java | 19 import org.junit.Test; 27 @Test
|
/dalvik/dx/junit-tests/com/android/dx/rop/cst/ |
D | CstTypeTest.java | 20 import org.junit.Test; 29 @Test
|
/dalvik/dx/tests/032-bb-live-code/ |
D | blort.j | 26 ; Test that an exception handler for a live range is enlivened. 45 ; Test that an exception handler for a live range is dead as long as 64 ; Test all the if* variants. 117 ; Test jsr and jsr_w. 130 ; Test tableswitch. 144 ; Test lookupswitch. 158 ; Test every non-branching op.
|
/dalvik/dx/tests/129-numthread-deterministic/ |
D | info.txt | 1 Test that dx generates deterministic output when using --num-threads
|
/dalvik/dx/tests/130-numthread-multidex-deterministic/ |
D | info.txt | 1 Test that dx generates deterministic output when using --num-threads
|
/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/tests/124-multidex-option-no-overflow/ |
D | info.txt | 1 Test that dx generates one dex file when the dex index do not exceed limits and --multi-dex option
|
/dalvik/dx/junit-tests/com/android/dx/merge/ |
D | DexMergerTest.java | 35 import org.junit.Test; 47 @Test
|
/dalvik/dx/tests/085-dex-jsr-ret/ |
D | blort.j | 18 ; Test jsr and jsr_w.
|
/dalvik/docs/ |
D | porting-proto.c.txt | 223 * Test for some gcc-defined symbols. If you're frequently switching
|