Lines Matching refs:col
273 self.col = terminal.Color()
406 col = terminal.Color()
429 line = '\r' + self.col.Color(self.col.GREEN, '%5d' % ok)
430 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned)
431 line += self.col.Color(self.col.RED, '%5d' % self.fail)
780 str = self.col.Color(color, ' ' + target)
782 str = ' %s %s' % (self.col.Color(color, char), str)
791 color = self.col.RED if num > 0 else self.col.GREEN
794 return self.col.Color(color, str(num))
855 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args))
860 color = self.col.RED if diff > 0 else self.col.GREEN
885 color = self.col.RED if diff > 0 else self.col.GREEN
950 col = None
995 color = self.col.RED if avg_diff > 0 else self.col.GREEN
1121 col = self.col.GREEN
1123 col = self.col.RED
1125 col = self.col.YELLOW
1126 Print(' ' + line, newline=True, colour=col)
1162 self.col.GREEN)
1164 self.col.RED)
1165 self.AddOutcome(board_selected, arch_list, new, '*', self.col.BLUE)
1168 self.col.MAGENTA)
1173 Print('\n'.join(better_err), colour=self.col.GREEN)
1176 Print('\n'.join(worse_err), colour=self.col.RED)
1179 Print('\n'.join(better_warn), colour=self.col.CYAN)
1182 Print('\n'.join(worse_warn), colour=self.col.MAGENTA)
1314 Print(msg, colour=self.col.BLUE)
1339 Print('(no errors to report)', colour=self.col.GREEN)