Home
last modified time | relevance | path

Searched refs:INV_TEST_UNIT_ID (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dresults_reporter.hpp69 …EST_DECL void make_report( report_level l = INV_REPORT_LEVEL, test_unit_id = INV_TEST_UNIT_ID );
70 inline void confirmation_report( test_unit_id id = INV_TEST_UNIT_ID ) in confirmation_report()
72 inline void short_report( test_unit_id id = INV_TEST_UNIT_ID ) in short_report()
74 inline void detailed_report( test_unit_id id = INV_TEST_UNIT_ID ) in detailed_report()
Dframework.hpp77 BOOST_TEST_DECL void run( test_unit_id = INV_TEST_UNIT_ID, bool continue_test = true );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
Dglobal_typedef.hpp49 const test_unit_id INV_TEST_UNIT_ID = 0xFFFFFFFF; variable
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_suite.ipp55 , p_id( INV_TEST_UNIT_ID )
180 return INV_TEST_UNIT_ID;
285 if( id != INV_TEST_UNIT_ID ) {
Dframework.ipp115 , m_curr_test_case( INV_TEST_UNIT_ID )
290 …BOOST_TEST_SETUP_ASSERT( tc->p_id == INV_TEST_UNIT_ID, BOOST_TEST_L( "test case already registered…
309 …BOOST_TEST_SETUP_ASSERT( ts->p_id == INV_TEST_UNIT_ID, BOOST_TEST_L( "test suite already registere…
399 if( id == INV_TEST_UNIT_ID )
Dresults_reporter.ipp164 if( id == INV_TEST_UNIT_ID )