/cts/libs/vogar-expect/src/vogar/util/ |
Log.java | 56 public static void info(String message, Throwable throwable) { 58 sLogoutput.info(message, throwable);
|
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/ |
Test_f1.java | 32 } catch (Throwable t) { 45 } catch (Throwable t) { 58 } catch (Throwable t) { 71 } catch (Throwable t) { 84 } catch (Throwable t) { 97 } catch (Throwable t) { 110 } catch (Throwable t) { 123 } catch (Throwable t) { 136 } catch (Throwable t) { 149 // } catch (Throwable t) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/ |
Test_sparse_switch.java | 75 } catch (Throwable t) { 90 } catch (Throwable t) { 103 } catch (Throwable t) { 116 } catch (Throwable t) { 129 } catch (Throwable t) { 142 } catch (Throwable t) { 155 } catch (Throwable t) { 169 } catch (Throwable t) { 182 } catch (Throwable t) { 195 } catch (Throwable t) [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ClickListenerTest.java | 20 public void testClickContentOnLink() throws Throwable { 34 public void testClickContentOnJSListener1() throws Throwable { 49 public void testClickContentOnJSListener2() throws Throwable {
|
/external/easymock/src/org/easymock/ |
IAnswer.java | 31 * @throws Throwable the throwable to be thrown
33 T answer() throws Throwable;
|
/external/junit/src/org/junit/internal/runners/ |
ClassRoadie.java | 37 protected void addFailure(Throwable targetException) { 62 } catch (Throwable e) { 75 } catch (Throwable e) {
|
/external/junit/src/org/junit/rules/ |
ExternalResource.java | 18 * protected void before() throws Throwable { 43 public void evaluate() throws Throwable { 58 protected void before() throws Throwable {
|
TestWatcher.java | 44 public void evaluate() throws Throwable { 51 } catch (Throwable t) { 75 protected void failed(Throwable e, Description description) {
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
MethodInfo.java | 23 public boolean isValidException(Throwable throwable) { 25 Class<?> throwableClass = throwable.getClass();
|
/external/mockito/src/org/mockito/invocation/ |
MockHandler.java | 29 * @throws Throwable Throwable
32 Object handle(Invocation invocation) throws Throwable;
|
/external/mockito/src/org/mockito/stubbing/ |
Answer.java | 36 * @throws Throwable the throwable to be thrown
38 T answer(InvocationOnMock invocation) throws Throwable;
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
CameraRuntimeException.java | 12 private Throwable mCause; 29 public CameraRuntimeException(int problem, String message, Throwable cause) { 36 public CameraRuntimeException(int problem, Throwable cause) {
|
/frameworks/base/core/java/android/os/ |
AsyncResult.java | 29 public Throwable exception; 36 forMessage(Message m, Object r, Throwable ex) 62 AsyncResult (Object uo, Object r, Throwable ex)
|
/frameworks/base/services/java/com/android/server/ |
NativeDaemonConnectorException.java | 33 public NativeDaemonConnectorException(String detailMessage, Throwable throwable) { 34 super(detailMessage, throwable);
|
/libcore/crypto/src/main/java/org/conscrypt/util/ |
EmptyArray.java | 33 public static final Throwable[] THROWABLE = new Throwable[0];
|
/libcore/luni/src/main/java/java/util/prefs/ |
BackingStoreException.java | 43 * {@code Throwable}. 46 * the nested {@code Throwable}. 48 public BackingStoreException (Throwable t) {
|
/libcore/luni/src/main/java/libcore/util/ |
EmptyArray.java | 31 public static final Throwable[] THROWABLE = new Throwable[0];
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
Prefix.java | 73 * @throws Throwable 76 public void testGetPrefix1() throws Throwable { 85 public void testGetPrefix2() throws Throwable { 99 public void testGetPrefix3() throws Throwable { 111 public void testGetPrefix4() throws Throwable { 122 public void testGetPrefix5() throws Throwable { 143 public void _testGetPrefix6() throws Throwable { 161 public void testGetPrefix7() throws Throwable { 181 // public void testGetPrefix8() throws Throwable { 213 public void _testGetPrefix9() throws Throwable { [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
AlertDialog_BuilderTest.java | 137 public void testSetIconWithParamInt() throws Throwable { 149 public void testSetIconWithParamDrawable() throws Throwable { 161 public void testSetPositiveButtonWithParamInt() throws Throwable { 177 public void testSetPositiveButtonWithParamCharSequence() throws Throwable { 192 public void testSetNegativeButtonWithParamCharSequence() throws Throwable { 207 public void testSetNegativeButtonWithParamInt() throws Throwable { 222 public void testSetNeutralButtonWithParamInt() throws Throwable { 237 public void testSetNeutralButtonWithParamCharSequence() throws Throwable { 252 private void testCancelable(final boolean cancelable) throws Throwable { 286 public void testSetCancelable() throws Throwable { [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/ |
Test_invoke_direct.java | 87 } catch (Throwable t) { 100 } catch (Throwable t) { 127 } catch (Throwable t) { 140 } catch (Throwable t) { 154 } catch (Throwable t) { 167 } catch (Throwable t) { 183 } catch (Throwable t) { 198 } catch (Throwable t) { 211 } catch (Throwable t) { 250 } catch (Throwable t) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/ |
Test_invoke_direct_range.java | 87 } catch (Throwable t) { 100 } catch (Throwable t) { 127 } catch (Throwable t) { 140 } catch (Throwable t) { 154 } catch (Throwable t) { 167 } catch (Throwable t) { 183 } catch (Throwable t) { 198 } catch (Throwable t) { 211 } catch (Throwable t) { 250 } catch (Throwable t) [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLDataExceptionTest.java | 323 * @test java.sql.SQLDataException(Throwable) 326 Throwable cause = new Exception("MYTHROWABLE"); 343 * @test java.sql.SQLDataException(Throwable) 347 (Throwable) null); 360 * @test java.sql.SQLDataException(String, Throwable) 363 Throwable cause = new Exception("MYTHROWABLE"); 380 * @test java.sql.SQLDataException(String, Throwable) 384 "MYTESTSTRING", (Throwable) null); 398 * @test java.sql.SQLDataException(String, Throwable) 401 Throwable cause = new Exception("MYTHROWABLE") [all...] |
SQLFeatureNotSupportedExceptionTest.java | 365 * @test java.sql.SQLFeatureNotSupportedException(Throwable) 368 Throwable cause = new Exception("MYTHROWABLE"); 388 * @test java.sql.SQLFeatureNotSupportedException(Throwable) 392 (Throwable) null); 409 * @test java.sql.SQLFeatureNotSupportedException(String, Throwable) 412 Throwable cause = new Exception("MYTHROWABLE"); 431 * @test java.sql.SQLFeatureNotSupportedException(String, Throwable) 435 "MYTESTSTRING", (Throwable) null); 452 * @test java.sql.SQLFeatureNotSupportedException(String, Throwable) 455 Throwable cause = new Exception("MYTHROWABLE") [all...] |
SQLIntegrityConstraintViolationExceptionTest.java | 394 * @test java.sql.SQLIntegrityConstraintViolationException(Throwable) 397 Throwable cause = new Exception("MYTHROWABLE"); 417 * @test java.sql.SQLIntegrityConstraintViolationException(Throwable) 421 (Throwable) null); 439 * Throwable) 442 Throwable cause = new Exception("MYTHROWABLE"); 463 * Throwable) 467 "MYTESTSTRING", (Throwable) null); 486 * Throwable) 489 Throwable cause = new Exception("MYTHROWABLE") [all...] |
SQLInvalidAuthorizationSpecExceptionTest.java | 382 * @test java.sql.SQLInvalidAuthorizationSpecException(Throwable) 385 Throwable cause = new Exception("MYTHROWABLE"); 405 * @test java.sql.SQLInvalidAuthorizationSpecException(Throwable) 409 (Throwable) null); 426 * @test java.sql.SQLInvalidAuthorizationSpecException(String, Throwable) 429 Throwable cause = new Exception("MYTHROWABLE"); 449 * @test java.sql.SQLInvalidAuthorizationSpecException(String, Throwable) 453 "MYTESTSTRING", (Throwable) null); 471 * @test java.sql.SQLInvalidAuthorizationSpecException(String, Throwable) 474 Throwable cause = new Exception("MYTHROWABLE") [all...] |