Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/third_party/boost/boost/detail/
Dcatch_exceptions.hpp76 catch ( const char * ex ) in catch_exceptions() local
78 catch ( const std::string & ex ) in catch_exceptions() local
82 catch ( const std::bad_alloc & ex ) in catch_exceptions() local
86 catch ( const std::bad_cast & ex ) in catch_exceptions() local
88 catch ( const std::bad_typeid & ex ) in catch_exceptions() local
97 catch ( const std::bad_exception & ex ) in catch_exceptions() local
99 catch ( const std::domain_error & ex ) in catch_exceptions() local
101 catch ( const std::invalid_argument & ex ) in catch_exceptions() local
103 catch ( const std::length_error & ex ) in catch_exceptions() local
105 catch ( const std::out_of_range & ex ) in catch_exceptions() local
[all …]
/third_party/boost/libs/algorithm/test/
Dhex_test4.cpp28 catch ( const std::exception &ex ) { return; } in test_short_input1() local
37 catch ( const ba::hex_decode_error &ex ) { return; } in test_short_input2() local
46 catch ( const ba::not_enough_input &ex ) { return; } in test_short_input3() local
56 catch ( const ba::non_hex_input &ex ) { BOOST_CHECK ( false ); } in test_short_input4() local
57 catch ( const ba::not_enough_input &ex ) { return; } in test_short_input4() local
67 catch ( const ba::non_hex_input &ex ) { BOOST_CHECK ( false ); } in test_short_input5() local
68 catch ( const ba::not_enough_input &ex ) { return; } in test_short_input5() local
88 catch ( const std::exception &ex ) { in test_nonhex_input1() local
101 catch ( const ba::hex_decode_error &ex ) { in test_nonhex_input2() local
114 catch ( const ba::non_hex_input &ex ) { in test_nonhex_input3() local
[all …]
/third_party/boost/libs/thread/test/sync/futures/async/
Dasync_pass.cpp173 } catch (std::exception& ex) in main() local
186 } catch (std::exception& ex) in main() local
201 } catch (std::exception& ex) in main() local
225 catch (std::exception& ex) in main() local
249 catch (std::exception& ex) in main() local
273 catch (std::exception& ex) in main() local
297 catch (std::exception& ex) in main() local
322 catch (std::exception& ex) in main() local
349 catch (std::exception& ex) in main() local
374 catch (std::exception& ex) in main() local
[all …]
Dasync_executor_pass.cpp172 boost::executor_adaptor<boost::basic_thread_pool> ex(1); in main() local
182 catch (std::exception& ex) in main() local
198 boost::executor_adaptor<boost::basic_thread_pool> ex(1); in main() local
208 catch (std::exception& ex) in main() local
225 boost::executor_adaptor<boost::basic_thread_pool> ex(1); in main() local
237 catch (std::exception& ex) in main() local
/third_party/flutter/skia/src/utils/win/
DSkHRESULT.h46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr) argument
47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) argument
49 #define HRB(ex) HR_GENERAL(ex, nullptr, false) argument
50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) argument
52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr) argument
53 #define HRNM(ex, msg) HR_GENERAL(ex, msg, nullptr) argument
55 #define HRV(ex) HR_GENERAL(ex, nullptr, ) argument
56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) argument
58 #define HRZ(ex) HR_GENERAL(ex, nullptr, 0) argument
59 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) argument
/third_party/skia/src/utils/win/
DSkHRESULT.h46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr) argument
47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) argument
49 #define HRB(ex) HR_GENERAL(ex, nullptr, false) argument
50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) argument
52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr) argument
53 #define HRNM(ex, msg) HR_GENERAL(ex, msg, nullptr) argument
55 #define HRV(ex) HR_GENERAL(ex, nullptr, ) argument
56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) argument
58 #define HRZ(ex) HR_GENERAL(ex, nullptr, 0) argument
59 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) argument
/third_party/boost/libs/test/example/
Dexec_mon_example.cpp52 void translate_my_exception1( my_exception1 const& ex ) in translate_my_exception1()
57 void translate_my_exception2( my_exception2 const& ex ) in translate_my_exception2()
123 catch ( boost::execution_exception const& ex ) { in cpp_main() local
135 catch ( boost::execution_exception const& ex ) { in cpp_main() local
147 catch ( boost::execution_exception const& ex ) { in cpp_main() local
164 catch ( boost::execution_exception const& ex ) { in cpp_main() local
176 catch ( boost::execution_exception const& ex ) { in cpp_main() local
184 catch ( boost::execution_exception const& ex ) { in cpp_main() local
197 catch ( boost::execution_exception const& ex ) { in cpp_main() local
210 catch ( boost::execution_exception const& ex ) { in cpp_main() local
/third_party/boost/libs/thread/test/sync/futures/future/
Dthen_executor_pass.cpp64 boost::basic_thread_pool ex(1); in main() local
74 catch (std::exception& ex) in main() local
87 boost::basic_thread_pool ex(1); in main() local
96 catch (std::exception& ex) in main() local
109 boost::basic_thread_pool ex(1); in main() local
115 boost::basic_thread_pool ex(1); in main() local
123 boost::basic_thread_pool ex(1); in main() local
131 boost::basic_thread_pool ex(1); in main() local
138 boost::basic_thread_pool ex(1); in main() local
/third_party/boost/libs/thread/test/sync/futures/shared_future/
Dthen_executor_pass.cpp62 boost::basic_thread_pool ex(1); in main() local
71 catch (std::exception& ex) in main() local
84 boost::basic_thread_pool ex(1); in main() local
93 catch (std::exception& ex) in main() local
106 boost::basic_thread_pool ex(1); in main() local
112 boost::basic_thread_pool ex(1); in main() local
120 boost::basic_thread_pool ex(1); in main() local
128 boost::basic_thread_pool ex(1); in main() local
135 boost::basic_thread_pool ex(1); in main() local
/third_party/boost/libs/math/example/
Dbessel_errors_example.cpp56 catch (std::exception& ex) in main() local
86 catch (std::exception& ex) in main() local
100 catch (std::exception& ex) in main() local
118 catch (std::exception& ex) in main() local
134 catch (std::exception& ex) in main() local
148 catch (std::exception& ex) in main() local
Dbessel_zeros_example.cpp256 catch (std::exception& ex) in main() local
273 catch (std::exception& ex) in main() local
303 catch (std::exception& ex) in main() local
315 catch (std::exception& ex) in main() local
328 catch (std::exception& ex) in main() local
342 catch (std::exception& ex) in main() local
357 catch (std::exception& ex) in main() local
372 catch (std::exception& ex) in main() local
/third_party/openssl/crypto/x509/
Dx509_v3.c42 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ() local
62 X509_EXTENSION *ex; in X509v3_get_ext_by_critical() local
136 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID()
154 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, in X509_EXTENSION_create_by_OBJ()
185 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) in X509_EXTENSION_set_object()
194 int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) in X509_EXTENSION_set_critical()
202 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) in X509_EXTENSION_set_data()
214 ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex) in X509_EXTENSION_get_object()
221 ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex) in X509_EXTENSION_get_data()
228 int X509_EXTENSION_get_critical(const X509_EXTENSION *ex) in X509_EXTENSION_get_critical()
/third_party/boost/libs/filesystem/example/
Derror_demo.cpp29 void report_system_error(const system_error& ex) in report_system_error()
38 void report_filesystem_error(const system_error& ex) in report_filesystem_error()
123 catch (const system_error& ex) in main() local
145 catch (const system_error& ex) in main() local
164 catch (const system_error& ex) in main() local
/third_party/boost/libs/asio/test/archetypes/
Dasync_ops.hpp46 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
67 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
101 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
135 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
161 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
197 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
231 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
257 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
294 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
328 typename boost::asio::associated_executor<handler_type>::type ex in BOOST_ASIO_INITFN_RESULT_TYPE() local
[all …]
/third_party/boost/boost/asio/detail/
Dhandler_work.hpp66 explicit handler_work_base(int, int, const Executor& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
72 handler_work_base(const Executor& ex, in handler_work_base()
126 explicit handler_work_base(int, int, const Executor& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
133 handler_work_base(const Executor& ex, in handler_work_base()
143 handler_work_base(const Executor& ex, in handler_work_base()
224 explicit handler_work_base(int, int, const Executor& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
237 handler_work_base(const Executor& ex, in handler_work_base()
246 handler_work_base(const Executor& ex, in handler_work_base()
315 const executor_type& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
327 handler_work_base(const executor_type& ex, in handler_work_base()
[all …]
Dwin_iocp_overlapped_ptr.hpp50 explicit win_iocp_overlapped_ptr(const Executor& ex, in win_iocp_overlapped_ptr()
79 void reset(const Executor& ex, Handler handler) in reset()
137 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
147 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
156 const io_context::executor_type& ex) in get_iocp_service()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dhandler_work.hpp66 explicit handler_work_base(int, int, const Executor& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
72 handler_work_base(const Executor& ex, in handler_work_base()
126 explicit handler_work_base(int, int, const Executor& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
133 handler_work_base(const Executor& ex, in handler_work_base()
143 handler_work_base(const Executor& ex, in handler_work_base()
224 explicit handler_work_base(int, int, const Executor& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
237 handler_work_base(const Executor& ex, in handler_work_base()
246 handler_work_base(const Executor& ex, in handler_work_base()
315 const executor_type& ex) BOOST_ASIO_NOEXCEPT in handler_work_base()
327 handler_work_base(const executor_type& ex, in handler_work_base()
[all …]
Dwin_iocp_overlapped_ptr.hpp50 explicit win_iocp_overlapped_ptr(const Executor& ex, in win_iocp_overlapped_ptr()
79 void reset(const Executor& ex, Handler handler) in reset()
137 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
147 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
156 const io_context::executor_type& ex) in get_iocp_service()
/third_party/boost/libs/thread/example/
Dfuture_then.cpp40 catch (std::exception& ex) in p2() local
61 catch (std::exception& ex) in p2s() local
92 catch (std::exception& ex) in main() local
116 catch (std::exception& ex) in main() local
Dfuture_fallback_to.cpp56 catch (std::exception& ex) in main() local
85 catch (std::exception& ex) in main() local
110 catch (std::exception& ex) in main() local
139 catch (std::exception& ex) in main() local
/third_party/boost/boost/thread/executors/
Dscheduler.hpp34 resubmitter(Executor& ex, Function funct) : in resubmitter()
45 Executor& ex; member in boost::executors::resubmitter
52 resubmit(Executor& ex, BOOST_THREAD_FWD_REF(Function) funct) { in resubmit()
66 …resubmit_at_executor(Scheduler& sch, Executor& ex, chrono::time_point<clock, Duration> const& tp) : in resubmit_at_executor()
110 Executor& ex; member in boost::executors::resubmit_at_executor
128 scheduler_executor_wrapper(Scheduler& sch, Executor& ex) : in scheduler_executor_wrapper()
160 Executor& ex; member in boost::executors::scheduler_executor_wrapper
211 resubmit_at_executor<Scheduler, Executor> on(Executor& ex) in on()
244 scheduler_executor_wrapper<scheduler, Ex> on(Ex& ex) in on()
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dget_io_context.hpp38 get_io_context(net::io_context::executor_type const& ex) in get_io_context()
45 get_io_context(net::strand< in get_io_context()
53 get_io_context(net::strand<Executor> const& ex) in get_io_context()
63 get_io_context(T const& ex) in get_io_context()
/third_party/boost/boost/beast/core/detail/
Dget_io_context.hpp38 get_io_context(net::io_context::executor_type const& ex) in get_io_context()
45 get_io_context(net::strand< in get_io_context()
53 get_io_context(net::strand<Executor> const& ex) in get_io_context()
63 get_io_context(T const& ex) in get_io_context()
/third_party/boost/libs/filesystem/test/
Dlocale_info.cpp38 catch (const exception& ex) in default_info() local
52 catch (const exception& ex) in null_string_info() local
66 catch (const exception& ex) in classic_info() local
/third_party/boost/libs/system/test/
Ddynamic_link_test.cpp32 catch (const boost::system::system_error& ex) in main() local
38 catch (const std::runtime_error& ex) in main() local

12345678910>>...25