Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DFragmentedTable.java39 private int totalRowCount; field in FragmentedTable
56 totalRowCount = 0; in updateBodyElems()
61 totalRowCount += getRowCount(tbody); in updateBodyElems()
128 return totalRowCount; in getRowCount()
/external/perfetto/ui/src/common/
Dqueries.ts21 totalRowCount: number; property
/external/perfetto/ui/src/controller/
Dquery_controller.ts68 totalRowCount: +rawResult.numRecords, constant