Lines Matching defs:output
72 std::ostringstream output;
73 output << static_cast< long >(tv->tv_sec) << '.'
76 return output.str();
84 //! \brief A base class that defines an output format.
86 //! The writer base class defines a generic interface to output formats.
90 //! This class is not tied to a output stream nor a file because, depending
91 //! on the output format, we will want to write to a single file or to
116 //! \brief A very simple plain-text output format.
118 //! The csv_writer class implements a very simple plain-text output
187 //! \brief A console-friendly output format.
376 //! \brief A single-file XML output format.
508 //! can reformat it according to their output rules.
634 "atf-report is a tool that parses the output of atf-run and "
671 opts.insert(option('o', "fmt:path", "Adds a new output file; multiple "
699 // Generate the output files.