Searched defs:atf_tps_writer (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.hpp105 class atf_tps_writer { class in namespace:atf::atf_run
111 atf_tps_writer(std::ostream&);
140 class atf_tps_writer;
147 const atf::fs::path&, const atf::fs::path&, atf_tps_writer&);
H A Dtest_program_test.cpp520 ATF_TEST_CASE(atf_tps_writer); variable
521 ATF_TEST_CASE_HEAD(atf_tps_writer)
525 ATF_TEST_CASE_BODY(atf_tps_writer)
541 impl::atf_tps_writer w(ss);
549 impl::atf_tps_writer w(ss);
565 impl::atf_tps_writer w(ss);
577 impl::atf_tps_writer w(ss);
589 impl::atf_tps_writer w(ss);
617 impl::atf_tps_writer w(ss);
641 impl::atf_tps_writer
[all...]
H A Dtest-program.cpp565 impl::atf_tps_writer::atf_tps_writer(std::ostream& os) : function in class:impl::atf_tps_writer
578 impl::atf_tps_writer::info(const std::string& what, const std::string& val)
585 impl::atf_tps_writer::ntps(size_t p_ntps)
592 impl::atf_tps_writer::start_tp(const std::string& tp, size_t ntcs)
601 impl::atf_tps_writer::end_tp(const std::string& reason)
613 impl::atf_tps_writer::start_tc(const std::string& tcname)
621 impl::atf_tps_writer::stdout_tc(const std::string& line)
630 impl::atf_tps_writer::stderr_tc(const std::string& line)
639 impl::atf_tps_writer
[all...]

Completed in 12 milliseconds