HomeSort by relevance Sort by last modified time
    Searched refs:Throwable (Results 1076 - 1100 of 3051) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLExceptionTest.java 35 private static Throwable tCause = new Throwable("Throwable for exception");
63 * Test for <code>SSLException(Throwable)</code> constructor
67 Throwable cause = null;
74 * Test for <code>SSLException(Throwable)</code> constructor
91 * Test for <code>SSLException(String, Throwable)</code> constructor
102 * Test for <code>SSLException(String, Throwable)</code> constructor
117 * Test for <code>SSLException(String, Throwable)</code> constructor
135 * Test for <code>SSLException(String, Throwable)</code> constructo
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 88 * @throws Throwable
91 public void _testImportNode1() throws Throwable {
134 public void testImportNode2() throws Throwable {
156 public void testImportNode3() throws Throwable {
178 public void testImportNode4() throws Throwable {
199 public void testImportNode5() throws Throwable {
226 public void testImportNode6() throws Throwable {
252 // public void testImportNode7() throws Throwable {
275 public void testImportNode8() throws Throwable {
298 // public void testImportNode9() throws Throwable {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 65 Class<? extends Throwable> expectedThrowable) {
68 fail("Expected throwable not thrown.");
69 } catch (Throwable th) {
73 fail("Cought unexpected throwable " + th.getClass().getName());
83 }, Throwable.class);
  /art/test/003-omnibus-opcodes/src/
Main.java 67 } catch (Throwable th) {
  /art/test/044-proxy/src/
Clash.java 66 throws Throwable {
Clash2.java 56 throws Throwable {
Clash3.java 71 throws Throwable {
  /art/test/059-finalizer-throw/src/
Main.java 63 protected void finalize() throws Throwable {
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 56 public static void info(String message, Throwable throwable) {
58 sLogoutput.info(message, throwable);
  /cts/tests/tests/app/src/android/app/cts/
LauncherActivity_IconResizerTest.java 43 public void testIconResizer() throws Throwable {
  /cts/tests/tests/view/src/android/view/cts/
InflateExceptionTest.java 39 Throwable throwable = new Exception(); local
44 ne = new InflateException(detailMessage, throwable);
72 ne = new InflateException(throwable);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_2.d 30 new-instance v1, java/lang/Throwable
31 invoke-direct {v1}, java/lang/Throwable/<init>()V
  /dalvik/dx/tests/091-ssa-const-collector/
Blort.java 42 } catch (Throwable tr) {
  /dalvik/tests/044-proxy/src/
Clash.java 66 throws Throwable {
Clash2.java 56 throws Throwable {
Clash3.java 71 throws Throwable {
  /dalvik/tests/059-finalizer-throw/src/
Main.java 49 protected void finalize() throws Throwable {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
AuthenticationExceptionTest.java 47 static Throwable tCause = new Throwable("Throwable for exception");
89 * Test for <code>AuthenticationException(String detail, Throwable ex)</code> constructor
100 * Test for <code>AuthenticationException(String detail, Throwable ex)</code> constructor
115 * Test for <code>AuthenticationException(String detail, Throwable ex)</code> constructor
132 * Test for <code>AuthenticationException(String detail, Throwable ex)</code> constructor
160 Throwable[] th = {
164 new Throwable(), new Exception("exception", new Exception()) };
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
GuardedObjectTest.java 52 public void testDisableGuard() throws Throwable {
  /external/apache-http/src/org/apache/http/client/utils/
CloneUtils.java 55 Throwable cause = ex.getCause();
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ArchiveTest.java 87 public void testExplicitGoodPath() throws Throwable {
99 public void testAutoGoodPath() throws Throwable {
120 public void testExplicitBadPath() throws Throwable {
132 public void testAutoBadPath() throws Throwable {
AwContentsClientFullScreenVideoTest.java 25 public void testOnShowAndHideCustomView() throws Throwable {
UserAgentTest.java 33 public void testNoExtraSpaceBeforeBuildName() throws Throwable {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
EmailAddressDetectionTest.java 26 public void testValidEmailAddresses() throws Throwable {
NavigationTest.java 29 TestCallbackHelperContainer testCallbackHelperContainer) throws Throwable {
41 TestCallbackHelperContainer testCallbackHelperContainer) throws Throwable {
54 public void testDirectedNavigationHistory() throws Throwable {
104 public void testPageReload() throws Throwable {

Completed in 980 milliseconds

<<41424344454647484950>>