Home
last modified time | relevance | path

Searched refs:runtime_config (Results 1 – 10 of 10) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_monitor.ipp63 p_catch_system_errors.value = runtime_config::catch_sys_errors();
65 p_auto_start_dbg.value = runtime_config::auto_start_dbg();
66 p_use_alt_stack.value = runtime_config::use_alt_stack();
67 p_detect_fp_exceptions.value = runtime_config::detect_fp_exceptions();
Dframework.ipp238 runtime_config::init( argc, argv );
241 unit_test_log.set_threshold_level( runtime_config::log_level() );
242 unit_test_log.set_format( runtime_config::log_format() );
245 results_reporter::set_level( runtime_config::report_level() );
246 results_reporter::set_format( runtime_config::report_format() );
251 if( runtime_config::show_progress() )
254 if( runtime_config::detect_memory_leaks() > 0 ) {
256 debug::break_memory_alloc( runtime_config::detect_memory_leaks() );
405 BOOST_TEST_SETUP_ASSERT( tcc.p_count != 0 , runtime_config::test_to_run().is_empty()
427 switch( runtime_config::random_seed() ) {
[all …]
Dunit_test_main.ipp179 if( !runtime_config::test_to_run().is_empty() ) {
180 test_case_filter filter( runtime_config::test_to_run() );
189 return runtime_config::no_result_code()
Dprogress_monitor.ipp45 : m_stream( runtime_config::log_sink() )
Dunit_test_log.ipp89 : m_stream( runtime_config::log_sink() )
137 if( runtime_config::show_build_info() )
Dunit_test_parameters.ipp149 // ************** runtime_config ************** //
152 namespace runtime_config {
517 } // namespace runtime_config
Dresults_reporter.ipp55 : m_output( runtime_config::report_sink() )
Dexception_safety.ipp174 if( !runtime_config::break_exec_path().is_empty() ) {
177 string_token_iterator tit( runtime_config::break_exec_path(),
Dunit_test_suite.ipp205 if( runtime_config::random_seed() == 0 ) {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
Dunit_test_parameters.hpp36 namespace runtime_config { namespace