Home
last modified time | relevance | path

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

12345

/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/libcore/security/src/main/java/org/apache/harmony/security/x509/
DAlternativeName.java38 private boolean which; field in AlternativeName
47 public AlternativeName(boolean which, GeneralNames alternativeNames) { in AlternativeName() argument
48 this.which = which; in AlternativeName()
57 public AlternativeName(boolean which, byte[] encoding) throws IOException { in AlternativeName() argument
59 this.which = which; in AlternativeName()
89 buffer.append(prefix).append((which) ? "Subject" : "Issuer") //$NON-NLS-1$ //$NON-NLS-2$ in dumpValue()
/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/tests/060-reflection-security/src/
DEnforcer.java40 public void checkMemberAccess(Class c, int which) { in checkMemberAccess() argument
43 switch (which) { in checkMemberAccess()
46 default: member = "<" + which + ">?"; break; in checkMemberAccess()
52 super.checkMemberAccess(c, which); in checkMemberAccess()
/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/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/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/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/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/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/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/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/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/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/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/dx/src/com/android/dx/dex/code/
DOutputCollector.java75 public void reverseBranch(int which, CodeAddress newTarget) { in reverseBranch() argument
76 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/040-dex-constructor/
Dinfo.txt1 This is a smoke test of dex conversion, which ensures that the
/dalvik/dx/tests/039-dex-static-method/
Dinfo.txt1 This is a smoke test of dex conversion, which ensures that the
/dalvik/dx/tests/035-dex-instance-var/
Dinfo.txt1 This is a smoke test of dex conversion, which ensures that the
/dalvik/dx/tests/036-dex-static-var/
Dinfo.txt1 This is a smoke test of dex conversion, which ensures that the

12345