Home
last modified time | relevance | path

Searched refs:BLUE (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Dlogger.py52 BLUE = '\033[34m' variable in Fore
64 BLUE = '\033[44m' variable in Back
73 'CASE': {'level': 11, 'style': Back.BLUE + Fore.WHITE + Style.BRIGHT},
/tools/asuite/atest/
Dresult_reporter.py374 constants.BLUE))
588 constants.BLUE),
620 print('\t%s: %s' % (au.colorize(key, constants.BLUE),
Dconstants_default.py161 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
/tools/asuite/atest-py2/
Dresult_reporter.py483 constants.BLUE),
503 print('\t%s: %s' % (au.colorize(key, constants.BLUE), data))
Dconstants_default.py139 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
/tools/metalava/src/main/java/com/android/tools/metalava/
DTerminal.kt24 BLUE(4),
DOptions.kt763 stdout.print(colorized(BANNER.trimIndent(), TerminalColor.BLUE)) in <lambda>()
/tools/repohooks/rh/
Dterminal.py35 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
/tools/repohooks/tools/
Dcheckpatch.pl1978 $output .= BLUE if ($color);