Searched refs:YELLOW (Results 1 - 11 of 11) sorted by relevance

/u-boot/tools/u_boot_pylib/
H A Dtout.py66 col = _color.YELLOW if warning else _color.GREEN
115 _output(WARNING, msg, _color.YELLOW)
H A Dterminal.py203 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8)
/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c26 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; variable in typeref:struct:efi_gop_pixel
157 ellipse(x, y, 121, 11, 159, 59, YELLOW, &pix);
186 ellipse(x, y, 84, 62, 104, 77, YELLOW, &pix);
192 * ellipse(x, y, 124, 62, 144, 77, YELLOW, &pix);
197 ellipse(x, y, 164, 62, 184, 77, YELLOW, &pix);
/u-boot/tools/patman/
H A Dcheckpatch.py235 msg_type = col.build(col.YELLOW, msg_type)
277 color = col.YELLOW
H A Dseries.py128 email = col.build(col.YELLOW, '<alias not found>')
342 print(col.build(col.YELLOW, f'Skipping "{x}"'))
/u-boot/tools/buildman/
H A Dcontrol.py107 print(' ', col.build(col.YELLOW, commit.hash[:8], bright=False), end=' ')
119 print(col.build(col.YELLOW, warning))
226 print(col.build(col.YELLOW, msg))
H A Dtest.py183 col.YELLOW if outcome == OUTCOME_WARN else col.RED)
302 add_line_prefix('w+', boards1234, errors[0], col.YELLOW))
324 expect += ' ' + col.build(col.YELLOW, 'w+')
326 expect += col.build(col.YELLOW, ' %s' % 'board3')
341 add_line_prefix('w+', boards34, errors[2], col.YELLOW))
407 add_line_prefix('w+', boards4, expect, col.YELLOW))
H A Dbuilder.py552 line += self.col.build(self.col.YELLOW, '%5d' % self.warned)
1042 tuple([indent, self.col.build(self.col.YELLOW, fname)] + args))
1334 col = self.col.YELLOW
1413 self.col.YELLOW)
1426 _output_err_lines(worse_warn, colour=self.col.YELLOW)
/u-boot/tools/binman/
H A Dbintool.py205 print(col.build(col.YELLOW, 'Fetch: %s' % self.name))
251 print(col.build(col.YELLOW,
/u-boot/tools/
H A Dqconfig.py517 self.col.YELLOW,
/u-boot/scripts/
H A Dcheckpatch.pl188 print(YELLOW . "WARNING" . RESET);
203 $type = YELLOW . $type . RESET;
2309 $output .= YELLOW;

Completed in 103 milliseconds