Home
last modified time | relevance | path

Searched refs:p_name (Results 1 – 14 of 14) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dnamed_parameter.ipp52 mm_pos = unit_test::mismatch( name.begin(), name.end(), p_name->begin(), p_name->end() );
54 return mm_pos.first == name.end() && (m_guess_name || (mm_pos.second == p_name->end()) );
70 if( p_name->empty() || snp.p_name->empty() )
77 … unit_test::mismatch( p_name->begin(), p_name->end(), snp.p_name->begin(), snp.p_name->end() );
79 …return mm_pos.first != p_name->begin() && // there is common substri…
80 …((m_guess_name && (mm_pos.second == snp.p_name->end()) ) || // that match other guy and I am g…
81 … (snp.m_guess_name && (mm_pos.first == p_name->end()) )); // or me and the other guy is
89 … unit_test::first_char( cstring( p_name ) ) == unit_test::first_char( cstring( cnp.p_name ) );
111 mm_pos = unit_test::mismatch( in.begin(), in.end(), p_name->begin(), p_name->end() );
Did_policy.hpp46 unit_test::readwrite_property<dstring> p_name; member in boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy
50 virtual bool responds_to( cstring name ) const { return p_name == name; } in responds_to()
51 virtual cstring id_2_report() const { return p_name.get(); } in id_2_report()
60 nfp::optionally_assign( p_name.value, m, name ); in accept_modifier()
Dchar_parameter.hpp50 BOOST_RT_PARAM_VALIDATE_LOGIC( p_name->size() <= 1, "Invalid parameter name " << p_name ); in accept_modifier()
Dchar_parameter.ipp46 p_name == static_cast<char_name_policy const&>( id ).p_name;
Did_policy.ipp37 fs << p_prefix << p_name << p_separator;
60 if( !tr.match_front( p_name.get() ) )
63 tr.trim( p_name->size() );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dcompiler_log_formatter.ipp51 ? const_string( framework::current_test_case().p_name.get() )
93 output << "Entering test " << tu.p_type_name << " \"" << tu.p_name << "\"" << std::endl;
101 output << "Leaving test " << tu.p_type_name << " \"" << tu.p_name << "\"";
119 output << "Test " << tu.p_type_name << " \"" << tu.p_name << "\"" << "is skipped" << std::endl;
Dplain_report_formatter.ipp116 …<< "Test " << (tu.p_type == tut_case ? "case " : "suite " ) << quote() << tu.p_name << ' ' << desc…
171 ostr << "*** errors detected in test " << tu.p_type_name << " " << quote() << tu.p_name
183 ostr << " in test " << tu.p_type_name << " " << quote() << tu.p_name << "\n";
Dxml_log_formatter.ipp85 ostr << "<" << tu_type_name( tu ) << " name" << attr_value() << tu.p_name.get() << ">";
105 << " name" << attr_value() << tu.p_name.get()
Dresults_collector.ipp216 BOOST_TEST_MESSAGE( "Test case " << tu.p_name << " has fewer failures than expected" );
220 BOOST_TEST_MESSAGE( "Test case " << tu.p_name << " did not check any assertions" );
Dunit_test_main.ipp78 const_string name( tu.p_name );
95 return m_value == tu.p_name.get();
Dxml_report_formatter.ipp70 << " name" << attr_value() << tu.p_name.get()
Dunit_test_suite.ipp56 , p_name( std::string( name.begin(), name.size() ) )
176 if( tu_name == framework::get( id, ut_detail::test_id_2_unit_type( id ) ).p_name.get() )
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite.hpp228 …assign_op( framework::master_test_suite().p_name.value, BOOST_TEST_STRINGIZE( BOOST_TEST_MODULE ).… in init_unit_test()
Dunit_test_suite_impl.hpp72 readwrite_property<std::string> p_name; // name for this test unit member in boost::unit_test::test_unit