HomeSort by relevance Sort by last modified time
    Searched full:runtime_config (Results 1 - 10 of 10) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
unit_test_parameters.hpp 33 // ************** runtime_config ************** //
36 namespace runtime_config { namespace in namespace:boost::unit_test
59 } // namespace runtime_config
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
framework.ipp 238 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...]
unit_test_monitor.ipp 63 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();
progress_monitor.ipp 45 : m_stream( runtime_config::log_sink() )
unit_test_main.ipp 179 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()
results_reporter.ipp 55 : m_output( runtime_config::report_sink() )
unit_test_log.ipp 89 : m_stream( runtime_config::log_sink() )
137 if( runtime_config::show_build_info() )
unit_test_parameters.ipp 149 // ************** runtime_config ************** //
152 namespace runtime_config {
517 } // namespace runtime_config
exception_safety.ipp 174 if( !runtime_config::break_exec_path().is_empty() ) {
177 string_token_iterator tit( runtime_config::break_exec_path(),
unit_test_suite.ipp 205 if( runtime_config::random_seed() == 0 ) {

Completed in 506 milliseconds