HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1876 - 1900 of 4445) sorted by null

<<71727374757677787980>>

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 133 } catch (Exception e) {
134 // Wrap the real exception in a ClassNotFoundException, so that the calling method
162 // There is some unknown inflation exception in inflating a View that was found.
172 } catch (Exception e2) {
173 // Wrap the real exception in an InflateException so that the calling
175 InflateException exception = new InflateException(); local
177 exception.initCause(e2);
179 exception.initCause(e);
181 throw exception;
226 } catch (Exception e)
    [all...]
  /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/uicc/
IccCardProxy.java 713 Exception e = new RuntimeException("ICC card is absent.");
714 AsyncResult.forMessage(onComplete).exception = e;
727 Exception e = new RuntimeException("ICC card is absent.");
728 AsyncResult.forMessage(onComplete).exception = e;
741 Exception e = new RuntimeException("ICC card is absent.");
742 AsyncResult.forMessage(onComplete).exception = e;
755 Exception e = new RuntimeException("ICC card is absent.");
756 AsyncResult.forMessage(onComplete).exception = e;
769 Exception e = new RuntimeException("CommandsInterface is not set.");
770 AsyncResult.forMessage(onComplete).exception = e
    [all...]
IsimUiccRecords.java 125 loge("ISim REFRESH(EVENT_ISIM_REFRESH) with exception: " + ar.exception);
126 if (ar.exception == null) {
137 if (ar.exception != null) {
138 log("Exception ISIM AKA: " + ar.exception);
143 } catch (Exception e) {
159 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc);
450 } catch(Exception e) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
IccPhoneBookInterfaceManagerTest.java 68 public void setUp() throws Exception {
91 public void tearDown() throws Exception {
106 AsyncResult.forMessage(response).exception = new RuntimeException();
113 //the later read return null due to exception
  /ndk/sources/cxx-stl/gabi++/tests/
catch_ptr.cpp 16 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_ptr.pass.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) {
NetworkSetting.java 108 if (ar.exception != null) {
110 displayNetworkSelectionFailed(ar.exception);
127 // this exception, and Log it.
133 if (ar.exception != null) {
135 displayNetworkSelectionFailed(ar.exception);
228 log("onCancel: exception from stopNetworkQuery " + e);
302 log("onDestroy: exception from unregisterCallback " + e);
429 log("loadNetworksList: exception from startNetworkQuery " + e);
456 log("networksListLoaded: exception from unregisterCallback " + e);
  /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-linux-glibc2.15-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.
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
loader.py 27 def _make_failed_load_tests(name, exception, suiteClass):
28 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass)
30 def _make_failed_test(classname, methodname, exception, suiteClass):
32 raise exception
72 except Exception, e:
216 # should an exception be raised instead
290 except Exception, e:
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
loader.py 27 def _make_failed_load_tests(name, exception, suiteClass):
28 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass)
30 def _make_failed_test(classname, methodname, exception, suiteClass):
32 raise exception
72 except Exception, e:
216 # should an exception be raised instead
290 except Exception, e:
  /prebuilts/misc/common/swig/include/2.0.11/
exception.i 2 * exception.i
4 * SWIG library file providing language independent exception handling
8 #error "This version of exception.i should not be used"
133 sprintf( msg_buf, "Exception(%d): %s\n", code, msg );
244 You can use the SWIG_CATCH_STDEXCEPT macro with the %exception
247 %exception {
254 SWIG_CATCH_STDEXCEPT // catch std::exception
256 SWIG_exception(SWIG_UnknownError, "Unknown exception");
264 /* catching std::exception */
277 } catch (std::exception& e)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 27 def _make_failed_load_tests(name, exception, suiteClass):
28 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass)
30 def _make_failed_test(classname, methodname, exception, suiteClass):
32 raise exception
72 except Exception, e:
216 # should an exception be raised instead
290 except Exception, e:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
constraintquery.py 24 from .policyrep.exception import ConstraintUseError
rbacrulequery.py 24 from .policyrep.exception import InvalidType, RuleUseError
terulequery.py 24 from .policyrep.exception import RuleUseError, RuleNotConditional
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
users.py 21 from ..policyrep.exception import MLSDisabled
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 27 def _make_failed_load_tests(name, exception, suiteClass):
28 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass)
30 def _make_failed_test(classname, methodname, exception, suiteClass):
32 raise exception
72 except Exception, e:
216 # should an exception be raised instead
290 except Exception, e:
  /external/ImageMagick/MagickWand/
convert.c 54 #define ThrowFileException(exception,severity,tag,context) \
60 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
84 % char **argv,char **metadata,ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure.
101 ExceptionInfo *exception)
122 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
132 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",argv[i]);
514 int argc,char **argv,char **metadata,ExceptionInfo *exception)
526 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
533 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 91 @Override protected void setUp() throws Exception {
97 @Override protected void tearDown() throws Exception {
109 public void testImmediateFuture() throws Exception {
116 public void testMultipleImmediateFutures() throws Exception {
125 public void testImmediateFailedFuture() throws Exception {
126 Exception exception = new Exception(); local
128 Futures.immediateFailedFuture(exception);
135 assertSame(exception, expected.getCause())
140 CancellationException exception = new CancellationException(); local
185 MyException exception = new MyException(); local
    [all...]

Completed in 1485 milliseconds

<<71727374757677787980>>