Home
last modified time | relevance | path

Searched refs:thrown (Results 1 – 25 of 80) sorted by relevance

1234

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DArrayTest.java33 boolean thrown = false; in test_getLjava_lang_ObjectI()
42 thrown = true; in test_getLjava_lang_ObjectI()
44 if (!thrown) { in test_getLjava_lang_ObjectI()
47 thrown = false; in test_getLjava_lang_ObjectI()
52 thrown = true; in test_getLjava_lang_ObjectI()
54 if (!thrown) { in test_getLjava_lang_ObjectI()
67 boolean thrown = false; in test_getBooleanLjava_lang_ObjectI()
75 thrown = true; in test_getBooleanLjava_lang_ObjectI()
77 if (!thrown) { in test_getBooleanLjava_lang_ObjectI()
80 thrown = false; in test_getBooleanLjava_lang_ObjectI()
[all …]
/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-and-objectstore-calls-expected.txt20 PASS Exception was thrown.
23 PASS Exception was thrown.
29 PASS Exception was thrown.
32 PASS Exception was thrown.
38 PASS Exception was thrown.
41 PASS Exception was thrown.
48 PASS Exception was thrown.
55 PASS Exception was thrown.
62 PASS Exception was thrown.
69 PASS Exception was thrown.
[all …]
Dcreate-and-remove-object-store-expected.txt11 PASS Exception was thrown.
15 PASS Exception was thrown.
20 PASS Exception was thrown.
24 PASS Exception was thrown.
29 PASS Exception was thrown.
36 PASS Exception was thrown.
40 PASS Exception was thrown.
Dtransaction-read-only-expected.txt17 PASS Exception was thrown.
21 PASS Exception was thrown.
27 PASS Exception was thrown.
Dbasics-expected.txt13 PASS Exception was thrown.
17 PASS Exception was thrown.
21 PASS Exception was thrown.
Dtransaction-abort-expected.txt27 PASS Exception was thrown.
37 PASS Exception was thrown.
Dobjectstore-basics-expected.txt23 PASS Exception thrown.
33 PASS Exception thrown.
58 PASS Exception thrown
Dtransaction-after-close-expected.txt21 PASS Exception was thrown.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java1011 if (client.thrown != null) { in doInteraction()
1014 throw client.thrown; in doInteraction()
1016 if ((client.thrown instanceof SocketTimeoutException) in doInteraction()
1017 && (server.thrown != null)) { in doInteraction()
1019 throw new Exception(server.thrown); in doInteraction()
1021 throw new Exception(client.thrown); in doInteraction()
1031 if (client2.thrown != null) { in doInteraction()
1034 throw client2.thrown; in doInteraction()
1036 if ((client2.thrown instanceof SocketTimeoutException) in doInteraction()
1037 && (server.thrown != null)) { in doInteraction()
[all …]
/external/v8/test/mjsunit/
Dkeyed-call-generic.js102 var thrown = false;
106 thrown = true;
108 assertEquals(exceptions[k], thrown);
/external/v8/test/test262/
Dtest262.status208 # 'O', test that RangeError exception is thrown when [[Value]] field of
223 # 'O', test RangeError exception is not thrown when the [[Value]] field of
227 # 'O', test RangeError exception is not thrown when the [[Value]] field of
231 # 'O', test RangeError exception is not thrown when the [[Value]] field of
235 # 'O', test RangeError exception is not thrown when the [[Value]] field of
239 # 'O', test RangeError exception is thrown when the [[Value]] field of
243 # 'O', test RangeError exception is thrown when the [[Value]] field of
247 # 'O', test RangeError exception is thrown when the [[Value]] field of
251 # 'O', test RangeError exception is thrown when the [[Value]] field of
255 # 'O', test RangeError exception is not thrown when the [[Value]] field of
[all …]
/external/webkit/LayoutTests/storage/
Dopen-database-empty-version-expected.txt1 …ts that calling openDatabase with an empty version string does not cause an exception to be thrown.
Dopen-database-set-empty-version-expected.txt2 SUCCESS, an exception was thrown. Error: INVALID_STATE_ERR: DOM Exception 11
Dsql-error-codes-expected.txt1 CONSOLE MESSAGE: line 0: Exception thrown in transaction callback.
/external/clang/test/SemaObjCXX/
Dexceptions-fragile.mm9 …} catch (NSException *e) { // expected-warning {{can not catch an exception thrown with @throw in …
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dcallback-exception-expected.txt2 Tests that when an exception is thrown in the success callback, the error callback is not invoked. …
/external/webkit/LayoutTests/platform/android-v8/fast/dom/Geolocation/
Dcallback-exception-expected.txt2 Tests that when an exception is thrown in the success callback, the error callback is not invoked. …
/external/webkit/LayoutTests/platform/android-v8/storage/
Dsql-error-codes-expected.txt1 CONSOLE MESSAGE: line 37: Uncaught Exception thrown in transaction callback.
/external/llvm/test/Transforms/Inline/
Dinvoke_test-3.ll30 ; This consumes an exception thrown by might_throw
/external/doclava/src/com/google/doclava/
DStubs.java258 for (ClassInfo thrown : mInfo.thrownExceptions()) { in cantStripThis()
259 cantStripThis(thrown, notStrippable, "11:" + mInfo.realContainingClass().qualifiedName() in cantStripThis()
546 for (ClassInfo thrown : method.thrownExceptions()) { in writeMethod()
547 stream.print(comma + thrown.qualifiedName()); in writeMethod()
648 for (ClassInfo thrown : thrownExceptions) { in superCtorCall()
649 exceptionNames.add(thrown.name()); in superCtorCall()
660 for (ClassInfo thrown : m.thrownExceptions()) { in superCtorCall()
661 if (!exceptionNames.contains(thrown.name())) { in superCtorCall()
/external/protobuf/gtest/test/
Dgtest_output_test_golden_win.txt178 (expecting a failure on thrown exception in the test fixture's constructor)
179 unknown file: error: Exception thrown with code 0xc0000005 in the test fixture's constructor.
183 unknown file: error: Exception thrown with code 0xc0000005 in SetUp().
192 unknown file: error: Exception thrown with code 0xc0000005 in the test body.
199 unknown file: error: Exception thrown with code 0xe06d7363 in the test body.
208 unknown file: error: Exception thrown with code 0xe06d7363 in TearDown().
/external/webkit/Source/WebCore/dom/
DClientRectList.idl34 // FIXME: Fix list behavior to allow custom exceptions to be thrown.
/external/gtest/test/
Dgtest_output_test_golden_win.txt178 (expecting a failure on thrown exception in the test fixture's constructor)
179 unknown file: error: Exception thrown with code 0xc0000005 in the test fixture's constructor.
183 unknown file: error: Exception thrown with code 0xc0000005 in SetUp().
192 unknown file: error: Exception thrown with code 0xc0000005 in the test body.
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt12 locally if one is thrown by the function. Most functions don't throw
D2001-05-18-ExceptionHandling.txt20 an exception is thrown by func (or if we are in a try block).
148 because objects without virtual function tables may be thrown (as in this

1234