Home
last modified time | relevance | path

Searched refs:sprint_dashes (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_print.py59 buffer += gp.sprint_dashes()
90 buffer += gp.sprint_dashes()
H A Dgen_print.py1308 def sprint_dashes(indent=dft_indent, width=80, line_feed=1, char="-"): function
1444 buffer += sprint_dashes(indent)
1447 buffer += sprint_dashes(indent, 6, 0) + " " + sprint_dashes(0, 73)
1470 buffer += sprint_dashes(indent)
1644 buffer += sprint_dashes(width=120, char="=")
1660 buffer += sprint_dashes(width=120, char="=")
H A Dprint.tcl628 proc sprint_dashes { { indent 0 } { width 80 } { line_feed 1 } { char "-" } } {
760 append buffer [sprint_dashes $indent $width $line_feed $char]
765 append buffer [sprint_dashes $indent $width $line_feed $char]
H A Dgen_plug_in_utils.py199 buffer += "\n" + gp.sprint_dashes()
203 buffer += gp.sprint_dashes() + "\n"
H A Dgen_arg.py444 "\n" + gp.sprint_dashes(width=120) + gp.sprint_executing() + "\n"
505 message = gp.sprint_dashes(width=120)