Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/
DProgressBar.py86 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split() variable in TerminalController
122 for i,color in zip(range(len(self._COLORS)), self._COLORS):
130 for i,color in zip(range(len(self._COLORS)), self._COLORS):