HomeSort by relevance Sort by last modified time
    Searched refs:getCellCount (Results 1 - 7 of 7) sorted by null

  /external/autotest/frontend/client/src/autotest/common/table/
FragmentedTable.java 17 * handling, getRowCount(), getCellCount(), and getCellFormatter().getElement(). getElement()
121 public int getCellCount(int row) {
123 return getCellCount(bodyElem, getRowWithinFragment(row));
135 private native int getCellCount(Element tbody, int row) /*-{
DataTable.java 101 table.getColumnFormatter().setWidth(table.getCellCount(0) - 1, "100%");
  /frameworks/rs/
rsType.h 68 size_t getCellCount() const {return mCellCount;}
rsAllocation.cpp 367 uint32_t numItems = mHal.state.type->getCellCount();
430 uint32_t numItems = mHal.state.type->getCellCount();
543 decRefs(ptr, mHal.state.type->getCellCount(), 0);
652 return (type0->getCellCount() == type1->getCellCount()) &&
    [all...]
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 382 for (int column = 0; column < from.getCellCount(lastFromRow); column++) {
485 int numCols = table.getCellCount(row);
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 269 int getCellCount (void) const { return m_cellCount; };
318 if (m_currentCell >= getCellCount())
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 155 milliseconds