Home
last modified time | relevance | path

Searched refs:m_tpname (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Datf-report.cpp123 std::string m_tpname; member in csv_writer
137 m_tpname = name; in write_tp_start()
148 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, " in write_tp_end()
151 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n"; in write_tp_end()
153 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n"; in write_tp_end()
168 std::string str = m_tpname + ", " + m_tcname + ", " + state; in write_tc_end()
195 std::string m_tcname, m_tpname; member in ticker_writer
225 m_tpname = tp; in write_tp_start()
245 m_tpname + ": ", false) in write_tp_end()
247 m_failed_tps.push_back(m_tpname); in write_tp_end()
[all …]
H A Dtest-program.hpp110 std::string m_tpname, m_tcname; member in tools::test_program::atf_tps_writer
H A Dtest-program.cpp595 m_tpname = tp; in start_tp()
606 m_os << "tp-end: " << generate_timestamp() << ", " << m_tpname << "\n"; in end_tp()
608 m_os << "tp-end: " << generate_timestamp() << ", " << m_tpname in end_tp()