OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Throwable
(Results
326 - 350
of
2815
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long_2addr/
Test_and_long_2addr.java
76
} catch (
Throwable
t) {
89
} catch (
Throwable
t) {
102
} catch (
Throwable
t) {
115
} catch (
Throwable
t) {
129
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_double/
Test_int_to_double.java
83
} catch (
Throwable
t) {
96
} catch (
Throwable
t) {
109
} catch (
Throwable
t) {
122
} catch (
Throwable
t) {
136
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/long_to_int/
Test_long_to_int.java
91
} catch (
Throwable
t) {
105
} catch (
Throwable
t) {
119
} catch (
Throwable
t) {
132
} catch (
Throwable
t) {
146
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/
Test_monitor_exit.java
67
} catch (
Throwable
t) {
82
} catch (
Throwable
t) {
95
} catch (
Throwable
t) {
108
} catch (
Throwable
t) {
121
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int/
Test_or_int.java
74
} catch (
Throwable
t) {
89
} catch (
Throwable
t) {
102
} catch (
Throwable
t) {
115
} catch (
Throwable
t) {
129
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_2addr/
Test_or_int_2addr.java
74
} catch (
Throwable
t) {
89
} catch (
Throwable
t) {
102
} catch (
Throwable
t) {
115
} catch (
Throwable
t) {
129
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit16/
Test_or_int_lit16.java
77
} catch (
Throwable
t) {
92
} catch (
Throwable
t) {
105
} catch (
Throwable
t) {
118
} catch (
Throwable
t) {
132
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/
Test_or_int_lit8.java
77
} catch (
Throwable
t) {
92
} catch (
Throwable
t) {
105
} catch (
Throwable
t) {
118
} catch (
Throwable
t) {
132
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long/
Test_or_long.java
75
} catch (
Throwable
t) {
90
} catch (
Throwable
t) {
103
} catch (
Throwable
t) {
116
} catch (
Throwable
t) {
130
} catch (
Throwable
t) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long_2addr/
Test_or_long_2addr.java
75
} catch (
Throwable
t) {
90
} catch (
Throwable
t) {
103
} catch (
Throwable
t) {
116
} catch (
Throwable
t) {
130
} catch (
Throwable
t) {
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
AddressDetectionTest.java
26
public void testMultipleAddressesInText() throws
Throwable
{
39
public void testSplitAddresses() throws
Throwable
{
58
public void testAddressLimits() throws
Throwable
{
77
public void testRealAddresses() throws
Throwable
{
96
public void testSpecialChars() throws
Throwable
{
/external/junit/src/junit/framework/
TestCase.java
128
* @throws
Throwable
if any exception is thrown
130
public void runBare() throws
Throwable
{
131
Throwable
exception= null;
135
} catch (
Throwable
running) {
141
} catch (
Throwable
tearingDown) {
149
* @throws
Throwable
if any exception is thrown
151
protected void runTest() throws
Throwable
{
TestFailure.java
14
protected
Throwable
fThrownException;
20
public TestFailure(Test failedTest,
Throwable
thrownException) {
33
public
Throwable
thrownException() {
/external/junit/src/org/junit/rules/
ErrorCollector.java
27
* collector.addError(new
Throwable
("first thing went wrong"));
28
* collector.addError(new
Throwable
("second thing went wrong"));
36
private List<
Throwable
> errors= new ArrayList<
Throwable
>();
39
protected void verify() throws
Throwable
{
44
* Adds a
Throwable
to the table. Execution continues, but the test will fail at the end.
46
public void addError(
Throwable
error) {
80
} catch (
Throwable
e) {
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/runners/model/
NoGenericTypeParametersValidator.java
18
void validate(List<
Throwable
> errors) {
23
private void validateNoTypeParameterOnType(Type type, List<
Throwable
> errors) {
36
List<
Throwable
> errors) {
42
List<
Throwable
> errors) {
50
GenericArrayType arrayType, List<
Throwable
> errors) {
/libcore/luni/src/main/java/java/sql/
BatchUpdateException.java
58
*
Throwable
object is set to the given cause
Throwable
object.
60
* @param cause the
Throwable
object for the underlying reason this SQLException
64
public BatchUpdateException(
Throwable
cause) {
71
*
Throwable
object is set to the given cause
Throwable
object. SQLState is
74
* @param cause the
Throwable
object for the underlying reason this SQLException
78
public BatchUpdateException(int[] updateCounts,
Throwable
cause) {
84
* Creates an BatchUpdateException object. The cause
Throwable
object is set
85
* to the given cause
Throwable
object. SQLState is initialized to nul
[
all
...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwZoomTest.java
58
private boolean isMultiTouchZoomSupportedOnUiThread() throws
Throwable
{
67
private int getVisibilityOnUiThread(final View view) throws
Throwable
{
76
private boolean canZoomInOnUiThread() throws
Throwable
{
85
private boolean canZoomOutOnUiThread() throws
Throwable
{
94
private View getZoomControlsOnUiThread() throws
Throwable
{
103
private void invokeZoomPickerOnUiThread() throws
Throwable
{
112
private boolean zoomInOnUiThreadAndWait() throws
Throwable
{
125
private boolean zoomOutOnUiThreadAndWait() throws
Throwable
{
138
private boolean waitForScaleChange(final float previousScale) throws
Throwable
{
144
} 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/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) {
Completed in 1385 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>