/external/libcxx/src/ |
D | system_error.cpp | 152 system_error::__init(const error_code& ec, string what_arg) in __init() 163 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 169 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 175 system_error::system_error(error_code ec) in system_error() function in system_error 181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 193 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error 199 system_error::~system_error() _NOEXCEPT in ~system_error() 207 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
|
D | thread.cpp | 44 throw system_error(error_code(ec, system_category()), "thread::join failed"); in join() 63 throw system_error(error_code(ec, system_category()), "thread::detach failed"); in detach()
|
D | ios.cpp | 77 : system_error(ec, msg) in failure() 82 : system_error(ec, msg) in failure()
|
/external/libcxx/include/ |
D | system_error | 2 //===---------------------------- system_error ----------------------------===// 15 system_error synopsis 102 class system_error 106 system_error(error_code ec, const string& what_arg); 107 system_error(error_code ec, const char* what_arg); 108 system_error(error_code ec); 109 system_error(int ev, const error_category& ecat, const string& what_arg); 110 system_error(int ev, const error_category& ecat, const char* what_arg); 111 system_error(int ev, const error_category& ecat); 616 // system_error [all …]
|
/external/clang/test/SemaCXX/ |
D | PR9461.cpp | 31 struct system_error:runtime_error{ // expected-note {{to match}} struct 32 system_error():time_error("" // expected-error 3 {{expected}} expected-note {{to match}}
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | unlock.pass.cpp | 40 catch (std::system_error& e) in main() 50 catch (std::system_error& e) in main()
|
D | try_lock.pass.cpp | 44 catch (std::system_error& e) in main() 58 catch (std::system_error& e) in main()
|
D | try_lock_for.pass.cpp | 49 catch (std::system_error& e) in main() 63 catch (std::system_error& e) in main()
|
D | lock.pass.cpp | 43 catch (std::system_error& e) in f() 54 catch (std::system_error& e) in f()
|
D | try_lock_until.pass.cpp | 49 catch (std::system_error& e) in main() 63 catch (std::system_error& e) in main()
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
D | unlock.pass.cpp | 45 catch (std::system_error& e) in main() 55 catch (std::system_error& e) in main()
|
D | try_lock.pass.cpp | 49 catch (std::system_error& e) in main() 63 catch (std::system_error& e) in main()
|
D | try_lock_for.pass.cpp | 54 catch (std::system_error& e) in main() 68 catch (std::system_error& e) in main()
|
D | try_lock_until.pass.cpp | 54 catch (std::system_error& e) in main() 68 catch (std::system_error& e) in main()
|
D | lock.pass.cpp | 46 catch (std::system_error& e) in f() 57 catch (std::system_error& e) in f()
|
/external/libcxx/test/numerics/rand/rand.device/ |
D | ctor.pass.cpp | 26 catch (const std::system_error& e) in main()
|
/external/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
D | ctor_int_error_category.pass.cpp | 24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
D | ctor_error_code.pass.cpp | 24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
D | ctor_error_code_string.pass.cpp | 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main()
|
D | ctor_error_code_const_char_pointer.pass.cpp | 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str()); in main()
|
D | ctor_int_error_category_string.pass.cpp | 25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
D | ctor_int_error_category_const_char_pointer.pass.cpp | 25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | threadtest3.c | 454 static void system_error(Error *pErr, int iSys){ in system_error() function 746 system_error(pErr, rc); in launch_thread_x() 767 if( pErr->rc==SQLITE_OK ) system_error(pErr, rc); in join_all_threads_x() 810 system_error(pErr, errno); in filecopy_x() 815 system_error(pErr, errno); in filecopy_x() 827 system_error(pErr, errno); in filecopy_x() 831 system_error(pErr, errno); in filecopy_x()
|
/external/libcxx/ |
D | Android.mk | 41 src/system_error.cpp \
|
/external/chromium_org/third_party/libc++/ |
D | libc++.gyp | 78 'trunk/src/system_error.cpp',
|