HomeSort by relevance Sort by last modified time
    Searched refs:COLOUR_RED (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/hci/mucurses/
colour.c 24 *red = ( ( colour & COLOUR_RED ) ? 1 : 0 );
  /external/vixl/tools/
printer.py 41 COLOUR_RED = ColourCode("\x1b[0;31m")
112 failed_colour = COLOUR_RED if failed != 0 else ''
threaded_tests.py 104 printer.Print(printer.COLOUR_RED + ' '.join(command) + printer.NO_COLOUR,
clang_format.py 133 printer.COLOUR_RED + \
lint.py 133 printer.COLOUR_RED + \
test.py 332 printer.Print(printer.COLOUR_RED + printable_command + printer.NO_COLOUR)

Completed in 84 milliseconds