HomeSort by relevance Sort by last modified time
    Searched full:_tparm (Results 1 - 1 of 1) sorted by null

  /external/llvm/utils/lit/lit/
ProgressBar.py 123 setattr(self, color, self._tparm(set_fg, i))
127 setattr(self, color, self._tparm(set_fg_ansi, i))
131 setattr(self, 'BG_'+color, self._tparm(set_bg, i))
135 setattr(self, 'BG_'+color, self._tparm(set_bg_ansi, i))
137 def _tparm(self, arg, index): member in class:TerminalController

Completed in 106 milliseconds