/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateNotYetValidExceptionTest.java | 52 static Throwable tCause = new Throwable("Throwable for exception");
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
InvalidParameterSpecExceptionTest.java | 52 static Throwable tCause = new Throwable("Throwable for exception");
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/ |
CertificateEncodingExceptionTest.java | 51 static Throwable tCause = new Throwable("Throwable for exception");
|
CertificateExceptionTest.java | 52 static Throwable tCause = new Throwable("Throwable for exception");
|
CertificateExpiredExceptionTest.java | 52 static Throwable tCause = new Throwable("Throwable for exception");
|
CertificateNotYetValidExceptionTest.java | 52 static Throwable tCause = new Throwable("Throwable for exception");
|
CertificateParsingExceptionTest.java | 52 static Throwable tCause = new Throwable("Throwable for exception");
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLHandshakeExceptionTest.java | 49 static Throwable tCause = new Throwable("Throwable for exception");
|
SSLKeyExceptionTest.java | 48 static Throwable tCause = new Throwable("Throwable for exception");
|
SSLPeerUnverifiedExceptionTest.java | 49 static Throwable tCause = new Throwable("Throwable for exception");
|
SSLProtocolExceptionTest.java | 48 static Throwable tCause = new Throwable("Throwable for exception");
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathException.java | 188 Throwable exception = m_exception; 198 Throwable prev = exception; 221 Throwable exception = m_exception; 233 Throwable prev = exception; 270 Throwable.class.getMethod("getCause", (Class<?>) null); 276 // The printStackTrace method of the Throwable class in jdk 1.4 281 Throwable exception = m_exception; 299 Throwable prev = exception; 324 public Throwable getException()
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
SaveRestoreStateTest.java | 74 private void setServerResponseAndLoad(TestVars vars, int upto) throws Throwable { 88 final TestVars vars) throws Throwable { 97 private void checkHistoryItemList(TestVars vars) throws Throwable { 112 private TestVars saveAndRestoreStateOnUiThread(final TestVars vars) throws Throwable { 129 public void testSaveRestoreStateWithTitle() throws Throwable { 143 public void testSaveRestoreStateWithHistoryItemList() throws Throwable { 151 public void testRestoreFromInvalidStateFails() throws Throwable { 166 public void testSaveStateForNoNavigationFails() throws Throwable {
|
/external/easymock/src/org/easymock/ |
IExpectationSetters.java | 37 * Sets a throwable that will be thrown for the expected invocation.
39 * @param throwable
40 * the throwable to throw.
43 IExpectationSetters<T> andThrow(Throwable throwable);
77 * Sets a stub throwable that will be thrown for the expected invocation.
79 * @param throwable
80 * the throwable to throw.
82 void andStubThrow(Throwable throwable);
[all...] |
/external/easymock/src/org/easymock/internal/ |
MockInvocationHandler.java | 33 throws Throwable {
46 } catch (Throwable t) {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/ |
ExecutionUtils.java | 86 } catch (Throwable e) { 92 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}. 100 } catch (Throwable e) { 112 } catch (Throwable e) { 123 } catch (Throwable e) { 192 * a {@link Throwable} which may occur. 244 } catch (Throwable e) { 257 } catch (Throwable e) { 272 } catch (Throwable e) { 278 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)} [all...] |
/external/javassist/src/main/javassist/tools/reflect/ |
Sample.java | 25 public Object trap(Object[] args, int identifier) throws Throwable { 35 throws Throwable
|
/external/junit/src/org/junit/internal/ |
AssumptionViolatedException.java | 16 super(value instanceof Throwable ? (Throwable) value : null);
|
/external/junit/src/org/junit/internal/runners/ |
SuiteMethod.java | 22 public SuiteMethod(Class<?> klass) throws Throwable { 26 public static Test testFromSuiteMethod(Class<?> klass) throws Throwable {
|
/external/mockito/src/org/mockito/internal/util/junit/ |
JUnitFailureHacker.java | 18 Throwable throwable = (Throwable) Whitebox.getInternalState(failure, "fThrownException");
local 23 ExceptionIncludingMockitoWarnings e = new ExceptionIncludingMockitoWarnings(newMessage, throwable);
24 e.setStackTrace(throwable.getStackTrace());
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraAccessException.java | 107 public CameraAccessException(int problem, String message, Throwable cause) { 112 public CameraAccessException(int problem, Throwable cause) {
|
/frameworks/base/core/java/android/util/ |
Slog.java | 36 public static int v(String tag, String msg, Throwable tr) { 45 public static int d(String tag, String msg, Throwable tr) { 54 public static int i(String tag, String msg, Throwable tr) { 63 public static int w(String tag, String msg, Throwable tr) { 68 public static int w(String tag, Throwable tr) { 76 public static int e(String tag, String msg, Throwable tr) { 89 public static int wtf(String tag, Throwable tr) { 93 public static int wtf(String tag, String msg, Throwable tr) {
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
JavaBridgeFieldsTest.java | 69 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { 76 public void testFieldTypes() throws Throwable {
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
BadPaddingExceptionTest.java | 41 static Throwable tCause = new Throwable("Throwable for exception");
|
IllegalBlockSizeExceptionTest.java | 42 static Throwable tCause = new Throwable("Throwable for exception");
|