/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ |
D | dependencies_1.76.0.txt | 1 …meric~ublas parameter preprocessor range serialization static_assert throw_exception tuple type_tr… 2 …onfig core exception function iterator mpl range regex static_assert throw_exception tuple type_tr… 4 any -> config core static_assert throw_exception type_index type_traits 5 array -> assert config core static_assert throw_exception 6 …rono config core coroutine date_time function regex smart_ptr system throw_exception type_traits u… 8 assign -> array config core move mpl preprocessor ptr_container range static_assert throw_exception… 10 … endian intrusive logic mp11 optional smart_ptr static_assert system throw_exception type_traits u… 11 …pl multi_index preprocessor property_map serialization static_assert throw_exception type_traits u… 14 chrono -> assert config core integer move mpl predef ratio static_assert system throw_exception typ… 15 circular_buffer -> assert concept_check config core move static_assert throw_exception type_traits [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | lock_types.hpp | 338 boost::throw_exception( in lock() 343 boost::throw_exception( in lock() 353 boost::throw_exception( in try_lock() 358 boost::throw_exception( in try_lock() 370 …boost::throw_exception(boost::lock_error(static_cast<int>(system::errc::operation_not_permitted), … in timed_lock() 374 …boost::throw_exception(boost::lock_error(static_cast<int>(system::errc::resource_deadlock_would_oc… in timed_lock() 384 …boost::throw_exception(boost::lock_error(static_cast<int>(system::errc::operation_not_permitted), … in timed_lock() 388 …boost::throw_exception(boost::lock_error(static_cast<int>(system::errc::resource_deadlock_would_oc… in timed_lock() 397 …boost::throw_exception(boost::lock_error(static_cast<int>(system::errc::operation_not_permitted), … in timed_lock() 401 …boost::throw_exception(boost::lock_error(static_cast<int>(system::errc::resource_deadlock_would_oc… in timed_lock() [all …]
|
D | future.hpp | 470 throw_exception(promise_already_satisfied()); in set_exception_deferred() 675 throw_exception(promise_already_satisfied()); in set_value_deferred() 690 throw_exception(promise_already_satisfied()); in set_value_deferred() 816 throw_exception(promise_already_satisfied()); in set_value_deferred() 891 throw_exception(promise_already_satisfied()); in set_value_deferred() 1449 boost::throw_exception(future_uninitialized()); in wait() 1459 boost::throw_exception(future_uninitialized()); in mutex() 1468 boost::throw_exception(future_uninitialized()); in notify_when_ready() 1477 boost::throw_exception(future_uninitialized()); in unnotify_when_ready() 1488 boost::throw_exception(future_uninitialized()); in timed_wait() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/xml/ |
D | high_resolution_timer.hpp | 46 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in high_resolution_timer() 75 boost::throw_exception(std::runtime_error("Couldn't initialize start_time")); in restart() 81 boost::throw_exception(std::runtime_error("Couldn't get current time")); in elapsed() 85 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in elapsed() 94 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in elapsed_max() 104 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in elapsed_min() 157 boost::throw_exception(std::runtime_error("Couldn't get current time")); in now() 164 boost::throw_exception(std::runtime_error("Couldn't initialize start_time")); in restart() 170 boost::throw_exception(std::runtime_error("Couldn't get current time")); in elapsed() 188 boost::throw_exception(std::runtime_error("Couldn't get resolution")); in elapsed_min() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/ |
D | high_resolution_timer.hpp | 45 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in high_resolution_timer() 74 boost::throw_exception(std::runtime_error("Couldn't initialize start_time")); in restart() 80 boost::throw_exception(std::runtime_error("Couldn't get current time")); in elapsed() 84 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in elapsed() 93 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in elapsed_max() 103 boost::throw_exception(std::runtime_error("Couldn't acquire frequency")); in elapsed_min() 153 boost::throw_exception(std::runtime_error("Couldn't get current time")); in now() 160 boost::throw_exception(std::runtime_error("Couldn't initialize start_time")); in restart() 166 boost::throw_exception(std::runtime_error("Couldn't get current time")); in elapsed() 184 boost::throw_exception(std::runtime_error("Couldn't get resolution")); in elapsed_min() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/doc/ |
D | reference.adoc | 14 ## <boost/throw_exception.hpp> Synopsis 26 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined 28 BOOST_NORETURN void throw_exception( std::exception const & e, 33 template<class E> BOOST_NORETURN void throw_exception( E const & e ); 35 template<class E> BOOST_NORETURN void throw_exception( E const & e, 43 ::boost::throw_exception(x, BOOST_CURRENT_LOCATION) 46 ## throw_exception 51 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined 55 template<class E> BOOST_NORETURN void throw_exception( E const & e ); 75 BOOST_NORETURN void throw_exception( std::exception const & e, [all …]
|
D | description.adoc | 13 The header `<boost/throw_exception.hpp>` provides a common Boost infrastructure 14 for throwing exceptions, in the form of a function `boost::throw_exception` 17 `boost::throw_exception(x);` is a replacement for `throw x;` that both 27 An overload for `boost::throw_exception` that takes a 35 `::boost::throw_exception(x, BOOST_CURRENT_LOCATION)`, passing the current source 47 #include <boost/throw_exception.hpp> 70 ## Using boost::throw_exception with a source location 73 #include <boost/throw_exception.hpp> 87 boost::throw_exception( std::out_of_range( msg ), loc );
|
D | Jamfile | 9 html throw_exception.html : index.adoc ; 11 install html_ : throw_exception.html : <location>html ; 13 pdf throw_exception.pdf : index.adoc ; 14 explicit throw_exception.pdf ; 16 install pdf_ : throw_exception.pdf : <location>pdf ;
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | gtest-extra-test.cc | 44 FMT_NORETURN void throw_exception() { throw std::runtime_error("test"); } in throw_exception() function 54 EXPECT_THROW_MSG(throw_exception(), std::exception, p_++), "01234"); in TEST_F() 72 throw_exception(); in TEST_F() 82 throw_exception(); in TEST_F() 93 throw_exception(); in TEST_F() 122 throw_exception(); in TEST_F() 231 EXPECT_THROW_MSG(throw_exception(), std::exception, "test"); in TEST() 258 EXPECT_THROW_MSG(throw_exception(), std::exception, "test"); in TEST() 260 EXPECT_THROW_MSG(throw_exception(), std::logic_error, "test"), in TEST() 268 EXPECT_THROW_MSG(throw_exception(), std::exception, "other"), in TEST() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/include/boost/ |
D | throw_exception.hpp | 38 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined 39 BOOST_NORETURN void throw_exception( std::exception const & e, boost::source_location const & loc )… 123 boost::throw_exception( *this ); in rethrow() 144 template<class E> BOOST_NORETURN void throw_exception( E const & e ) in throw_exception() function 150 template<class E> BOOST_NORETURN void throw_exception( E const & e, boost::source_location const & ) in throw_exception() function 158 template<class E> BOOST_NORETURN void throw_exception( E const & e ) in throw_exception() function 164 template<class E> BOOST_NORETURN void throw_exception( E const & e, boost::source_location const & … in throw_exception() function 178 #define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x, BOOST_CURRENT_LOCATION)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/mac/ |
D | process_cpu_clocks.hpp | 100 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 120 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 134 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 154 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 176 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 196 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 259 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 279 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 324 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 343 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | recursive_mutex.hpp | 65 …boost::throw_exception(thread_resource_error(init_attr_res, "boost:: recursive_mutex constructor f… in recursive_mutex() 71 …boost::throw_exception(thread_resource_error(set_attr_res, "boost:: recursive_mutex constructor fa… in recursive_mutex() 78 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_mutex constructor failed in p… in recursive_mutex() 85 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_mutex constructor failed in p… in recursive_mutex() 91 …boost::throw_exception(thread_resource_error(res2, "boost:: recursive_mutex constructor failed in … in recursive_mutex() 201 …boost::throw_exception(thread_resource_error(init_attr_res, "boost:: recursive_timed_mutex constru… in recursive_timed_mutex() 206 …boost::throw_exception(thread_resource_error(set_attr_res, "boost:: recursive_timed_mutex construc… in recursive_timed_mutex() 213 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_timed_mutex constructor faile… in recursive_timed_mutex() 220 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_timed_mutex constructor faile… in recursive_timed_mutex() 226 …boost::throw_exception(thread_resource_error(res2, "boost:: recursive_timed_mutex constructor fail… in recursive_timed_mutex()
|
D | condition_variable.hpp | 69 …boost::throw_exception(condition_error(-1, "boost::condition_variable::wait() failed precondition … in wait() 92 …boost::throw_exception(condition_error(res, "boost::condition_variable::wait failed in pthread_con… in wait() 112 …boost::throw_exception(condition_error(EPERM, "boost::condition_variable::do_wait_until() failed p… in do_wait_until() 139 …boost::throw_exception(condition_error(cond_res, "boost::condition_variable::do_wait_until failed … in do_wait_until() 172 …boost::throw_exception(thread_resource_error(res, "boost::condition_variable_any::condition_variab… in condition_variable_any() 178 …boost::throw_exception(thread_resource_error(res2, "boost::condition_variable_any::condition_varia… in condition_variable_any() 208 …boost::throw_exception(condition_error(res, "boost::condition_variable_any::wait() failed in pthre… in wait() 487 …boost::throw_exception(condition_error(res, "boost::condition_variable_any::do_wait_until() failed… in do_wait_until()
|
D | mutex.hpp | 51 …boost::throw_exception(thread_resource_error(res, "boost:: mutex constructor failed in pthread_mut… in mutex() 64 … boost::throw_exception(lock_error(res,"boost: mutex lock failed in pthread_mutex_lock")); in lock() 114 …boost::throw_exception(thread_resource_error(res, "boost:: timed_mutex constructor failed in pthre… in timed_mutex() 121 …boost::throw_exception(thread_resource_error(res2, "boost:: timed_mutex constructor failed in pthr… in timed_mutex() 173 … boost::throw_exception(lock_error(res,"boost: mutex lock failed in pthread_mutex_lock")); in lock()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/posix/ |
D | process_cpu_clocks.hpp | 78 boost::throw_exception( in now() 105 boost::throw_exception( in now() 154 boost::throw_exception( in now() 181 boost::throw_exception( in now() 231 boost::throw_exception( in now() 258 boost::throw_exception( in now() 311 boost::throw_exception( in now() 337 boost::throw_exception( in now()
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | ImageDecoder.cpp | 98 static jobject throw_exception(JNIEnv* env, Error error, const char* msg, in throw_exception() function 120 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in native_create() 130 return throw_exception(env, kSourceException, "", jexception, source); in native_create() 135 return throw_exception(env, kSourceIncomplete, "", nullptr, source); in native_create() 140 return throw_exception(env, kSourceMalformedData, msg.c_str(), in native_create() 148 return throw_exception(env, kSourceException, "", jexception, source); in native_create() 153 return throw_exception(env, kSourceMalformedData, "", nullptr, source); in native_create() 167 return throw_exception(env, kSourceException, "Not supported on Windows", nullptr, source); in ImageDecoder_nCreateFd() 173 return throw_exception(env, kSourceMalformedData, in ImageDecoder_nCreateFd() 181 return throw_exception(env, kSourceMalformedData, "Could not open file", in ImageDecoder_nCreateFd() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/ |
D | shared_count.hpp | 165 boost::throw_exception( std::bad_alloc() ); in shared_count() 202 boost::throw_exception(std::bad_alloc()); in shared_count() 234 boost::throw_exception( std::bad_alloc() ); in shared_count() 291 boost::throw_exception( std::bad_alloc() ); in shared_count() 348 boost::throw_exception( std::bad_alloc() ); in shared_count() 370 boost::throw_exception(std::bad_alloc()); in shared_count() 397 boost::throw_exception( std::bad_alloc() ); in shared_count() 422 boost::throw_exception( std::bad_alloc() ); in shared_count() 670 boost::throw_exception( boost::bad_weak_ptr() ); in shared_count()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/impl/ |
D | xml_iarchive_impl.ipp | 62 boost::serialization::throw_exception( 77 boost::serialization::throw_exception( 97 boost::serialization::throw_exception( 110 boost::serialization::throw_exception( 132 boost::serialization::throw_exception( 143 boost::serialization::throw_exception( 155 boost::serialization::throw_exception(
|
D | basic_binary_iprimitive.ipp | 23 #include <boost/serialization/throw_exception.hpp> 44 boost::serialization::throw_exception( 52 boost::serialization::throw_exception( 60 boost::serialization::throw_exception( 68 boost::serialization::throw_exception( 79 boost::serialization::throw_exception(
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | shared_mutex.hpp | 100 boost::throw_exception(thread_resource_error()); in shared_mutex() 107 boost::throw_exception(thread_resource_error()); in shared_mutex() 158 boost::throw_exception(boost::lock_error()); in lock_shared() 166 boost::throw_exception(boost::lock_error()); in lock_shared() 213 boost::throw_exception(boost::lock_error()); in do_lock_shared_until() 221 boost::throw_exception(boost::lock_error()); in do_lock_shared_until() 427 boost::throw_exception(boost::lock_error()); in lock() 474 boost::throw_exception(boost::lock_error()); in do_lock_until() 649 boost::throw_exception(boost::lock_error()); in lock_upgrade() 657 boost::throw_exception(boost::lock_error()); in lock_upgrade()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/detail/ |
D | socket_option.hpp | 145 boost::asio::detail::throw_exception(ex); in resize() 154 boost::asio::detail::throw_exception(ex); in resize() 241 boost::asio::detail::throw_exception(ex); in resize() 278 boost::asio::detail::throw_exception(ex); in multicast_hops() 290 boost::asio::detail::throw_exception(ex); in operator =() 357 boost::asio::detail::throw_exception(ex); in resize() 371 boost::asio::detail::throw_exception(ex); in resize()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/ |
D | throw_exception.hpp | 19 BOOST_NORETURN void throw_exception(const std::exception&); 28 throw_exception(const E& error) in throw_exception() function 34 throw_exception(const std::exception& error) 36 boost::throw_exception(error);
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | c_time.hpp | 70 … boost::throw_exception(std::runtime_error("could not convert calendar time to local time")); in localtime() 88 boost::throw_exception(std::runtime_error("could not convert calendar time to UTC time")); in gmtime() 106 … boost::throw_exception(std::runtime_error("could not convert calendar time to local time")); 115 boost::throw_exception(std::runtime_error("could not convert calendar time to UTC time"));
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/example/ |
D | portable_binary_iarchive.cpp | 35 boost::serialization::throw_exception( in load_impl() 64 boost::serialization::throw_exception( in load_override() 80 boost::serialization::throw_exception( in init() 92 boost::serialization::throw_exception( in init()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/ |
D | basic_text_oprimitive.hpp | 96 boost::serialization::throw_exception( in save() 127 boost::serialization::throw_exception( in save_impl() 158 boost::serialization::throw_exception( in save_impl() 191 boost::serialization::throw_exception( in put()
|