| /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
| PresenterTest.java | 42 fail("Should have thrown exception"); 43 } catch (IllegalArgumentException exception) {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| OutputStreamWriterTest.java | 61 protected void setUp() throws Exception { 74 protected void tearDown() throws Exception { 82 } catch (Exception e) { 89 public void testClose() throws Exception { 100 public void testFlush() throws Exception { 117 } catch (NullPointerException exception) { 118 } catch (IndexOutOfBoundsException exception) { 125 } catch (NullPointerException exception) { 126 } catch (IndexOutOfBoundsException exception) { 448 public void testSingleCharIO() throws Exception { [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| FileChannelLockingTest.java | 49 protected void setUp() throws Exception { 139 } catch (OverlappingFileLockException exception) { 160 fail("Acquiring a full exclusive lock on a read channel should have thrown an exception.");
|
| /ndk/sources/cxx-stl/gabi++/include/ |
| cxxabi.h | 41 // - Itanium C++ ABI: Exception Handling. [2] 42 // Supplement to the above document describing how exception 50 // - Exception Handling for the ARM Architecture [4] 51 // Describes exception handling for ARM in detail. There are rather 53 // exception cleanup. 61 // - For exception propagation: 72 #include <exception> 87 // TODO: Support dependent exception 88 // TODO: Support C++0x exception propagation
|
| /ndk/sources/cxx-stl/gabi++/tests/ |
| catch_class_03.cpp | 16 #include <exception>
|
| catch_class_04.cpp | 16 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++abi/ |
| Android.mk | 34 libcxxabi/src/exception.cpp \
|
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
| catch_class_03.pass.cpp | 16 #include <exception>
|
| catch_class_04.pass.cpp | 16 #include <exception>
|
| /ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 167 "\n%s: Caught std::exception-derived exception escaping the " \ 168 "death test statement. Exception message: %s\n", \
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| EffectsRecorder.java | 300 public void onEffectsError(Exception exception, String filePath); 805 Exception e = null; [all...] |
| /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
| MediaResourceManagerTest.java | 36 protected void setUp() throws Exception { 168 final MediaRequest<FakeImageResource> request, final Exception exception) {
|
| /packages/services/Mms/src/com/android/mms/service/ |
| MmsNetworkManager.java | 27 import com.android.mms.service.exception.MmsNetworkException; 117 * @throws com.android.mms.service.exception.MmsNetworkException if we fail to acquire it 195 // unregisterNetworkCallback. This exception in turn causes 198 // catches the exception so that state clean up can be executed. 199 LogUtil.w("Unregister network callback exception", e);
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar | |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_threading.py | 176 class AsyncExc(Exception): 179 exception = ctypes.py_object(AsyncExc) 181 # First check it works when setting the exception from the same thread. 185 result = set_async_exc(ctypes.c_long(tid), exception) 186 # The exception is async, so we might have to keep the VM busy until 199 # The exception was raised too quickly for us to get the result. 203 # block waiting to catch the asynchronously set AsyncExc exception. 205 # exception. 231 result = set_async_exc(ctypes.c_long(-1), exception) 234 # Now raise an exception in the worker thread [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_threading.py | 176 class AsyncExc(Exception): 179 exception = ctypes.py_object(AsyncExc) 181 # First check it works when setting the exception from the same thread. 185 result = set_async_exc(ctypes.c_long(tid), exception) 186 # The exception is async, so we might have to keep the VM busy until 199 # The exception was raised too quickly for us to get the result. 203 # block waiting to catch the asynchronously set AsyncExc exception. 205 # exception. 231 result = set_async_exc(ctypes.c_long(-1), exception) 234 # Now raise an exception in the worker thread [all...] |
| /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.9.0/ |
| jack-api-0.9.0.jar | |
| /prebuilts/misc/common/swig/include/2.0.11/python/ |
| director.swg | 15 #include <exception> 36 Undefined Exception Handler provided by swig. 229 /* unknown exception handler */ 237 std::cerr << "SWIG Director exception caught:" << std::endl 239 } catch (std::exception& e) { 240 std::cerr << "std::exception caught: "<< e.what() << std::endl; 242 std::cerr << "Unknown exception caught." << std::endl; 250 std::cerr << "This exception was caught by the SWIG unexpected exception handler." << std::endl 253 << "Exception is being re-thrown, program will likely abort/terminate." << std::endl [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/ |
| cxxabi.h | 41 // - Itanium C++ ABI: Exception Handling. [2] 42 // Supplement to the above document describing how exception 50 // - Exception Handling for the ARM Architecture [4] 51 // Describes exception handling for ARM in detail. There are rather 53 // exception cleanup. 61 // - For exception propagation: 72 #include <exception> 87 // TODO: Support dependent exception 88 // TODO: Support C++0x exception propagation
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_threading.py | 176 class AsyncExc(Exception): 179 exception = ctypes.py_object(AsyncExc) 181 # First check it works when setting the exception from the same thread. 185 result = set_async_exc(ctypes.c_long(tid), exception) 186 # The exception is async, so we might have to keep the VM busy until 199 # The exception was raised too quickly for us to get the result. 203 # block waiting to catch the asynchronously set AsyncExc exception. 205 # exception. 231 result = set_async_exc(ctypes.c_long(-1), exception) 234 # Now raise an exception in the worker thread [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_threading.py | 176 class AsyncExc(Exception): 179 exception = ctypes.py_object(AsyncExc) 181 # First check it works when setting the exception from the same thread. 185 result = set_async_exc(ctypes.c_long(tid), exception) 186 # The exception is async, so we might have to keep the VM busy until 199 # The exception was raised too quickly for us to get the result. 203 # block waiting to catch the asynchronously set AsyncExc exception. 205 # exception. 231 result = set_async_exc(ctypes.c_long(-1), exception) 234 # Now raise an exception in the worker thread [all...] |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar | |
| /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.9.0/ |
| jack-api-0.9.0.jar | |
| /tools/test/connectivity/acts/framework/acts/ |
| asserts.py | 52 """Assert that an exception is raised when a function is called. 54 If no exception is raised, test fail. If an exception is raised but not 55 of the expected type, the exception is let through. 58 with assert_raises(Exception): 62 expected_exception: An exception class that is expected to be 72 """Assert that an exception is raised when a function is called. 74 If no exception is raised, test fail. If an exception is raised but not 75 of the expected type, the exception is let through. If an exception of th [all...] |