Searched defs:m_tpname (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | test-program.hpp | 108 std::string m_tpname, m_tcname; member in class:atf::atf_run::atf_tps_writer
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 127 std::string m_tpname; member in class:csv_writer 141 m_tpname = name; 152 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, " 155 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n"; 157 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n"; 172 std::string str = m_tpname + ", " + m_tcname + ", " + state; 199 std::string m_tcname, m_tpname; member in class:ticker_writer 229 m_tpname = tp; 249 m_tpname + ": ", false) 251 m_failed_tps.push_back(m_tpname); 385 std::string m_tcname, m_tpname; member in class:xml_writer [all...] |
Completed in 14 milliseconds