OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caught
(Results
51 - 75
of
2780
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedExceptionEventsTest.java
40
* Tests combined EXCEPTION events for
caught
exception. It runs the
42
* EXCEPTION events for
caught
exception.
61
* <li>only
caught
DebuggeeException (and subclasses)</li>
62
* <li>only
caught
SubDebuggeeException (and subclasses)</li>
65
* <li>
caught
and uncaught DebuggeeException (and subclasses)</li>
66
* <li>
caught
and uncaught SubDebuggeeException (and subclasses)</li>
72
* true to test uncaught exception, false to test
caught
exception.
88
// Request "
caught
only" exceptions with super and sub classes.
96
// Request "
caught
& uncaught" exceptions with super and sub classes.
173
private int requestException(long exceptionClassID, boolean
caught
,
[
all
...]
/art/test/1934-jvmti-signal-thread/
expected.txt
3
Caught
exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
6
Caught
exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
/dalvik/dx/tests/061-dex-try-catch/
Blort.class
/external/ImageMagick/Magick++/tests/
coalesceImages.cpp
45
cout << "
Caught
exception: " << error_.what() << endl;
50
cout << "
Caught
exception: " << error_.what() << endl;
exceptions.cpp
48
cout << "Successfully
caught
'Magick::WarningResourceLimit' exception" << endl;
72
cout << "Successfully
caught
library 'Magick::Exception' exception" << endl;
81
cout << "Bogus catch:
Caught
exception: " << error_.what() << endl;
87
cout << "Bogus catch:
Caught
exception: " << error_.what() << endl;
/external/testng/src/test/java/test/dataprovider/
FailingIterableDataProviderTest.java
11
* Exceptions thrown by Iterable DataProviders are not
caught
, no failed test reported
24
Assert.fail("Exceptions thrown during tests should always be
caught
!", e);
/art/test/018-stack-overflow/src/
Main.java
32
// System.out.println("
caught
SOE0 in testSelfRecursion");
38
System.out.println("
caught
SOE3 in testSelfRecursion");
44
System.out.println("
caught
SOE10 in testSelfRecursion");
67
System.out.println("
caught
SOE in testMutualRecursion");
/art/test/124-missing-classes/src/
Main.java
37
System.out.println("testMissingFieldType
caught
NoClassDefFoundError");
52
System.out.println("testMissingMethodReturnType
caught
NoClassDefFoundError");
65
System.out.println("testMissingMethodParameterType
caught
NoClassDefFoundError");
77
System.out.println("testMissingInnerClass
caught
NoClassDefFoundError");
/art/test/1925-self-frame-pop/
expected.txt
4
Caught
exception art.Test1925$RecursionError: Unable recur further. Still 90 outstanding! while running recurTimes(100)
/art/test/656-annotation-lookup-generic-jni/
info.txt
4
would throw an exception (that should eventually be
caught
) and walk a
/art/test/972-iface-super-multidex/src/
Main.java
43
System.out.println("Unexpected AME
caught
");
46
System.out.println("Unexpected NSME
caught
");
49
System.out.println("Expected ICCE
caught
");
51
System.out.println("Unknown exception
caught
!");
/prebuilts/go/darwin-x86/test/fixedbugs/
issue11737.go
7
// Issue 11737 - invalid == not being
caught
until generated switch code was compiled
/prebuilts/go/darwin-x86/test/
initloop.go
7
// Verify that initialization loops are
caught
varerr.go
7
// Verify that a couple of illegal variable declarations are
caught
by the compiler.
/prebuilts/go/linux-x86/test/fixedbugs/
issue11737.go
7
// Issue 11737 - invalid == not being
caught
until generated switch code was compiled
/prebuilts/go/linux-x86/test/
initloop.go
7
// Verify that initialization loops are
caught
varerr.go
7
// Verify that a couple of illegal variable declarations are
caught
by the compiler.
/art/test/004-SignalTest/src/
Main.java
38
System.out.println("
Caught
NullPointerException");
45
System.out.println("
Caught
StackOverflowError");
49
// the value 1234 if the signal is
caught
.
/external/pdfium/testing/resources/javascript/
app_alert.in
52
app.alert("
Caught
expected error " + e);
57
app.alert("
Caught
expected error " + e);
62
app.alert("
Caught
expected error " + e);
app_mailmsg.in
53
app.alert("
Caught
expected error " + e);
58
app.alert("
Caught
expected error " + e);
63
app.alert("
Caught
expected error " + e);
app_mailmsg_expected.txt
8
Alert:
Caught
expected error app.mailMsg: Incorrect number of parameters passed to function.
9
Alert:
Caught
expected error app.mailMsg: Incorrect number of parameters passed to function.
10
Alert:
Caught
expected error app.mailMsg: Incorrect number of parameters passed to function.
util_bytetochar.in
46
app.alert(x + ":
Caught
error: " + e);
61
app.alert("
Caught
expected error: " + e);
67
app.alert("
Caught
expected error: " + e);
util_printd_expected.txt
5
Alert: 3:
Caught
error: util.printd: Incorrect parameter value.
31
Alert: mm/dd/yyyy:
Caught
error: util.printd: The second parameter can't be converted to a Date.
32
Alert: undefined:
Caught
error: util.printd: The second parameter can't be converted to a Date.
33
Alert: mm/dd/yyyy:
Caught
error: util.printd: The second parameter can't be converted to a Date.
34
Alert: mm/dd/yyyy:
Caught
error: util.printd: The second parameter can't be converted to a Date.
35
Alert: mm/dd/yyyy:
Caught
error: util.printd: The second parameter can't be converted to a Date.
36
Alert: mm/dd/yyyy:
Caught
error: util.printd: The second parameter can't be converted to a Date.
37
Alert: [object Object]:
Caught
error: util.printd: Incorrect parameter type.
38
Alert: clams,3:
Caught
error: util.printd: Incorrect parameter type.
40
Alert: mm:
Caught
error: util.printd: Operation not supported
[
all
...]
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamCloseTest.java
108
boolean
caught
= false;
120
caught
= true;
122
assertTrue(
caught
);
125
caught
= false;
132
caught
= true;
134
assertTrue(
caught
);
136
caught
= false;
144
caught
= true;
146
assertTrue(
caught
);
148
caught
= false
[
all
...]
/art/test/1929-exception-catch-exception/
expected.txt
2
main: public static void art.Test1929.run() throws java.lang.Exception @ line = 283
caught
class art.Test1929$TestException: doThrow
9
Test "art.Test1929$DoThrowClass":
Caught
error art.Test1929$TestException:"doThrow" with handler "art.Test1929$DoNothingHandler"
12
main: public static void art.Test1929.throwCatchBaseTestException() @ line = 140
caught
class art.Test1929$TestException: throwCatchBaseTestException
22
Caught
art.Test1929$TestException: "throwCatchBaseTestException"
23
Test "art.Test1929$DoThrowCatchBaseTestException": No error
caught
with handler "art.Test1929$DoNothingHandler"
26
main: public static void art.Test1929$Impl.throwCatchBaseTestExceptionTwiceImpl() @ line = 161
caught
class art.Test1929$TestException: throwCatchBaseTestExceptionTwice
36
Caught
art.Test1929$TestException: "throwCatchBaseTestExceptionTwice"
37
Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": No error
caught
with handler "art.Test1929$DoNothingHandler"
40
main: public static void art.Test1929.throwCatchTestException() @ line = 207
caught
class art.Test1929$TestException: throwCatchTestException
50
Caught
art.Test1929$TestException: "throwCatchTestException
[
all
...]
Completed in 680 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>