OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Throwable
(Results
426 - 450
of
3051
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwZoomTest.java
54
private boolean isMultiTouchZoomSupportedOnUiThread() throws
Throwable
{
63
private int getVisibilityOnUiThread(final View view) throws
Throwable
{
72
private View getZoomControlsOnUiThread() throws
Throwable
{
81
private void invokeZoomPickerOnUiThread() throws
Throwable
{
90
private boolean zoomInOnUiThreadAndWait() throws
Throwable
{
103
private boolean zoomOutOnUiThreadAndWait() throws
Throwable
{
116
private boolean waitForScaleChange(final float previousScale) throws
Throwable
{
122
} catch (
Throwable
t) {
131
private boolean waitUntilCanZoomIn() throws
Throwable
{
137
} catch (
Throwable
t)
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/
Test_array_length.java
67
} catch (
Throwable
t) {
80
} catch (
Throwable
t) {
93
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/
Test_const_string.java
44
} catch (
Throwable
t) {
59
} catch (
Throwable
t) {
72
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string_jumbo/
Test_const_string_jumbo.java
44
} catch (
Throwable
t) {
59
} catch (
Throwable
t) {
72
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/
Test_return_void.java
57
} catch (
Throwable
t) {
70
} catch (
Throwable
t) {
83
} catch (
Throwable
t) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
IOErrorTest.java
29
* @tests java.io.IOError#IOError(java.lang.
Throwable
)
40
e = new IOError(new
Throwable
(errorMsg));
59
IOError e = new IOError(new
Throwable
(errorMsg));
69
IOError e = new IOError(new
Throwable
(errorMsg));
/external/junit/src/junit/framework/
TestFailure.java
14
protected
Throwable
fThrownException;
20
public TestFailure(Test failedTest,
Throwable
thrownException) {
33
public
Throwable
thrownException() {
/external/junit/src/org/junit/internal/runners/statements/
ExpectException.java
11
private final Class<? extends
Throwable
> fExpected;
13
public ExpectException(Statement next, Class<? extends
Throwable
> expected) {
26
} catch (
Throwable
e) {
/external/junit/src/org/junit/rules/
TestWatcher.java
44
public void evaluate() throws
Throwable
{
51
} catch (
Throwable
t) {
75
protected void failed(
Throwable
e, Description description) {
TestWatchman.java
19
* public void failed(
Throwable
e, FrameworkMethod method) {
50
public void evaluate() throws
Throwable
{
57
} catch (
Throwable
t) {
81
public void failed(
Throwable
e, FrameworkMethod method) {
/external/junit/src/org/junit/runner/notification/
Failure.java
19
private final
Throwable
fThrownException;
26
public Failure(Description description,
Throwable
thrownException) {
49
public
Throwable
getException() {
/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/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
OverlayBaseTest.java
17
private int calculateRawResourceChecksum(int resId) throws
Throwable
{
39
private void assertResource(int resId, boolean ewo, boolean ew) throws
Throwable
{
45
private void assertResource(int resId, String ewo, String ew) throws
Throwable
{
51
private void assertResource(int resId, int[] ewo, int[] ew) throws
Throwable
{
60
public void testBooleanOverlay() throws
Throwable
{
66
public void testBoolean() throws
Throwable
{
72
public void testStringOverlay() throws
Throwable
{
80
public void testStringSwedishOverlay() throws
Throwable
{
89
public void testString() throws
Throwable
{
98
public void testIntegerArrayOverlay() throws
Throwable
{
[
all
...]
/libcore/luni/src/main/java/java/io/
FilterOutputStream.java
59
Throwable
thrown = null;
62
} catch (
Throwable
e) {
68
} catch (
Throwable
e) {
/libcore/luni/src/main/java/java/security/cert/
CertPathValidatorException.java
64
public CertPathValidatorException(String msg,
Throwable
cause,
87
public CertPathValidatorException(String msg,
Throwable
cause) {
98
public CertPathValidatorException(
Throwable
cause) {
/libcore/luni/src/main/java/javax/xml/xpath/
XPathException.java
33
private final
Throwable
cause;
66
public XPathException(
Throwable
cause) {
74
public
Throwable
getCause() {
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java
12
protected
Throwable
detail;
24
public XmlPullParserException(String s,
Throwable
thrwble) {
36
public XmlPullParserException(String msg, XmlPullParser parser,
Throwable
chain) {
48
public
Throwable
getDetail() { return detail; }
49
// public void setDetail(
Throwable
cause) { this.detail = cause; }
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_long/
Test_int_to_long.java
83
} catch (
Throwable
t) {
97
} catch (
Throwable
t) {
110
} catch (
Throwable
t) {
123
} catch (
Throwable
t) {
136
} catch (
Throwable
t) {
150
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
Test_new_instance.java
94
} catch (
Throwable
t) {
108
} catch (
Throwable
t) {
122
} catch (
Throwable
t) {
135
} catch (
Throwable
t) {
175
} catch (
Throwable
t) {
189
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/
Test_shl_long.java
92
} catch (
Throwable
t) {
107
} catch (
Throwable
t) {
120
} catch (
Throwable
t) {
133
} catch (
Throwable
t) {
146
} catch (
Throwable
t) {
160
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/
Test_shl_long_2addr.java
92
} catch (
Throwable
t) {
107
} catch (
Throwable
t) {
120
} catch (
Throwable
t) {
133
} catch (
Throwable
t) {
146
} catch (
Throwable
t) {
160
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/
Test_shr_long.java
92
} catch (
Throwable
t) {
107
} catch (
Throwable
t) {
120
} catch (
Throwable
t) {
133
} catch (
Throwable
t) {
146
} catch (
Throwable
t) {
160
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/
Test_shr_long_2addr.java
92
} catch (
Throwable
t) {
107
} catch (
Throwable
t) {
120
} catch (
Throwable
t) {
133
} catch (
Throwable
t) {
146
} catch (
Throwable
t) {
160
} catch (
Throwable
t) {
/external/easymock/src/org/easymock/internal/
ReplayState.java
36
public Object invoke(Invocation invocation) throws
Throwable
{
54
private Object invokeInner(Invocation invocation) throws
Throwable
{
60
} catch (
Throwable
t) {
99
public void andThrow(
Throwable
throwable
) {
115
public void andStubThrow(
Throwable
throwable
) {
149
public void setDefaultThrowable(
Throwable
throwable
) {
/external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java
47
public void validate(TestClass target, List<
Throwable
> errors) {
53
private void validateField(FrameworkField field, List<
Throwable
> errors) {
60
List<
Throwable
> errors) {
65
private void validatePublic(FrameworkField field, List<
Throwable
> errors) {
71
List<
Throwable
> errors) {
86
private void addError(List<
Throwable
> errors, FrameworkField field,
Completed in 1086 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>