Searched refs:YELLOW (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | tout.py | 66 col = _color.YELLOW if warning else _color.GREEN 111 _Output(1, msg, _color.YELLOW)
|
| H A D | checkpatch.py | 136 msg_type = col.Color(col.YELLOW, msg_type) 170 color = col.YELLOW
|
| H A D | series.py | 120 email = col.Color(col.YELLOW, "<alias '%s' not found>" 239 print(col.Color(col.YELLOW, 'Skipping "%s"' % x))
|
| H A D | terminal.py | 95 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | control.py | 73 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False), 168 print col.Color(col.YELLOW, msg)
|
| H A D | builder.py | 430 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 D | checkpatch.pl | 1913 $output .= YELLOW;
|