/third_party/boost/libs/test/test/test-organization-ts/ |
D | test_unit-report-clashing-names.cpp | 34 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE() 49 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE() 76 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE() 96 boost::unit_test::framework::setup_error ); in BOOST_AUTO_TEST_CASE()
|
D | test_unit-order-test.cpp | 151 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 164 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 320 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 332 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 344 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 355 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 366 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE() 378 ut::framework::setup_error ); in BOOST_FIXTURE_TEST_CASE()
|
/third_party/boost/libs/log/src/ |
D | exceptions.cpp | 562 setup_error::setup_error() : in setup_error() function in boost::setup_error 567 setup_error::setup_error(std::string const& descr) : in setup_error() function in boost::setup_error 572 setup_error::~setup_error() throw() in ~setup_error() 576 void setup_error::throw_(const char* file, std::size_t line) in throw_() 578 boost::throw_exception(boost::enable_error_info(setup_error()) in throw_() 584 void setup_error::throw_(const char* file, std::size_t line, const char* descr) in throw_() 586 boost::throw_exception(boost::enable_error_info(setup_error(descr)) in throw_() 592 void setup_error::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() 594 boost::throw_exception(boost::enable_error_info(setup_error(descr)) in throw_()
|
D | syslog_backend.cpp | 521 BOOST_LOG_THROW_DESCR(setup_error, "Incorrect IP version specified"); in construct() 569 … BOOST_LOG_THROW_DESCR(setup_error, "Incorrect IP version specified in the local address"); in set_local_address() 615 … BOOST_LOG_THROW_DESCR(setup_error, "Incorrect IP version specified in the target address"); in set_target_address()
|
/third_party/boost/boost/test/ |
D | framework.hpp | 285 struct BOOST_TEST_DECL setup_error : public std::runtime_error { struct 286 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} in setup_error() function 289 …TEST_SETUP_ASSERT( cond, msg ) BOOST_TEST_I_ASSRT( cond, unit_test::framework::setup_error( msg ) )
|
/third_party/boost/boost/log/ |
D | exceptions.hpp | 399 class BOOST_LOG_API setup_error : class 406 setup_error(); 410 explicit setup_error(std::string const& descr); 414 ~setup_error() throw() BOOST_OVERRIDE;
|
/third_party/boost/libs/log/doc/tmp/ |
D | top_level_reference.qbk | 42 [template class_log_setup_error[][classref boost::log::setup_error setup_error]]
|
/third_party/boost/libs/log/src/posix/ |
D | ipc_reliable_message_queue.cpp | 271 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in implementation() 454 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_region() 494 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_region() 501 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_region() 504 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_region()
|
/third_party/boost/libs/test/doc/examples/ |
D | runtime-configuration_3.run-fail.cpp | 27 throw framework::setup_error("Argument '" + str + "' not integer"); in read_integer()
|
D | runtime-configuration_3.output | 26 Test setup error: boost::unit_test::framework::setup_error: Argument 'dummy' not integer
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_reliable_message_queue.cpp | 461 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_queue() 487 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: shared … in adopt_queue() 492 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_queue() 495 …BOOST_LOG_THROW_DESCR(setup_error, "Boost.Log interprocess message queue cannot be opened: the que… in adopt_queue()
|
/third_party/boost/libs/process/test/ |
D | error.cpp | 42 BOOST_AUTO_TEST_CASE(setup_error) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/libs/test/test/framework-ts/ |
D | message-in-datatestcase-test.cpp | 66 catch (framework::setup_error&) { in check_pattern_loggers()
|
D | test-macro-global-fixture.cpp | 106 catch (framework::setup_error&) { in check_global_fixture()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 1043 goto setup_error; in rtsp_stream_cb() 1048 goto setup_error; in rtsp_stream_cb() 1081 goto setup_error; in rtsp_stream_cb() 1084 goto setup_error; in rtsp_stream_cb() 1086 goto setup_error; in rtsp_stream_cb() 1088 goto setup_error; in rtsp_stream_cb() 1113 setup_error: in rtsp_stream_cb()
|
/third_party/boost/libs/test/doc/adv_scenarios/ |
D | obsolete_init_func.qbk | 38 # You signal the failure by throwing [classref boost::unit_test::framework::setup_error] exception.
|
D | shared_lib_customizations.qbk | 98 …se an exception such as `std::runtime_error` or [classref boost::unit_test::framework::setup_error]
|
D | single_header_customizations.qbk | 84 …se an exception such as `std::runtime_error` or [classref boost::unit_test::framework::setup_error]
|
D | static_lib_customizations.qbk | 112 …se an exception such as `std::runtime_error` or [classref boost::unit_test::framework::setup_error]
|
/third_party/boost/libs/test/doc/runtime_configuration/ |
D | runtime_custom.qbk | 102 [classref boost::unit_test::framework::setup_error] as above works as well. 127 …To report an error, a `std::logic_error` or [classref boost::unit_test::framework::setup_error] ca…
|
/third_party/boost/libs/graph/test/ |
D | mas_test.cpp | 46 throw boost::unit_test::framework::setup_error( in init_unit_test_suite()
|
D | stoer_wagner_test.cpp | 44 throw boost::unit_test::framework::setup_error( in init_unit_test_suite()
|
/third_party/boost/libs/log/src/setup/ |
D | formatter_parser.cpp | 109 …BOOST_LOG_THROW_DESCR(setup_error, "No formatter factory registered for attribute " + name.string(…
|
D | filter_parser.cpp | 107 … BOOST_LOG_THROW_DESCR(setup_error, "No filter factory registered for attribute " + name.string());
|
/third_party/boost/boost/test/impl/ |
D | unit_test_main.ipp | 264 BOOST_TEST_I_CATCH( framework::setup_error, ex ) {
|