| /external/emma/core/java12/com/vladium/util/exception/ |
| Exceptions.java | 9 package com.vladium.util.exception;
|
| /external/gmock/test/ |
| gmock_ex_test.cc | 66 FAIL() << "Google Test does not try to catch an exception of type " 71 } catch (const std::exception& ex) {
|
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest_throw_on_failure_test_.cc | 42 #include <exception> // for set_terminate 48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/exception/ |
| BadSecretException.java | 17 package com.google.polo.exception; 20 * Exception thrown when the secret given is incorrect.
|
| NoConfigurationException.java | 17 package com.google.polo.exception; 20 * Exception thrown when a session configuration could not be negotiated.
|
| PoloException.java | 17 package com.google.polo.exception; 20 * Generic exception thrown by the Polo library. 22 public class PoloException extends Exception {
|
| ProtocolErrorException.java | 17 package com.google.polo.exception; 20 * Exception thrown when the protocol has ceased due to error.
|
| /external/gtest/test/ |
| gtest_throw_on_failure_test_.cc | 42 #include <exception> // for set_terminate 48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
| CollationRoot.java | 28 private static final RuntimeException exception; field in class:CollationRoot 31 if(exception != null) { 32 throw exception; 53 // Otherwise we would set a non-null root object if the data reader throws an exception. 63 exception = e2;
|
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| CollationRoot.java | 26 private static final RuntimeException exception; field in class:CollationRoot 29 if(exception != null) { 30 throw exception; 51 // Otherwise we would set a non-null root object if the data reader throws an exception. 61 exception = e2;
|
| /external/jmdns/src/javax/jmdns/ |
| ServiceEvent.java | 24 * @exception IllegalArgumentException 68 } catch (CloneNotSupportedException exception) {
|
| /external/libcxx/test/std/containers/unord/unord.multiset/ |
| erase_iter_iter_db4.pass.cpp | 20 #include <exception>
|
| /external/libcxx/test/std/containers/unord/unord.set/ |
| erase_iter_iter_db4.pass.cpp | 20 #include <exception>
|
| /external/libcxx/test/std/depr/exception.unexpected/set.unexpected/ |
| set_unexpected.pass.cpp | 12 #include <exception>
|
| /external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/ |
| bad_alloc.pass.cpp | 18 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value), 19 "std::is_base_of<std::exception, std::bad_alloc>::value");
|
| /external/libcxx/test/std/language.support/support.exception/uncaught/ |
| uncaught_exception.pass.cpp | 12 #include <exception>
|
| uncaught_exceptions.pass.cpp | 12 #include <exception>
|
| /external/libcxx/test/std/language.support/support.rtti/bad.cast/ |
| bad_cast.pass.cpp | 18 static_assert((std::is_base_of<std::exception, std::bad_cast>::value), 19 "std::is_base_of<std::exception, std::bad_cast>::value");
|
| /external/libcxx/test/std/language.support/support.rtti/bad.typeid/ |
| bad_typeid.pass.cpp | 18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value), 19 "std::is_base_of<std::exception, std::bad_typeid>::value");
|
| /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weakptr/ |
| bad_weak_ptr.pass.cpp | 13 // : public std::exception 26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
|
| /external/libcxxabi/src/ |
| cxa_default_handlers.cpp | 14 #include <exception> 27 // If there might be an uncaught exception 33 // If there is an uncaught exception 56 // If the uncaught exception can be caught with std::exception& 58 static_cast<const __shim_type_info*>(&typeid(std::exception)); 61 // Include the what() message from the exception 62 const std::exception* e = static_cast<const std::exception*>(thrown_object); 63 abort_message("terminating with %s exception of type %s: %s" [all...] |
| /external/libcxxabi/test/ |
| uncaught_exceptions.pass.cpp | 11 #include <exception>
|
| /external/parameter-framework/upstream/utility/ |
| AlwaysAssert.hpp | 35 #include <exception>
|
| /external/sl4a/Utils/src/com/googlecode/android_scripting/exception/ |
| Sl4aException.java | 17 package com.googlecode.android_scripting.exception; 20 public class Sl4aException extends Exception { 22 public Sl4aException(Exception e) { 30 public Sl4aException(String message, Exception e) {
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest_throw_on_failure_test_.cc | 42 #include <exception> // for set_terminate 48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|