Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dhtml.mako152 cols = 1
153 if prop.details: cols = cols + 2
154 if prop.hal_details: cols = cols + 2
155 return cols
/system/core/adb/daemon/
Dshell_service.cpp650 int rows, cols, x_pixels, y_pixels; in PassInput() local
652 &rows, &cols, &x_pixels, &y_pixels) == 4) { in PassInput()
655 ws.ws_col = cols; in PassInput()
/system/extras/simpleperf/scripts/
Dreport_html.js135 function getTableRow(cols, colName, attrs={}) { argument
137 for (let col of cols) {