| /external/emma/core/java12/com/vladium/util/exception/ |
| ICodedException.java | 9 package com.vladium.util.exception; 19 * An error code is a compact string representing the nature of exception 22 * the exception classes mentioned above. 32 * Returns the String that was passed as 'message' argument to an exception 33 * constructor. For a coded exception this will be the compact error code
|
| /external/libcxx/test/depr/exception.unexpected/unexpected.handler/ |
| unexpected_handler.pass.cpp | 12 #include <exception>
|
| /external/libcxx/test/language.support/support.exception/exception/ |
| exception.pass.cpp | 10 // test exception 12 #include <exception> 18 static_assert(std::is_polymorphic<std::exception>::value, 19 "std::is_polymorphic<std::exception>::value"); 20 std::exception b; 21 std::exception b2 = b;
|
| /external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/ |
| terminate_handler.pass.cpp | 12 #include <exception>
|
| /external/libcxx/test/language.support/support.exception/ |
| version.pass.cpp | 10 // <exception> 12 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected.handler/ |
| unexpected_handler.pass.cpp | 12 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/ |
| exception.pass.cpp | 10 // test exception 12 #include <exception> 18 static_assert(std::is_polymorphic<std::exception>::value, 19 "std::is_polymorphic<std::exception>::value"); 20 std::exception b; 21 std::exception b2 = b;
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/ |
| terminate_handler.pass.cpp | 12 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/ |
| version.pass.cpp | 10 // <exception> 12 #include <exception>
|
| /ndk/tests/device/gnustl-shared-1/jni/ |
| main.cpp | 2 #include <exception> 11 // Catch all exceptions. Note that if we used catch (std::exception& e)
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| stdexcpt.h | 12 #include <exception>
|
| /libcore/luni/src/main/java/java/util/concurrent/ |
| ForkJoinWorkerThread.java | 93 * @param exception the exception causing this thread to abort due 96 protected void onTermination(Throwable exception) { 105 Throwable exception = null; local 110 exception = ex; 113 onTermination(exception); 115 if (exception == null) 116 exception = ex; 118 pool.deregisterWorker(this, exception);
|
| /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
| DialogHelper.java | 26 public void showErrorMessageDialog(int titleId, Exception exception); 28 public void showErrorMessageDialog(String title, Exception exception);
|
| /external/chromium_org/ppapi/c/dev/ |
| ppp_class_deprecated.h | 39 * |name| is guaranteed to be an integer or string type var. Exception is 46 struct PP_Var* exception); 49 * |name| is guaranteed to be a string-type. Exception is guaranteed non-NULL. 50 * If the method does not exist, return false and don't set the exception. 52 * if you need to throw an exception, still return false. 56 struct PP_Var* exception); 59 * |name| is guaranteed to be a string-type or an integer-type var. Exception 62 * exception and return a var of type Void. A property does not exist if 67 struct PP_Var* exception); 70 * Exception is guaranteed non-NULL [all...] |
| /external/chromium_org/ppapi/cpp/dev/ |
| scriptable_object_deprecated.h | 39 virtual bool HasProperty(const Var& name, Var* exception); 42 virtual bool HasMethod(const Var& name, Var* exception); 44 // The default implementation sets an exception that the property doesn't 46 virtual Var GetProperty(const Var& name, Var* exception); 50 Var* exception); 52 // The default implementation sets an exception that the property can not be 56 Var* exception); 58 // The default implementation sets an exception that the method does not 61 Var* exception); 67 // The default implementation sets an exception that the method does no [all...] |
| /external/clang/test/CodeGenCXX/ |
| 2006-03-06-C++RecurseCrash.cpp | 3 class exception { }; class in namespace:std 18 class recursive_init: public std::exception {
|
| /ndk/tests/device/test-stlport_shared-exception/jni/ |
| crossjump1.cpp | 7 #include <exception> 10 struct E : public std::exception
|
| eh47.cpp | 5 #include <exception>
|
| terminate2.cpp | 2 // Test that an unhandled exception causes us to call terminate. 4 #include <exception>
|
| /ndk/tests/device/test-stlport_static-exception/jni/ |
| crossjump1.cpp | 7 #include <exception> 10 struct E : public std::exception
|
| /external/libcxx/test/language.support/support.exception/bad.exception/ |
| Android.mk | 17 test_makefile := external/libcxx/test/language.support/support.exception/bad.exception/Android.mk 19 test_name := language.support/support.exception/bad.exception/bad_exception
|
| /external/libcxx/test/language.support/support.exception/exception.terminate/ |
| Android.mk | 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/Android.mk 19 test_name := language.support/support.exception/exception.terminate/nothing_to_do
|
| /external/libcxx/test/language.support/support.exception/exception.terminate/terminate/ |
| Android.mk | 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate/Android.mk 19 test_name := language.support/support.exception/exception.terminate/terminate/terminate
|
| /external/libcxxabi/src/ |
| cxa_unexpected.cpp | 10 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
| cxa_unexpected.cpp | 10 #include <exception>
|