Lines Matching refs:printFormatted
270 self.printFormatted('stdout', stdout)
272 self.printFormatted('stderr', stderr)
273 self.printFormatted(
276 self.printFormatted(
278 self.printFormatted('failure', "--- CRASHED ---")
280 self.printFormatted('failure', "--- TIMEOUT ---")
283 self.printFormatted('failure', "--- UNEXPECTED PASS ---")
285 self.printFormatted('failure', test.expected_failure_reason)
287 self.printFormatted('failure', "--- FAILED ---")
337 def printFormatted(self, format, string): member in ColorProgressIndicator
357 def printFormatted(self, format, string): member in MonochromeProgressIndicator