Searched refs:BOOST_TEST_L (Results 1 – 10 of 10) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
D | global_typedef.hpp | 19 #define BOOST_TEST_L( s ) boost::unit_test::const_string( s, sizeof( s ) - 1 ) macro 20 #define BOOST_TEST_STRINGIZE( s ) BOOST_TEST_L( BOOST_STRINGIZE( s ) ) 21 #define BOOST_TEST_EMPTY_STRING BOOST_TEST_L( "" )
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_log.hpp | 139 << ::boost::unit_test::log::begin( BOOST_TEST_L(__FILE__), __LINE__ ))(ll) \ 159 BOOST_TEST_L(__FILE__), \ 167 BOOST_TEST_L(__FILE__), \
|
D | interaction_based.hpp | 36 …::boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description… 44 ::boost::itest::manager::instance().decision_point( BOOST_TEST_L(__FILE__), __LINE__ ) 52 …::boost::itest::scope_guard itest_scope_guard ## __LINE__( BOOST_TEST_L(__FILE__), __LINE__, BOOST… 60 new ( ::boost::itest::location( BOOST_TEST_L(__FILE__), __LINE__ ) ) type_name
|
D | test_tools.hpp | 80 BOOST_TEST_L(__FILE__), \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | xml_printer.hpp | 105 return *p << BOOST_TEST_L( "<![CDATA[" ) << value << BOOST_TEST_L( "]]>" ); in operator <<()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | xml_log_formatter.ipp | 145 << BOOST_TEST_L( " file" ) << attr_value() << entry_data.m_file_name 146 << BOOST_TEST_L( " line" ) << attr_value() << entry_data.m_line_num 147 << BOOST_TEST_L( "><![CDATA[" ); 163 ostr << BOOST_TEST_L( "]]></" ) << m_curr_tag << BOOST_TEST_L( ">" );
|
D | framework.ipp | 290 …BOOST_TEST_SETUP_ASSERT( tc->p_id == INV_TEST_UNIT_ID, BOOST_TEST_L( "test case already registered… 294 BOOST_TEST_SETUP_ASSERT( new_id != MAX_TEST_CASE_ID, BOOST_TEST_L( "too many test cases" ) ); 309 …BOOST_TEST_SETUP_ASSERT( ts->p_id == INV_TEST_UNIT_ID, BOOST_TEST_L( "test suite already registere… 313 BOOST_TEST_SETUP_ASSERT( new_id != MAX_TEST_SUITE_ID, BOOST_TEST_L( "too many test suites" ) ); 406 ? BOOST_TEST_L( "test tree is empty" ) 407 : BOOST_TEST_L( "no test cases matching filter" ) );
|
D | interaction_based.ipp | 69 …BOOST_TEST_SETUP_ASSERT( ptr == &dummy, BOOST_TEST_L( "Can't run two interation based test the sam…
|
D | compiler_log_formatter.ipp | 52 : BOOST_TEST_L( "Test setup" );
|
D | execution_monitor.ipp | 1348 , m_what( what_msg_.empty() ? BOOST_TEST_L( "uncaught exception, system error or abort requested" )…
|