Searched
refs:exception (Results
1026 -
1050 of
4445) sorted by null
<<41424344454647484950>>
| /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
| erase_iter_db2.pass.cpp | 21 #include <exception>
|
| erase_iter_iter_db1.pass.cpp | 20 #include <exception>
|
| erase_iter_iter_db2.pass.cpp | 20 #include <exception>
|
| erase_iter_iter_db3.pass.cpp | 20 #include <exception>
|
| /external/libcxx/test/std/containers/unord/unord.map/ |
| db_iterators_7.pass.cpp | 22 #include <exception>
|
| db_iterators_8.pass.cpp | 22 #include <exception>
|
| db_local_iterators_8.pass.cpp | 22 #include <exception>
|
| /external/libcxx/test/std/containers/unord/unord.multimap/ |
| db_iterators_7.pass.cpp | 22 #include <exception>
|
| db_iterators_8.pass.cpp | 22 #include <exception>
|
| db_local_iterators_8.pass.cpp | 22 #include <exception>
|
| /external/libcxx/test/std/diagnostics/std.exceptions/logic.error/ |
| logic_error.pass.cpp | 20 static_assert((std::is_base_of<std::exception, std::logic_error>::value), 21 "std::is_base_of<std::exception, std::logic_error>::value");
|
| /external/libcxx/test/std/diagnostics/std.exceptions/runtime.error/ |
| runtime_error.pass.cpp | 20 static_assert((std::is_base_of<std::exception, std::runtime_error>::value), 21 "std::is_base_of<std::exception, std::runtime_error>::value");
|
| /external/libcxx/test/std/language.support/support.exception/except.nested/ |
| rethrow_if_nested.pass.cpp | 10 // <exception> 16 #include <exception>
|
| /external/libcxx/test/std/strings/basic.string/string.iterators/ |
| db_iterators_5.pass.cpp | 21 #include <exception>
|
| /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/ |
| move2.pass.cpp | 20 #include <exception>
|
| /external/opencv3/modules/cudalegacy/test/ |
| test_main.cpp | 108 catch (const exception& e)
|
| /external/v8/test/intl/ |
| assert.js | 91 * Throws an exception containing the user_message (if any) and the values. 128 * Runs code() and asserts that it throws the specified exception. 142 assertEquals(cause_opt, e.type, 'thrown exception type mismatch'); 148 typeof type_opt == 'function' ? type_opt : 'any exception'; 149 fail(expected, 'no exception', 'expected thrown exception'); 154 * Runs code() and asserts that it does now throw any exception. 164 fail("no expection", "exception: " + String(e), user_message);
|
| /external/v8/test/mjsunit/ |
| debug-backtrace-text.js | 64 exception = false; 118 exception = e 130 assertFalse(exception, "exception in listener") 140 assertFalse(exception, "exception in listener") 150 assertFalse(exception, "exception in listener")
|
| debug-return-value.js | 65 exception = false; 126 exception = e 146 assertFalse(exception, "exception in listener") 154 assertFalse(exception, "exception in listener") 162 assertFalse(exception, "exception in listener")
|
| /external/v8/test/mjsunit/es6/debug-promises/ |
| evaluate-across-microtasks.js | 9 var exception = null; variable 40 exception = e;
|
| throw-caught-all.js | 8 // there is a catch handler for the exception thrown in a Promise. 9 // We expect a normal Exception debug event to be triggered. 34 if (event == Debug.DebugEvent.Exception) { 37 assertEquals("caught", event_data.exception().message);
|
| /external/v8/tools/testrunner/local/ |
| pool.py | 14 self.exception = False 20 self.exception = True 26 self.exception = False 58 except Exception, e: 60 print(">>> EXCEPTION: %s" % e) 137 if result.exception: 151 raise Exception("Internal error in a worker process.")
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
| MediaRecorderPrepareStateUnitTest.java | 57 } catch (IOException exception) {
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
| CdmaSubscriptionSourceManager.java | 127 if (ar.exception == null) { 138 logw("EVENT_SUBSCRIPTION_STATUS_CHANGED, Exception:" + ar.exception); 185 if ((ar.exception == null) && (ar.result != null)) { 199 logw("Unable to get CDMA Subscription Source, Exception: " + ar.exception
|
| /hardware/bsp/intel/peripheral/libupm/src/ |
| upm_exception.i | 1 /* Standardized exception handling for UPM 7 %include "exception.i" 9 %exception { 43 /* for an allocation exception, don't try to create a string... */ 52 } catch (std::exception& e) { 60 SWIG_exception(SWIG_UnknownError, "UPM Unknown exception" );
|
Completed in 1324 milliseconds
<<41424344454647484950>>