Searched refs:red_impl (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/debuginfo-tests/dexter/dex/utils/posix/ |
D | PrettyOutput.py | 21 def red_impl(self, text, stream=None, **kwargs): member in PrettyOutput
|
/external/llvm-project/debuginfo-tests/dexter/dex/utils/ |
D | PrettyOutputBase.py | 195 def red_impl(self, text, stream=None, **kwargs): member in PrettyOutputBase 199 return self._call_color_impl(self.red, self.red_impl, *args, **kwargs) 274 def red_impl(self, text, stream=None, **kwargs): member in TestPrettyOutput.MockPrettyOutput
|
/external/llvm-project/debuginfo-tests/dexter/dex/utils/windows/ |
D | PrettyOutput.py | 69 def red_impl(self, text, stream=None, **kwargs): member in PrettyOutput
|