HomeSort by relevance Sort by last modified time
    Searched full:zorch (Results 1 - 25 of 41) sorted by null

1 2

  /dalvik/tests/052-verifier-fun/
expected.txt 2 Zorch.
  /dalvik/dx/tests/099-dex-core-library-error/
Zorch.java 1 package javax.zorch;
3 public class Zorch {
expected.txt 4 Found zorch.dex
run 31 dx --debug --dex --output=zorch.dex javax/zorch/Zorch.class >/dev/null 2>&1
33 if [ -r zorch.dex ]; then
34 echo Found zorch.dex
  /dalvik/dx/tests/043-dex-two-classes/
expected.txt 2 processing Zorch.class...
Zorch.java 17 public class Zorch
run 17 $JAVAC -d . Blort.java Zorch.java
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 19 public static boolean zorch() { method in class:Blort
30 while (zorch()) {
36 while (zorch()) {
37 zorch(); method
43 if (zorch()) {
47 while (zorch()) {
48 zorch(); method
expected.txt 6 0000: invoke-static {}, Blort.zorch:()Z
12 0000: invoke-static {}, Blort.zorch:()Z
15 0006: invoke-static {}, Blort.zorch:()Z
20 0000: invoke-static {}, Blort.zorch:()Z
24 0007: invoke-static {}, Blort.zorch:()Z
27 000d: invoke-static {}, Blort.zorch:()Z
  /dalvik/dx/tests/109-int-branch/
blort.j 24 if_icmpeq zorch
28 if_icmpne zorch
34 if_icmplt zorch
40 if_icmpgt zorch
44 if_icmpge zorch
48 zorch:
63 if_icmpge zorch
67 zorch:
92 if_icmpge zorch
96 zorch
    [all...]
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
small-class.txt 18 01 0005 "Zorch" # 0006: utf8["Zorch"]
19 07 0006 # 0007: class[Zorch]
36 0003 0007 0000 0004 # Small / Zorch / null / protected
37 0007 0003 0006 ffff # Zorch / Small / "Zorch" / all-bits
expected.txt 14 0006: utf8{"Zorch"}
15 0007: type{Zorch}
38 outer_class: type{Zorch}
41 inner_class: type{Zorch}
43 name: utf8{"Zorch"}
  /dalvik/dx/tests/060-dex-call-static/
expected.txt 3 0000: invoke-static {}, Zorch.zorch1:()V
5 0004: invoke-static {v0}, Zorch.zorch2:(I)I
Blort.java 20 Zorch.zorch1();
21 return Zorch.zorch2(5);
  /dalvik/dx/tests/059-dex-call-super/
expected.txt 5 0002: invoke-super {v1}, Zorch.zorch1:()V
8 0007: invoke-super {v1, v2}, Zorch.zorch2:(I)I
16 0002: invoke-super {v1}, Zorch.test2:()V
  /dalvik/dx/tests/057-dex-call-virtual/
expected.txt 5 0002: invoke-virtual {v1}, Zorch.zorch1:()V
8 0007: invoke-virtual {v1, v2}, Zorch.zorch2:(I)I
Blort.java 19 public static int test(Zorch z) {
  /dalvik/dx/tests/056-dex-call-interface/
expected.txt 6 0003: invoke-interface {v5}, Zorch.zorch1:()V
9 0008: invoke-interface {v5, v6, v7}, Zorch.zorch2:(D)V
12 000d: invoke-interface {v5, v6}, Zorch.zorch3:(Ljava/lang/Object;)I
16 0013: invoke-interface {v5}, Zorch.zorch4:()J
Blort.java 19 public static int test(Zorch z, double d) {
Zorch.java 17 public interface Zorch
  /dalvik/dx/tests/095-dex-const-string-jumbo/
expected.txt 4 0001: const-string/jumbo v1, "zorch"
  /dalvik/dx/tests/096-dex-giant-catch/
run 21 fileName = "Zorch.java";
22 printf("public class Zorch {\n") > fileName;
40 --dump-method=Zorch.test Zorch.class | grep 'try\|catch'
  /cts/tests/tests/example/src/android/example/
Example.java 37 * @returns {@code "zorch"}, always
39 public static String zorch() { method in class:Example
40 return "zorch";
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 40 * Test {@link Example#zorch}.
43 assertEquals("zorch", Example.zorch());
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 23 public static void zorch(int x) { method in class:Blort
50 zorch(1);
61 zorch(sa.length);

Completed in 226 milliseconds

1 2