Searched refs:Text (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/stats/
H A Dtext.hh56 class Text : public Output class in namespace:Stats
72 Text();
73 Text(std::ostream &stream);
74 Text(const std::string &file);
75 ~Text();
H A Dtext.cc99 Text::Text() function in class:Stats::Text
104 Text::Text(std::ostream &stream) function in class:Stats::Text
110 Text::Text(const std::string &file) function in class:Stats::Text
117 Text::~Text()
126 Text::open(std::ostream &_stream)
138 Text
[all...]
/gem5/tests/testing/
H A Dresults.py169 class Text(ResultFormatter): class in inherits:ResultFormatter
173 super(Text, self).__init__(**kwargs)
/gem5/tests/
H A Dtests.py58 "text" : testing.results.Text,

Completed in 9 milliseconds