Lines Matching refs:m_os
566 m_os(os)
574 atf::parser::write_headers(hm, m_os);
580 m_os << "info: " << what << ", " << val << "\n";
581 m_os.flush();
587 m_os << "tps-count: " << p_ntps << "\n";
588 m_os.flush();
595 m_os << "tp-start: " << generate_timestamp() << ", " << tp << ", "
597 m_os.flush();
605 m_os << "tp-end: " << generate_timestamp() << ", " << m_tpname << "\n";
607 m_os << "tp-end: " << generate_timestamp() << ", " << m_tpname
609 m_os.flush();
616 m_os << "tc-start: " << generate_timestamp() << ", " << tcname << "\n";
617 m_os.flush();
623 m_os << "tc-so:" << line << "\n";
624 check_stream(m_os);
625 m_os.flush();
626 check_stream(m_os);
632 m_os << "tc-se:" << line << "\n";
633 check_stream(m_os);
634 m_os.flush();
635 check_stream(m_os);
645 m_os << "tc-end: " << generate_timestamp() << str << "\n";
646 m_os.flush();