Lines Matching refs:col

304         self.col = terminal.Color()
439 col = terminal.Color()
461 line = '\r' + self.col.Color(self.col.GREEN, '%5d' % ok)
462 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned)
463 line += self.col.Color(self.col.RED, '%5d' % self.fail)
468 line += self.col.Color(self.col.MAGENTA, ' -%-5d ' % remaining)
876 str = self.col.Color(color, ' ' + target)
878 str = ' %s %s' % (self.col.Color(color, char), str)
887 color = self.col.RED if num > 0 else self.col.GREEN
890 return self.col.Color(color, str(num))
953 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args))
958 color = self.col.RED if diff > 0 else self.col.GREEN
983 color = self.col.RED if diff > 0 else self.col.GREEN
1048 col = None
1093 color = self.col.RED if avg_diff > 0 else self.col.GREEN
1242 col = self.col.GREEN
1244 col = self.col.RED
1246 col = self.col.YELLOW
1247 Print(' ' + line, newline=True, colour=col)
1267 out = self.col.Color(colour, line.char + '(')
1268 out += self.col.Color(self.col.MAGENTA, board_str,
1270 out += self.col.Color(colour, ') %s' % line.errline)
1272 out = self.col.Color(colour, line.char + line.errline)
1318 self.col.GREEN)
1320 self.col.YELLOW)
1322 self.col.RED)
1323 self.AddOutcome(board_selected, arch_list, new_boards, '*', self.col.BLUE)
1326 self.col.MAGENTA)
1330 _OutputErrLines(better_err, colour=self.col.GREEN)
1331 _OutputErrLines(worse_err, colour=self.col.RED)
1332 _OutputErrLines(better_warn, colour=self.col.CYAN)
1333 _OutputErrLines(worse_warn, colour=self.col.YELLOW)
1496 Print(msg, colour=self.col.BLUE)
1521 Print('(no errors to report)', colour=self.col.GREEN)