Searched refs:YELLOW (Results 1 – 9 of 9) sorted by relevance
/u-boot/tools/patman/ |
A D | tout.py | 66 col = _color.YELLOW if warning else _color.GREEN 115 _Output(WARNING, msg, _color.YELLOW)
|
A D | checkpatch.py | 181 msg_type = col.Color(col.YELLOW, msg_type) 216 color = col.YELLOW
|
A D | series.py | 125 email = col.Color(col.YELLOW, "<alias '%s' not found>" 273 print(col.Color(col.YELLOW, 'Skipping "%s"' % x))
|
A D | terminal.py | 203 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_bitblt.c | 20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; variable 149 ellipse(x, y, 121, 11, 159, 59, YELLOW, &pix); in setup() 178 ellipse(x, y, 84, 62, 104, 77, YELLOW, &pix); in setup() 189 ellipse(x, y, 164, 62, 184, 77, YELLOW, &pix); in setup()
|
/u-boot/tools/buildman/ |
A D | test.py | 181 col.YELLOW if outcome == OUTCOME_WARN else col.RED) 300 add_line_prefix('w+', boards1234, errors[0], col.YELLOW)) 322 expect += ' ' + col.Color(col.YELLOW, 'w+') 324 expect += col.Color(col.YELLOW, ' %s' % 'board3') 339 add_line_prefix('w+', boards34, errors[2], col.YELLOW)) 405 add_line_prefix('w+', boards4, expect, col.YELLOW))
|
A D | control.py | 74 print(' ', col.Color(col.YELLOW, commit.hash[:8], bright=False), end=' ') 86 print(col.Color(col.YELLOW, warning)) 246 print(col.Color(col.YELLOW, msg))
|
A D | builder.py | 462 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned) 953 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args)) 1246 col = self.col.YELLOW 1320 self.col.YELLOW) 1333 _OutputErrLines(worse_warn, colour=self.col.YELLOW)
|
/u-boot/scripts/ |
A D | checkpatch.pl | 2061 $output .= YELLOW;
|
Completed in 15 milliseconds