| /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/ |
| ExcDevice.h | 37 #include <exception> 44 class ExcDevice: public std::exception
|
| /libcore/luni/src/main/java/java/lang/ |
| ClassNotFoundException.java | 42 * the detail message for this exception. 50 * trace, the specified detail message and the exception that occurred when 54 * the detail message for this exception. 55 * @param exception 56 * the exception which occurred while loading the class. 58 public ClassNotFoundException(String detailMessage, Throwable exception) { 60 ex = exception; 64 * Returns the exception which occurred when loading the class. 66 * @return Throwable the exception which occurred while loading the class.
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/ |
| bad_exception.pass.cpp | 12 #include <exception> 18 static_assert((std::is_base_of<std::exception, std::bad_exception>::value), 19 "std::is_base_of<std::exception, std::bad_exception>::value");
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
| bad_weak_ptr.hpp | 20 #include <exception> 30 // defines std::exception and its members as having C calling 39 class bad_weak_ptr: public std::exception
|
| /prebuilts/misc/common/swig/include/2.0.11/octave/ |
| exception.i | 1 %include <typemaps/exception.swg>
|
| /prebuilts/misc/common/swig/include/2.0.11/perl5/ |
| exception.i | 1 %include <typemaps/exception.swg>
|
| /prebuilts/misc/common/swig/include/2.0.11/python/ |
| exception.i | 1 %include <typemaps/exception.swg>
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| exception.i | 1 %include <typemaps/exception.swg>
|
| /prebuilts/misc/common/swig/include/2.0.11/tcl/ |
| exception.i | 1 %include <typemaps/exception.swg>
|
| /external/chromium_org/ppapi/cpp/private/ |
| var_private.h | 43 bool HasProperty(const Var& name, Var* exception = NULL) const; 44 bool HasMethod(const Var& name, Var* exception = NULL) const; 45 VarPrivate GetProperty(const Var& name, Var* exception = NULL) const; 47 Var* exception = NULL) const; 48 void SetProperty(const Var& name, const Var& value, Var* exception = NULL); 49 void RemoveProperty(const Var& name, Var* exception = NULL); 51 Var* exception = NULL); 52 VarPrivate Construct(uint32_t argc, Var* argv, Var* exception = NULL) const; 55 VarPrivate Call(const Var& method_name, Var* exception = NULL); 57 Var* exception = NULL) [all...] |
| var_private.cc | 52 bool VarPrivate::HasProperty(const Var& name, Var* exception) const { 56 var_, name.pp_var(), OutException(exception).get()); 59 bool VarPrivate::HasMethod(const Var& name, Var* exception) const { 63 var_, name.pp_var(), OutException(exception).get()); 66 VarPrivate VarPrivate::GetProperty(const Var& name, Var* exception) const { 70 var_, name.pp_var(), OutException(exception).get())); 74 Var* exception) const { 80 var_, &prop_count, &props, OutException(exception).get()); 94 Var* exception) { 98 var_, name.pp_var(), value.pp_var(), OutException(exception).get()) [all...] |
| /external/chromium_org/ppapi/tests/ |
| test_var_deprecated.cc | 32 bool HasMethod(const pp::Var& name, pp::Var* exception); 35 pp::Var* exception); 41 bool VarScriptableObject::HasMethod(const pp::Var& name, pp::Var* exception) { 49 pp::Var* exception) { 56 *exception = pp::Var("Bad argument to SetValue(<value>)"); 300 pp::Var exception; local 301 ASSERT_TRUE(window.HasProperty("scrollX", &exception)); 302 ASSERT_TRUE(exception.is_undefined()); 303 ASSERT_FALSE(window.HasMethod("scrollX", &exception)); 304 ASSERT_TRUE(exception.is_undefined()) 370 pp::Var exception; local [all...] |
| /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
| ptw32_throw.c | 56 * "C++ exception specification ignored except to indicate that 62 ptw32_throw (DWORD exception) 79 if (exception != PTW32_EPS_CANCEL && exception != PTW32_EPS_EXIT) 96 switch (exception) 127 exceptionInformation[0] = (DWORD) (exception); 138 longjmp (sp->start_mark, exception); 144 switch (exception)
|
| /external/libcxx/test/language.support/support.exception/except.nested/ |
| Android.mk | 17 test_makefile := external/libcxx/test/language.support/support.exception/except.nested/Android.mk 19 test_name := language.support/support.exception/except.nested/rethrow_nested 23 test_name := language.support/support.exception/except.nested/ctor_copy 27 test_name := language.support/support.exception/except.nested/assign 31 test_name := language.support/support.exception/except.nested/rethrow_if_nested 35 test_name := language.support/support.exception/except.nested/throw_with_nested 39 test_name := language.support/support.exception/except.nested/ctor_default
|
| /external/chromium_org/ppapi/proxy/ |
| ppb_var_deprecated_proxy.h | 42 SerializedVarOutParam exception, 46 SerializedVarOutParam exception, 50 SerializedVarOutParam exception, 55 SerializedVarOutParam exception); 59 SerializedVarOutParam exception); 62 SerializedVarOutParam exception, 68 SerializedVarOutParam exception, 73 SerializedVarOutParam exception, 77 SerializedVarOutParam exception,
|
| ppp_class_proxy.h | 57 SerializedVarOutParam exception, 61 SerializedVarOutParam exception, 65 SerializedVarOutParam exception, 70 SerializedVarOutParam exception); 74 SerializedVarOutParam exception); 77 SerializedVarOutParam exception); 81 SerializedVarOutParam exception, 85 SerializedVarOutParam exception, 90 // object. On failure, the exception, if non-NULL, will also be set. 92 SerializedVarOutParam* exception); [all...] |
| ppb_var_deprecated_proxy.cc | 35 // exception is set, returns NULL. Otherwise, computes the dispatcher for the 37 // the exception. 39 PP_Var* exception) { 40 // If an exception is already set, we don't need to do anything, just return 42 if (exception && exception->type != PP_VARTYPE_UNDEFINED) 56 // to use, which is OK because the call will fail anyway. Set the exception. 57 if (exception) { 58 *exception = StringVar::StringToPPVar( 68 PP_Var* exception) { [all...] |
| /development/ndk/sources/android/libportable/arch-mips64/ |
| fenv.c | 24 int exception = flags & FE_ALL_EXCEPT_PORTABLE; local 26 // exception flags 27 if (exception & FE_INVALID_PORTABLE) 29 if (exception & FE_DIVBYZERO_PORTABLE) 31 if (exception & FE_OVERFLOW_PORTABLE) 33 if (exception & FE_UNDERFLOW_PORTABLE) 35 if (exception & FE_INEXACT_PORTABLE) 66 int exception = mips64flags & FE_ALL_EXCEPT; local 68 // exception flags 69 if (exception & FE_INVALID [all...] |
| /development/ndk/sources/android/libportable/arch-x86/ |
| fenv.c | 28 int exception = flags & FE_ALL_EXCEPT_PORTABLE; local 30 // exception flags 31 if (exception & FE_INVALID_PORTABLE) 33 if (exception & FE_DIVBYZERO_PORTABLE) 35 if (exception & FE_OVERFLOW_PORTABLE) 37 if (exception & FE_UNDERFLOW_PORTABLE) 39 if (exception & FE_INEXACT_PORTABLE) 72 int exception = x86flags & FE_ALL_EXCEPT; local 74 // exception flags 75 if (exception & FE_INVALID [all...] |
| /external/libcxx/test/depr/exception.unexpected/set.unexpected/ |
| Android.mk | 17 test_makefile := external/libcxx/test/depr/exception.unexpected/set.unexpected/Android.mk 19 test_name := depr/exception.unexpected/set.unexpected/set_unexpected 23 test_name := depr/exception.unexpected/set.unexpected/get_unexpected
|
| /libcore/luni/src/main/java/java/util/logging/ |
| ErrorManager.java | 76 * Reports an error using the given message, exception and error code. This 83 * @param exception 84 * the exception associated with the error, which may be 90 public void error(String message, Exception exception, int errorCode) { 101 if (exception != null) { 102 System.err.println("Exception - " + exception);
|
| /ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/ |
| issue20176-__gnu_Unwind_Find_exidx.cpp | 2 #include <exception> 25 throw std::exception(); 26 } catch (const std::exception &e)
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| XmlErrorHandler.java | 74 * @param exception the parsing exception 78 public void error(SAXParseException exception) throws SAXException { 79 handleError(exception, exception.getLineNumber()); 84 * @param exception the parsing exception 88 public void fatalError(SAXParseException exception) throws SAXException { 89 handleError(exception, exception.getLineNumber()) [all...] |
| /external/chromium_org/ppapi/cpp/dev/ |
| scriptable_object_deprecated.cc | 19 // take to mean an exception occurred. 43 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { 44 ExceptionConverter e(exception); 49 bool HasMethod(void* object, PP_Var name, PP_Var* exception) { 50 ExceptionConverter e(exception); 57 PP_Var* exception) { 58 ExceptionConverter e(exception); 66 PP_Var* exception) { 67 ExceptionConverter e(exception); 86 PP_Var* exception) { [all...] |
| /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/ |
| t-error.pl | 18 my $exception = $EVAL_ERROR; 19 print $exception;
|