Searched refs:Style (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/ |
D | logger.py | 40 class Style: class 72 'DEBUG': {'level': 10, 'style': Fore.GREEN + Style.BRIGHT}, 73 'CASE': {'level': 11, 'style': Back.BLUE + Fore.WHITE + Style.BRIGHT}, 74 'SUITE': {'level': 12, 'style': Back.MAGENTA + Fore.WHITE + Style.BRIGHT}, 75 'INFO': {'level': 20, 'style': Style.NORMAL}, 76 'STEP': {'level': 15, 'style': Fore.WHITE + Style.BRIGHT}, 77 'WARNING': {'level': 30, 'style': Fore.YELLOW + Style.BRIGHT}, 78 'ERROR': {'level': 40, 'style': Fore.RED + Style.BRIGHT}, 79 'EXCEPTION': {'level': 45, 'style': Back.RED + Fore.WHITE + Style.BRIGHT}, 80 'DEVICE': {'level': 51, 'style': Fore.CYAN + Style.BRIGHT}, [all …]
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | SliceTrack.kt | 96 companion object Style {
|
/tools/test/connectivity/acts/ |
D | README.md | 20 [Python Style Guide](https://google.github.io/styleguide/pyguide.html), and
|