/external/mockito/src/org/mockito/stubbing/ |
DeprecatedOngoingStubbing.java | 49 * Set a Throwable to be thrown when the stubbed method is called. E.g:
54 * If throwable is a checked exception then it has to
59 * @param throwable to be thrown on method invocation
63 DeprecatedOngoingStubbing<T> toThrow(Throwable throwable);
69 * public Integer answer(InvocationOnMock invocation) throws Throwable {
|
/external/replicaisland/src/com/replica/replicaisland/ |
DebugLog.java | 40 public static int v(String tag, String msg, Throwable tr) { 56 public static int d(String tag, String msg, Throwable tr) { 72 public static int i(String tag, String msg, Throwable tr) { 88 public static int w(String tag, String msg, Throwable tr) { 96 public static int w(String tag, Throwable tr) { 112 public static int e(String tag, String msg, Throwable tr) {
|
/frameworks/base/telephony/java/android/telephony/ |
Rlog.java | 40 public static int v(String tag, String msg, Throwable tr) { 49 public static int d(String tag, String msg, Throwable tr) { 58 public static int i(String tag, String msg, Throwable tr) { 67 public static int w(String tag, String msg, Throwable tr) { 72 public static int w(String tag, Throwable tr) { 80 public static int e(String tag, String msg, Throwable tr) {
|
/libcore/luni/src/main/java/java/lang/reflect/ |
InvocationTargetException.java | 31 private Throwable target; 38 super((Throwable) null); 49 public InvocationTargetException(Throwable exception) { 64 public InvocationTargetException(Throwable exception, String detailMessage) { 74 public Throwable getTargetException() { 84 public Throwable getCause() {
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwSettingsTest.java | 67 boolean requiresJsEnabled) throws Throwable { 76 void ensureSettingHasAlteredValue() throws Throwable { 80 void ensureSettingHasInitialValue() throws Throwable { 84 void setAlteredSettingValue() throws Throwable { 88 void setInitialSettingValue() throws Throwable { 98 protected abstract void setCurrentValue(T value) throws Throwable; 100 protected abstract void doEnsureSettingHasValue(T value) throws Throwable; 102 protected String getTitleOnUiThread() throws Throwable { 106 protected void loadDataSync(String data) throws Throwable { 115 protected void loadUrlSync(String url) throws Throwable { [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLExceptionTest.java | 48 static Throwable tCause = new Throwable("Throwable for exception"); 77 * Test for <code>DigestException(Throwable)</code> constructor Assertion: 81 Throwable cause = null; 88 * Test for <code>SSLException(Throwable)</code> constructor Assertion: 100 // constructors with Throwable parameters 109 * Test for <code>SSLException(String, Throwable)</code> constructor 120 * 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/ |
IsSupported.java | 54 * @throws Throwable 57 public void testIsSupported1() throws Throwable { 66 public void testIsSupported2() throws Throwable { 75 public void testIsSupported4() throws Throwable { 84 public void testIsSupported5() throws Throwable { 93 public void testIsSupported6() throws Throwable { 102 public void testIsSupported7() throws Throwable { 111 public void testIsSupported9() throws Throwable { 120 public void testIsSupported10() throws Throwable { 129 public void testIsSupported11() throws Throwable { [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
ThrowablesTest.java | 43 } catch (Throwable t) { 59 } catch (Throwable t) { 79 } catch (Throwable t) { 100 } catch (Throwable t) { 119 } catch (Throwable t) { 139 } catch (Throwable t) { 160 } catch (Throwable t) { 182 } catch (Throwable t) { 201 } catch (Throwable t) { 224 } catch (Throwable t) [all...] |
/cts/libs/vogar-expect/src/vogar/util/ |
LogOutput.java | 34 void info(String message, Throwable throwable);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RasterizerTest.java | 28 } catch (Throwable e) { 35 public void finalize() throws Throwable {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/ |
Test_aget.java | 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 174 } catch (Throwable t) { 188 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/ |
Test_aget_boolean.java | 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 174 } catch (Throwable t) { 188 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/ |
Test_aget_byte.java | 97 } catch (Throwable t) { 110 } catch (Throwable t) { 123 } catch (Throwable t) { 136 } catch (Throwable t) { 149 } catch (Throwable t) { 162 } catch (Throwable t) { 175 } catch (Throwable t) { 189 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/ |
Test_aget_char.java | 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 174 } catch (Throwable t) { 188 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/ |
Test_aget_object.java | 94 } catch (Throwable t) { 107 } catch (Throwable t) { 120 } catch (Throwable t) { 133 } catch (Throwable t) { 146 } catch (Throwable t) { 159 } catch (Throwable t) { 172 } catch (Throwable t) { 186 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/ |
Test_aget_short.java | 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 174 } catch (Throwable t) { 188 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/ |
Test_aput.java | 97 } catch (Throwable t) { 110 } catch (Throwable t) { 123 } catch (Throwable t) { 136 } catch (Throwable t) { 149 } catch (Throwable t) { 162 } catch (Throwable t) { 175 } catch (Throwable t) { 189 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/ |
Test_aput_boolean.java | 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 174 } catch (Throwable t) { 188 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/ |
Test_aput_byte.java | 97 } catch (Throwable t) { 110 } catch (Throwable t) { 123 } catch (Throwable t) { 136 } catch (Throwable t) { 149 } catch (Throwable t) { 162 } catch (Throwable t) { 175 } catch (Throwable t) { 189 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/ |
Test_aput_char.java | 98 } catch (Throwable t) { 111 } catch (Throwable t) { 124 } catch (Throwable t) { 137 } catch (Throwable t) { 150 } catch (Throwable t) { 163 } catch (Throwable t) { 176 } catch (Throwable t) { 190 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/ |
Test_aput_short.java | 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 174 } catch (Throwable t) { 188 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/ |
Test_if_ge.java | 82 } catch (Throwable t) { 97 } catch (Throwable t) { 110 } catch (Throwable t) { 123 } catch (Throwable t) { 137 } catch (Throwable t) { 150 } catch (Throwable t) { 163 } catch (Throwable t) { 176 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gez/ |
Test_if_gez.java | 58 } catch (Throwable t) { 73 } catch (Throwable t) { 86 } catch (Throwable t) { 99 } catch (Throwable t) { 112 } catch (Throwable t) { 125 } catch (Throwable t) { 138 } catch (Throwable t) { 152 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/ |
Test_if_gt.java | 82 } catch (Throwable t) { 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 135 } catch (Throwable t) { 148 } catch (Throwable t) { 161 } catch (Throwable t) { 175 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/ |
Test_if_gtz.java | 58 } catch (Throwable t) { 72 } catch (Throwable t) { 85 } catch (Throwable t) { 98 } catch (Throwable t) { 111 } catch (Throwable t) { 124 } catch (Throwable t) { 137 } catch (Throwable t) { 151 } catch (Throwable t) {
|