Home
last modified time | relevance | path

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/
Dglobal_typedef.hpp19 #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/
Dunit_test_log.hpp139 << ::boost::unit_test::log::begin( BOOST_TEST_L(__FILE__), __LINE__ ))(ll) \
159 BOOST_TEST_L(__FILE__), \
167 BOOST_TEST_L(__FILE__), \
Dinteraction_based.hpp36 …::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
Dtest_tools.hpp80 BOOST_TEST_L(__FILE__), \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dxml_printer.hpp105 return *p << BOOST_TEST_L( "<![CDATA[" ) << value << BOOST_TEST_L( "]]>" ); in operator <<()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dxml_log_formatter.ipp145 << 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( ">" );
Dframework.ipp290 …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" ) );
Dinteraction_based.ipp69 …BOOST_TEST_SETUP_ASSERT( ptr == &dummy, BOOST_TEST_L( "Can't run two interation based test the sam…
Dcompiler_log_formatter.ipp52 : BOOST_TEST_L( "Test setup" );
Dexecution_monitor.ipp1348 , m_what( what_msg_.empty() ? BOOST_TEST_L( "uncaught exception, system error or abort requested" )…