Searched
refs:exception (Results
1651 -
1675 of
4445) sorted by null
<<61626364656667686970>>
| /external/v8/test/webkit/fast/js/ |
| Promise-chained-then.js | 39 .then(function(localResult) { // fulfilled - throw an exception 46 }).then(function() { // rejected - throw an exception
|
| Promise-init.js | 48 testPassed('promise = new Promise(function() { throw Error("foo"); }) did not throw exception.'); 50 testFailed('new Promise(function() { throw Error(\'foo\'); }) should not throw an exception.');
|
| Promise-then.js | 53 throw 'exception' 59 shouldBeEqualToString('result', 'exception');
|
| /external/valgrind/gdbserver_tests/ |
| mcsignopass.stdoutB.exp | 6 SIGFPE Yes Yes Yes Arithmetic exception 59 Program received signal SIGFPE, Arithmetic exception.
|
| /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
| SimpleCompilationTest.java | 135 for (ScopedException exception : bindingExceptions) { 136 ScopedErrorReport report = exception.getScopedErrorReport(); 148 fail("unexpected exception " + exception.getBareMessage()); 154 assertEquals(message, exception.getBareMessage());
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| UiccController.java | 47 * and throws an exception if called multiple times. 282 if (ar.exception != null) { 285 + "never return an error", ar.exception); 309 if (ar.exception != null) { 310 Rlog.e(LOG_TAG, "Sim REFRESH with exception: " + ar.exception);
|
| /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
| PropertyNodesVerifier.java | 22 import com.android.vcard.exception.VCardException;
|
| /ndk/sources/cxx-stl/gabi++/src/ |
| helper_func_internal.h | 32 #include <exception> 45 // An exception spec acts like a catch handler, but in reverse. 47 // then this exception spec does not catch the excpType.
|
| personality.cc | 35 // This file implements the "Exception Handling APIs" 43 #include <exception>
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _new.h | 71 * STLport own bad_alloc exception to be used if the native C++ library 75 class bad_alloc : public exception {
|
| /ndk/tests/device/test-gnustl-full/unit/cppunit/ |
| test_main.cpp | 129 # include <exception>
|
| /ndk/tests/device/test-stlport/unit/cppunit/ |
| test_main.cpp | 129 # include <exception>
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
| BluetoothPbapVcardList.java | 29 import com.android.vcard.exception.VCardException;
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
| VCardRequest.java | 36 import com.android.vcard.exception.VCardException; 37 import com.android.vcard.exception.VCardNestedException; 38 import com.android.vcard.exception.VCardNotSupportedException; 39 import com.android.vcard.exception.VCardVersionException; 84 throws Exception {
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| nested_exception.h | 1 // Nested Exception support header (nested_exception class) for -*- C++ -*- 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 27 * Do not attempt to use it directly. @headername{exception} 42 # error This platform does not support exception propagation. 54 /// Exception class with exception_ptr data member.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| nested_exception.h | 1 // Nested Exception support header (nested_exception class) for -*- C++ -*- 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 27 * Do not attempt to use it directly. @headername{exception} 42 # error This platform does not support exception propagation. 54 /// Exception class with exception_ptr data member.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| nested_exception.h | 1 // Nested Exception support header (nested_exception class) for -*- C++ -*- 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 27 * Do not attempt to use it directly. @headername{exception} 42 # error This platform does not support exception propagation. 54 /// Exception class with exception_ptr data member.
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| hashlib.py | 142 logging.exception('code for hash %s was not found.', __func_name)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| hashlib.py | 142 logging.exception('code for hash %s was not found.', __func_name)
|
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| nested_exception.h | 1 // Nested Exception support header (nested_exception class) for -*- C++ -*- 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 27 * Do not attempt to use it directly. @headername{exception} 42 # error This platform does not support exception propagation. 54 /// Exception class with exception_ptr data member.
|
| /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
| _new.h | 71 * STLport own bad_alloc exception to be used if the native C++ library 75 class bad_alloc : public exception {
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| hashlib.py | 142 logging.exception('code for hash %s was not found.', __func_name)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| hashlib.py | 142 logging.exception('code for hash %s was not found.', __func_name)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
| exception.py | 19 from ..exception import SEToolsException 22 # Policyrep base exception 39 """Exception for invalid policy.""" 46 Exception when MLS is disabled. 65 """Exception for invalid Booleans.""" 71 """Exception for invalid MLS categories.""" 77 """Exception for invalid object classes.""" 83 """Exception for invalid common permission sets.""" 89 """Exception for invalid initial sids.""" 96 Exception for an invalid level [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-builder-support/3.3.9/ |
| maven-builder-support-3.3.9.jar | |
Completed in 1495 milliseconds
<<61626364656667686970>>