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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
unit_test_parameters.hpp 42 BOOST_TEST_DECL unit_test::report_level report_level();
global_typedef.hpp 35 enum report_level { INV_REPORT_LEVEL, CONFIRMATION_REPORT, SHORT_REPORT, DETAILED_REPORT, NO_REPORT }; enum in namespace:boost::unit_test
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
results_reporter.ipp 87 report_level m_report_level;
100 set_level( report_level l )
156 make_report( report_level l, test_unit_id id )
169 report_level bkup = s_rr_impl().m_report_level;
unit_test_parameters.ipp 104 operator>>( std::istream& in, unit_test::report_level& rl )
106 fixed_mapping<const_string,unit_test::report_level,case_ins_less<char const> > report_level_name (
169 std::string REPORT_LEVEL = "report_level";
190 REPORT_LEVEL , "BOOST_TEST_REPORT_LEVEL",
289 << cla::dual_name_parameter<unit_test::report_level>(REPORT_LEVEL + "|r")
359 unit_test::report_level
360 report_level()
362 return retrieve_parameter( REPORT_LEVEL, s_cla_parser, unit_test::CONFIRMATION_REPORT )
    [all...]
framework.ipp 245 results_reporter::set_level( runtime_config::report_level() );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 58 BOOST_TEST_DECL void set_level( report_level );
69 BOOST_TEST_DECL void make_report( report_level l = INV_REPORT_LEVEL, test_unit_id = INV_TEST_UNIT_ID );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 21 def __init__(self, source, report_level, halt_level, stream=None,
24 Reporter.__init__(self, source, report_level, halt_level, stream,
134 settings.report_level,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 21 def __init__(self, source, report_level, halt_level, stream=None,
24 Reporter.__init__(self, source, report_level, halt_level, stream,
134 settings.report_level,

Completed in 447 milliseconds