Home
last modified time | relevance | path

Searched refs:RED (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatman.py137 sys.exit(col.Color(col.RED, str))
171 print(col.Color(col.RED, "Not sending emails due to errors/warnings"))
177 print(col.Color(col.RED, "Email would not be sent"))
H A Dpatman137 sys.exit(col.Color(col.RED, str))
171 print(col.Color(col.RED, "Not sending emails due to errors/warnings"))
177 print(col.Color(col.RED, "Email would not be sent"))
H A Dseries.py197 print(col.Color(col.RED, str))
200 print(col.Color(col.RED, str))
203 print(col.Color(col.RED, str))
H A Dcheckpatch.py138 msg_type = col.Color(col.RED, msg_type)
172 color = col.RED
H A Dtout.py103 _Output(0, msg, _color.RED)
H A Dterminal.py95 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
H A Dgitutil.py496 print(col.Color(col.RED, msg))
505 print(col.Color(col.RED, msg))
/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py163 sys.exit(col.Color(col.RED, msg))
165 sys.exit(col.Color(col.RED, "Range '%s' has no commits" %
174 sys.exit(col.Color(col.RED, str))
195 sys.exit(col.Color(col.RED, 'No matching boards found'))
H A Dbuilder.py431 line += self.col.Color(self.col.RED, '%5d' % self.fail)
791 color = self.col.RED if num > 0 else self.col.GREEN
860 color = self.col.RED if diff > 0 else self.col.GREEN
885 color = self.col.RED if diff > 0 else self.col.GREEN
995 color = self.col.RED if avg_diff > 0 else self.col.GREEN
1123 col = self.col.RED
1164 self.col.RED)
1176 Print('\n'.join(worse_err), colour=self.col.RED)
H A Dtoolchain.py567 print col.Color(col.RED, 'Warning, ambiguous toolchains: %s' %
H A Dtest.py168 expected_colour = col.GREEN if ok else col.RED
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl1911 $output .= RED;