HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 501 - 525 of 2577) sorted by null

<<21222324252627282930>>

  /external/libcxxabi/test/
catch_class_01.cpp 10 #include <exception>
test_vector3.cpp 15 #include <exception>
  /external/oprofile/libabi/
abi.h 19 struct abi_exception : std::exception {
  /external/smack/src/org/xbill/DNS/
UNKRecord.java 34 throw st.exception("invalid unknown RR encoding");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 53 public void test_getPeerHost() throws Exception {
73 public void test_getPeerPrincipal() throws Exception {
147 public void test_getLocalCertificates() throws Exception {
157 public void test_getLocalPrincipal() throws Exception {
175 public void test_getPeerCertificates() throws Exception {
183 public void test_getPeerCertificateChain() throws Exception {
271 protected void setUp() throws Exception {
288 && server.exception == null
289 && client.exception == null) {
296 if (server.exception != null)
488 private Exception exception; field in class:SSLSessionTest.TestServer
571 private Exception exception; field in class:SSLSessionTest.TestClient
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_01.cpp 10 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
49 throw std::exception();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
db_back.pass.cpp 21 #include <exception>
db_front.pass.cpp 21 #include <exception>
db_iterators_6.pass.cpp 21 #include <exception>
db_iterators_7.pass.cpp 21 #include <exception>
db_iterators_8.pass.cpp 21 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
erase_iter_db1.pass.cpp 21 #include <exception>
erase_iter_iter_db4.pass.cpp 20 #include <exception>
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
49 throw std::exception();
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
49 throw std::exception();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_back.pass.cpp 21 #include <exception>
db_cindex.pass.cpp 21 #include <exception>
db_front.pass.cpp 21 #include <exception>
db_index.pass.cpp 21 #include <exception>
db_iterators_2.pass.cpp 21 #include <exception>
db_iterators_3.pass.cpp 21 #include <exception>
db_iterators_4.pass.cpp 21 #include <exception>
db_iterators_6.pass.cpp 21 #include <exception>
db_iterators_7.pass.cpp 21 #include <exception>

Completed in 828 milliseconds

<<21222324252627282930>>