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

  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetDataProcessor.java 38 public int cellCount;
40 public TooManyCellsError(int cellCount) {
42 this.cellCount = cellCount;
73 notifyManager.showError("Resulting spreadsheet contains " + exc.cellCount +
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 137 * @param cellCount Total number of elements in this Allocation.
145 static bool helperCopy1D(const sp<RS> &rs, int cellCount, int offset, int count, bool copyRange,
148 int arrLen = cellCount;
154 arrLen = cellCount * 3;
157 alloc = Allocation::createSized(rs, makeElement(rs, dt, 3), cellCount);
160 alloc = Allocation::createSized(rs, makeElement(rs, dt, 1), cellCount);
191 static bool helperFloatAllocationCopy1D(const sp<RS> &rs, int cellCount, int offset, int count) {
194 sp<Allocation> srcA = Allocation::createSized(rs, Element::F32(rs), cellCount);
195 sp<Allocation> dstA = Allocation::createSized(rs, Element::F32(rs), cellCount);
198 src = new float[cellCount];
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 41 var cellCount=0, newGroupCreated = false;
59 var idxStr = "_" + groupCount + "_" + cellCount;
111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight,
113 cellCount += 1;
  /external/cldr/tools/java/org/unicode/cldr/util/
StateDictionary.java 613 int cellCount = 0;
633 cellCount += row.byteToCell.size();
648 System.out.println("CellCount: " + cellCount);
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 272 static IVec2 getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount);
293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount)
301 DE_ASSERT(deDivRoundUp32(cellCount, grid.x()) <= grid.y());
302 extraSpace.y() += (grid.y() - deDivRoundUp32(cellCount, grid.x())) * cellSize.y();
    [all...]

Completed in 2279 milliseconds