Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dtout.py66 col = _color.YELLOW if warning else _color.GREEN
111 _Output(1, msg, _color.YELLOW)
H A Dcheckpatch.py136 msg_type = col.Color(col.YELLOW, msg_type)
170 color = col.YELLOW
H A Dseries.py120 email = col.Color(col.YELLOW, "<alias '%s' not found>"
239 print(col.Color(col.YELLOW, 'Skipping "%s"' % x))
H A Dterminal.py95 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py73 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False),
168 print col.Color(col.YELLOW, msg)
H A Dbuilder.py430 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned)
855 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args))
1125 col = self.col.YELLOW
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl1913 $output .= YELLOW;