Searched refs:thrown (Results 1 - 7 of 7) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DArrayTest.java33 boolean thrown = false;
42 thrown = true;
44 if (!thrown) {
47 thrown = false;
52 thrown = true;
54 if (!thrown) {
67 boolean thrown = false;
75 thrown = true;
77 if (!thrown) {
80 thrown
[all...]
/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js102 var thrown = false;
106 thrown = true;
108 assertEquals(exceptions[k], thrown);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java225 fail("Expected exception was not thrown.");
228 System.out.println("Expected exception was thrown: "
349 fail("Expected IllegalStateException was not thrown");
354 fail("Expected IllegalStateException was not thrown");
359 fail("Expected IllegalStateException was not thrown");
365 fail("Expected IllegalStateException was not thrown");
370 fail("Expected IllegalStateException was not thrown");
761 fail("Expected exception was not thrown.");
764 System.out.println("Expected exception was thrown: "
1011 if (client.thrown !
1128 protected Throwable thrown; field in class:HttpsURLConnectionTest.Work
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dtcl.php12 * This was thrown together in about an hour so I don't expect
/external/doclava/src/com/google/doclava/
H A DStubs.java258 for (ClassInfo thrown : mInfo.thrownExceptions()) {
259 cantStripThis(thrown, notStrippable, "11:" + mInfo.realContainingClass().qualifiedName()
548 for (ClassInfo thrown : method.thrownExceptions()) {
549 stream.print(comma + thrown.qualifiedName());
652 for (ClassInfo thrown : thrownExceptions) {
653 exceptionNames.add(thrown.name());
658 // bad exception indicates that the exceptions thrown by the super constructor
664 for (ClassInfo thrown : m.thrownExceptions()) {
665 if (!exceptionNames.contains(thrown.name())) {
/external/v8/src/
H A Dtop.cc578 // Set the exception being re-thrown.
601 MaybeObject* thrown = scheduled_exception(); local
604 return ReThrow(thrown);
751 // Do not forget to clean catcher_ if currently thrown exception cannot
/external/v8/test/cctest/
H A Dtest-api.cc2259 "var thrown = false;"
2263 " thrown = true;"
2524 "var thrown = false;"
2528 " thrown = true;"
2530 Local<Value> thrown = context->Global()->Get(v8_str("thrown")); local
2531 CHECK(thrown->BooleanValue());
2767 // thrown and we check that the right activation catches the exception and that
6438 "var thrown = 0;"
6439 "try { wrapper(true); } catch (e) { thrown
[all...]

Completed in 157 milliseconds