| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| FuturesTest.java | 77 @Override protected void setUp() throws Exception { 83 @Override protected void tearDown() throws Exception { 95 public void testImmediateFuture() throws Exception { 102 public void testMultipleImmediateFutures() throws Exception { 111 public void testImmediateFailedFuture() throws Exception { 112 Exception exception = new Exception(); local 114 Futures.immediateFailedFuture(exception); 121 assertSame(exception, expected.getCause()) 150 MyException exception = new MyException(); local [all...] |
| /external/libcxx/ |
| Android.mk | 25 src/exception.cpp \
|
| /external/libcxxabi/ |
| Android.mk | 33 src/exception.cpp \
|
| /external/libcxxabi/test/ |
| catch_ptr.cpp | 16 #include <exception>
|
| /external/lldb/test/unittest2/ |
| loader.py | 47 def _make_failed_load_tests(name, exception, suiteClass): 48 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass) 50 def _make_failed_test(classname, methodname, exception, suiteClass): 52 raise exception 92 except Exception, e: 298 except Exception, e:
|
| /external/objenesis/tck/src/org/objenesis/tck/ |
| TCK.java | 117 catch(Exception e) { 118 reporter.exception(e);
|
| /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
| OkHttpAsync.java | 68 System.out.println("Failed: " + failure.exception()); 86 @Override public void enqueue(URL url) throws Exception {
|
| /external/oprofile/events/mips/rm7000/ |
| events | 27 event:0x17 counters:0,1 um:zero minimum:500 name:FP_EXCEPTION_STALL_CYCLES : FP possible exception cycles 34 event:0x1f counters:0,1 um:zero minimum:500 name:STALL_CYCLES_PENDING_NON_BLKING_LOAD : Stall cycles due to pending non-blocking loads - stall start of exception
|
| /external/oprofile/events/mips/rm9000/ |
| events | 26 event:0x17 counters:0,1 um:zero minimum:500 name:FP_POSSIBLE_EXCEPTION_CYCLES : Floating-point possible exception cycles 32 event:0x1e counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_PENDING_EXCEPTION_STALL_CYCLES : Stall cycles due to pending non-blocking loads - stall start of exception
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowApplication.java | 398 * @param type the type to report for the context if an exception is thrown 407 e.setStackTrace(registeredReceiver.exception.getStackTrace()); 422 e.setStackTrace(registeredReceiver.exception.getStackTrace()); 522 public Throwable exception; field in class:ShadowApplication.Wrapper 528 exception = new Throwable();
|
| /external/smack/src/org/xbill/DNS/ |
| GPOSRecord.java | 101 throw st.exception(e.getMessage());
|
| NAPTRRecord.java | 80 throw st.exception(e.getMessage());
|
| NSEC3PARAMRecord.java | 106 throw st.exception("salt value too long");
|
| OPTRecord.java | 101 throw st.exception("no text format defined for OPT");
|
| TXTBase.java | 72 throw st.exception(e.getMessage());
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| SmsStorageMonitor.java | 113 if (ar.exception != null) {
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| UsimPhoneBookManager.java | 145 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait"); 173 Rlog.e(LOG_TAG, "Interrupted Exception in readEmailFileAndWait"); 190 Rlog.e(LOG_TAG, "Interrupted Exception in readIapFileAndWait"); 320 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait"); 340 if (ar.exception == null) { 350 if (ar.exception == null) { 360 if (ar.exception == null) { 370 if (ar.exception == null) {
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| IccRecords.java | 285 * ((AsyncResult)onComplete.obj).exception == null on success 286 * ((AsyncResult)onComplete.obj).exception != null on fail 367 * ((AsyncResult)onComplete.obj).exception == null on success 368 * ((AsyncResult)onComplete.obj).exception != null on fail 441 if (ar.exception != null) { 442 loge("Record Load Exception: " + ar.exception); 448 loge("Exception parsing SIM record: " + exc); 459 if (ar.exception != null) { 460 loge("Exception ICC SIM AKA: " + ar.exception) [all...] |
| IsimUiccRecords.java | 123 loge("ISim REFRESH(EVENT_ISIM_REFRESH) with exception: " + ar.exception); 124 if (ar.exception == null) { 135 if (ar.exception != null) { 136 log("Exception ISIM AKA: " + ar.exception); 141 } catch (Exception e) { 157 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc); 456 } catch(Exception e) {
|
| /ndk/sources/cxx-stl/gabi++/tests/ |
| catch_ptr.cpp | 16 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
| catch_ptr.cpp | 16 #include <exception>
|
| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest_catch_exceptions_test_.cc | 45 # include <exception> // For set_terminate(). 109 throw std::runtime_error("Standard C++ exception")); 153 throw std::runtime_error("Standard C++ exception")); 169 throw std::runtime_error("Standard C++ exception"); 207 throw std::runtime_error("Standard C++ exception"); 228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } 258 throw std::runtime_error("Standard C++ exception"); 287 throw std::runtime_error("Standard C++ exception"); 298 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /packages/services/Telephony/src/com/android/phone/ |
| CdmaSubscriptionListPreference.java | 121 if (ar.exception == null) {
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| exception_ptr.h | 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*- 18 // permissions described in the GCC Runtime Library Exception, version 22 // a copy of the GCC Runtime Library Exception along with this program; 28 * Do not attempt to use it directly. @headername{exception} 40 # error This platform does not support exception propagation. 60 /** Obtain an exception_ptr to the currently handled exception. If there 61 * is none, or the currently handled exception is foreign, return the null 72 * @brief An opaque pointer to an arbitrary exception.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| exception_ptr.h | 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*- 18 // permissions described in the GCC Runtime Library Exception, version 22 // a copy of the GCC Runtime Library Exception along with this program; 28 * Do not attempt to use it directly. @headername{exception} 40 # error This platform does not support exception propagation. 60 /** Obtain an exception_ptr to the currently handled exception. If there 61 * is none, or the currently handled exception is foreign, return the null 72 * @brief An opaque pointer to an arbitrary exception.
|