Home
last modified time | relevance | path

Searched refs:system_error (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/src/
Dsystem_error.cpp152 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()
Dthread.cpp44 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()
Dios.cpp77 : system_error(ec, msg) in failure()
82 : system_error(ec, msg) in failure()
/external/libcxx/include/
Dsystem_error2 //===---------------------------- 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/
DPR9461.cpp31 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/
Dunlock.pass.cpp40 catch (std::system_error& e) in main()
50 catch (std::system_error& e) in main()
Dtry_lock.pass.cpp44 catch (std::system_error& e) in main()
58 catch (std::system_error& e) in main()
Dtry_lock_for.pass.cpp49 catch (std::system_error& e) in main()
63 catch (std::system_error& e) in main()
Dlock.pass.cpp43 catch (std::system_error& e) in f()
54 catch (std::system_error& e) in f()
Dtry_lock_until.pass.cpp49 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/
Dunlock.pass.cpp45 catch (std::system_error& e) in main()
55 catch (std::system_error& e) in main()
Dtry_lock.pass.cpp49 catch (std::system_error& e) in main()
63 catch (std::system_error& e) in main()
Dtry_lock_for.pass.cpp54 catch (std::system_error& e) in main()
68 catch (std::system_error& e) in main()
Dtry_lock_until.pass.cpp54 catch (std::system_error& e) in main()
68 catch (std::system_error& e) in main()
Dlock.pass.cpp46 catch (std::system_error& e) in f()
57 catch (std::system_error& e) in f()
/external/libcxx/test/numerics/rand/rand.device/
Dctor.pass.cpp26 catch (const std::system_error& e) in main()
/external/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
Dctor_int_error_category.pass.cpp24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
Dctor_error_code.pass.cpp24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
Dctor_error_code_string.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main()
Dctor_error_code_const_char_pointer.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str()); in main()
Dctor_int_error_category_string.pass.cpp25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
Dctor_int_error_category_const_char_pointer.pass.cpp25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
/external/chromium_org/third_party/sqlite/src/test/
Dthreadtest3.c454 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/
DAndroid.mk41 src/system_error.cpp \
/external/chromium_org/third_party/libc++/
Dlibc++.gyp78 'trunk/src/system_error.cpp',

12