HomeSort by relevance Sort by last modified time
    Searched defs:COLS (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/lit/lit/
ProgressBar.py 40 they will be stored in the `COLS` and `LINES` attributes.
67 COLS = None #: Width of the terminal (None for unknown)
106 self.COLS = curses.tigetnum('cols')
219 if self.term.COLS:
220 self.width = self.term.COLS
  /frameworks/base/services/sensorservice/
mat.h 134 enum { ROWS = R, COLS = C };
265 enum { ROWS = R, COLS = 1 };

Completed in 326 milliseconds