Home
last modified time | relevance | path

Searched refs:Style (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Dlogger.py40 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/
DSliceTrack.kt96 companion object Style {
/tools/test/connectivity/acts/
DREADME.md20 [Python Style Guide](https://google.github.io/styleguide/pyguide.html), and