Searched refs:separator (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/testlib/
H A Dquery.py51 log.test_log.message(terminal.separator())
53 log.test_log.message(terminal.separator())
59 log.test_log.message(terminal.separator())
61 log.test_log.message(terminal.separator())
66 log.test_log.message(terminal.separator())
68 log.test_log.message(terminal.separator())
H A Dterminal.py120 def separator(char=default_separator, color=None): function
122 Return a separator of the given character that is the length of the full
134 Place the given string inside of the separator. If it does not fit inside,
135 expand the separator to fit it with at least min_barrier.
137 .. seealso:: :func:`separator`
140 string = bytearray(separator(char, color=color))
H A Dmain.py206 log.test_log.message(terminal.separator())
257 log.test_log.message(terminal.separator())
262 log.test_log.message(terminal.separator())
H A Dhandlers.py197 sep_fmtkey = 'separator'
287 log.test_log.info(terminal.separator('-'))
/gem5/src/cpu/
H A Dstatic_inst.cc133 const std::string &separator) const
140 outs << separator; local
H A Dstatic_inst.hh330 * Print a separator separated list of this instruction's set flag
333 void printFlags(std::ostream &outs, const std::string &separator) const;

Completed in 15 milliseconds