Searched refs:_COLORS (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | ProgressBar.py | 86 _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):
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | ProgressBar.py | 82 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split() variable in TerminalController 118 for i,color in zip(range(len(self._COLORS)), self._COLORS): 126 for i,color in zip(range(len(self._COLORS)), self._COLORS):
|
/external/llvm/utils/lit/lit/ |
D | ProgressBar.py | 86 _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):
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | jobset.py | 85 _COLORS = { variable 142 _COLORS[_TAG_COLOR[tag]][1], _COLORS[_TAG_COLOR[tag]][0],
|