| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate/ |
| terminate.pass.cpp | 12 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/ |
| bad_function_call.pass.cpp | 13 // : public exception 25 static_assert((std::is_base_of<std::exception, std::bad_function_call>::value), "");
|
| /ndk/sources/cxx-stl/stlport/stlport/ |
| math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception macro 42 # define _exception exception
|
| /ndk/tests/device/test-stlport_shared-exception/jni/ |
| eh33.cpp | 4 #include <exception>
|
| eh34.cpp | 4 #include <exception>
|
| eh55.cpp | 4 #include <exception>
|
| /ndk/tests/device/test-stlport_static-exception/jni/ |
| eh33.cpp | 4 #include <exception>
|
| eh34.cpp | 4 #include <exception>
|
| eh55.cpp | 4 #include <exception>
|
| /packages/apps/Mms/src/com/android/mms/util/ |
| ItemLoadedCallback.java | 26 * and {@code exception} should be non-null. 31 void onItemLoaded(T result, Throwable exception);
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
| math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception macro 42 # define _exception exception
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
| math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception macro 42 # define _exception exception
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
| math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception macro 42 # define _exception exception
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
| math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception macro 42 # define _exception exception
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
| math.h | 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \ 26 # define exception __math_exception macro 36 # undef exception macro 42 # define _exception exception
|
| /external/chromium-libpac/test/js-unittest/ |
| unhandled_exception.js | 2 // This will throw a runtime exception.
|
| /external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
| unhandled_exception.js | 2 // This will throw a runtime exception.
|
| /external/chromium_org/ppapi/c/dev/ |
| ppb_var_deprecated.h | 87 * If you pass an invalid name or object, the exception will be set (if it is 92 struct PP_Var* exception); 100 struct PP_Var* exception); 104 * exception (if non-NULL) will be set and a "Void" var will be returned. 108 struct PP_Var* exception); 114 * If there is a failure, the given exception will be set (if it is non-NULL). 141 struct PP_Var* exception); 144 * Sets the property with the given name on the given object. The exception 150 struct PP_Var* exception); 154 * be an string or integer var, using other types will throw an exception [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
| TestException.idl | 31 ] exception TestException {
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
| prettify.rb | 31 rescue => exception 34 backtrace = exception.backtrace 35 backtrace[0] += ": " + exception + " (" + exception.class.to_s + ")"
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| IExceptionHandlerTable.java | 17 * exception handler range. The order of these entries is the order in which 18 * a JVM will check for a matching exception handler when the parent method 19 * throws an exception. 33 * @param offset exception offset [must be in [0, size()) range; input not checked] 60 * that all data referenced in 'exception' will eventually be consistent 63 * @param exception new exception descriptor [may not be null] 65 int add (Exception_info exception); 69 * checks are made. No exception type compatibility checks are made. It is 71 * in 'exception' will eventually be consistent with method's bytecode an [all...] |
| /external/libcxx/test/depr/exception.unexpected/ |
| Android.mk | 17 test_makefile := external/libcxx/test/depr/exception.unexpected/Android.mk 19 test_name := depr/exception.unexpected/nothing_to_do
|
| /external/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");
|
| /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
| AnalyzerException.java | 38 public class AnalyzerException extends Exception {
44 public AnalyzerException(final String msg, final Throwable exception) {
45 super(msg, exception);
|
| /external/objenesis/tck/src/org/objenesis/tck/ |
| Reporter.java | 27 * startTests(startObjenesis(result | exception) * endObjenesis) * endTests 67 * @param exception Exception thrown by instantiator. 69 void exception(Exception exception); method in interface:Reporter
|