Searched refs:WHITE (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/ |
D | logger.py | 55 WHITE = '\033[37m' variable in Fore 67 WHITE = '\033[47m' variable in Back 73 'CASE': {'level': 11, 'style': Back.BLUE + Fore.WHITE + Style.BRIGHT}, 74 'SUITE': {'level': 12, 'style': Back.MAGENTA + Fore.WHITE + Style.BRIGHT}, 76 'STEP': {'level': 15, 'style': Fore.WHITE + Style.BRIGHT}, 79 'EXCEPTION': {'level': 45, 'style': Back.RED + Fore.WHITE + Style.BRIGHT},
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/ |
D | Terminal.kt | 27 WHITE(7)
|
/tools/repohooks/rh/ |
D | terminal.py | 42 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
/tools/asuite/atest/ |
D | constants_default.py | 179 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
|
D | cli_translator.py | 392 'Did you mean the following modules?', constants.WHITE
|
D | atest_utils.py | 661 _print_to_console('Info: ', constants.WHITE, msg, *fmt_args)
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 479 constants.WHITE,
|