/dalvik/tests/054-uncaught/src/ |
D | Main.java | 15 private static void testThread(int which) { in testThread() argument 16 Thread t = new Helper(which); in testThread() 26 static void catchTheUncaught(int which) { in catchTheUncaught() argument 30 System.out.println("Test " + which); in catchTheUncaught() 31 switch (which) { in catchTheUncaught() 53 private int which; field in Main.Helper 55 public Helper(int which) { in Helper() argument 56 this.which = which; in Helper() 60 catchTheUncaught(which); in run()
|
/dalvik/tests/047-returns/src/ |
D | Main.java | 21 public static Runnable pickOne(int which) { in pickOne() argument 24 if (which == 1) in pickOne() 26 else if (which == 2) in pickOne() 28 else if (which == 3) in pickOne()
|
/dalvik/dx/tests/042-dex-ignore-result/ |
D | info.txt | 1 This is a smoke test of dex conversion, which ensures that the 4 method call to a method which returns a value, where that value is
|
/dalvik/dx/tests/032-bb-live-code/ |
D | info.txt | 2 includes as live code all code which could possibly be flowed 3 to. There is at least one example of each instruction which allows
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 class-level Deprecated attribute, which is syntactically valid.
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 class-level Synthetic attribute, which is syntactically valid.
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 class-level SourceFile attribute, which is syntactically valid.
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 class-level Signature attribute, which is syntactically valid.
|
/dalvik/tests/087-gc-after-link/ |
D | info.txt | 1 This test causes a linkage error, which calls dvmFreeClassInnards on 4 This is a regression test for a defect in Dalvik, which was assuming
|
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 method with a simple Code attribute, which itself has a syntactically
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 method with a simple Code attribute, which itself has a syntactically
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 fields, each with a single ConstantValue attribute, which points at one
|
/dalvik/dx/tests/023-code-exception-table/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 method with a minimal but syntactically valid Code attribute, which
|
/dalvik/tests/068-classloader/ |
D | info.txt | 4 some situations in which a VM that only checks the UTF-8 signatures could 7 This also tests a couple of situations in which an IllegalAccessException
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
D | info.txt | 1 This is a dump of two simple classes which are valid in structure but 6 class-level EnclosingMethod attribute, which is syntactically valid. There
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | OutputCollector.java | 75 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() argument 76 finisher.reverseBranch(which, newTarget); in reverseBranch()
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
D | info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 class-level InnerClasses attribute, which is syntactically valid and contains
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | OutputCollector.java | 78 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() argument 79 finisher.reverseBranch(which, newTarget); in reverseBranch()
|
/dalvik/dx/tests/001-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|
/dalvik/tests/001-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|
/dalvik/tests/032-concrete-sub/ |
D | info.txt | 3 different notions about which methods are abstract.
|
/dalvik/dx/tests/120-disable-extended-ops/ |
D | info.txt | 1 This is a test of the dx option --target-api, which is supposed to
|
/dalvik/dx/tests/113-old-style-inner-class/ |
D | info.txt | 1 This is a smoke test of dex conversion, which makes sure that
|
/dalvik/dx/tests/117-modified-utf8/ |
D | run | 18 prog=`which dx`
|
/dalvik/dx/tests/116-leb128/ |
D | run | 18 prog=`which dx`
|