Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 131) sorted by relevance

123456

/dalvik/tests/054-uncaught/src/
DMain.java15 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/
DMain.java21 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/
Dinfo.txt1 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/
Dinfo.txt2 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt1 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/
Dinfo.txt4 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/
Dinfo.txt1 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/
DOutputCollector.java75 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() argument
76 finisher.reverseBranch(which, newTarget); in reverseBranch()
/dalvik/dx/tests/010-class-attrib-InnerClasses/
Dinfo.txt1 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/
DOutputCollector.java78 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() argument
79 finisher.reverseBranch(which, newTarget); in reverseBranch()
/dalvik/dx/tests/001-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/dalvik/tests/001-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/dalvik/tests/032-concrete-sub/
Dinfo.txt3 different notions about which methods are abstract.
/dalvik/dx/tests/120-disable-extended-ops/
Dinfo.txt1 This is a test of the dx option --target-api, which is supposed to
/dalvik/dx/tests/113-old-style-inner-class/
Dinfo.txt1 This is a smoke test of dex conversion, which makes sure that
/dalvik/dx/tests/117-modified-utf8/
Drun18 prog=`which dx`
/dalvik/dx/tests/116-leb128/
Drun18 prog=`which dx`

123456