Home
last modified time | relevance | path

Searched refs:totalRowCount (Results 1 – 4 of 4) 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/frontend/
Dtrace_info_page.ts53 if (resp === undefined || resp.totalRowCount === 0) {
114 if (resp === undefined || resp.totalRowCount === 0) {
155 if (resp === undefined || resp.totalRowCount === 0) {
/external/perfetto/ui/src/common/
Dqueries.ts21 totalRowCount: number; property
/external/perfetto/ui/src/controller/
Dquery_controller.ts69 totalRowCount: slowlyCountRows(rawResult), constant