Home
last modified time | relevance | path

Searched refs:getCellCount (Results 1 – 4 of 4) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DFragmentedTable.java121 public int getCellCount(int row) { in getCellCount() method in FragmentedTable
123 return getCellCount(bodyElem, getRowWithinFragment(row)); in getCellCount()
135 private native int getCellCount(Element tbody, int row) /*-{ in getCellCount() method in FragmentedTable
DDataTable.java101 table.getColumnFormatter().setWidth(table.getCellCount(0) - 1, "100%"); in fillParent()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java382 for (int column = 0; column < from.getCellCount(lastFromRow); column++) { in matchColumnWidths()
485 int numCols = table.getCellCount(row); in getRowHeight()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp269 int getCellCount (void) const { return m_cellCount; }; in getCellCount() function in deqp::gles31::Functional::__anon1381a2dd0111::RandomizedRenderGrid
318 if (m_currentCell >= getCellCount()) in nextCell()
1149 vector<CellContents> cellContents (renderGrid.getCellCount()); in renderTexture()