Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java38 public int cellCount; field in SpreadsheetDataProcessor.TooManyCellsError
40 public TooManyCellsError(int cellCount) { in TooManyCellsError() argument
42 this.cellCount = cellCount; in TooManyCellsError()
73 notifyManager.showError("Resulting spreadsheet contains " + exc.cellCount + in execute()
/external/clang/www/analyzer/scripts/
Dexpandcollapse.js41 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/
DStateDictionary.java613 int cellCount = 0; in flatten() local
633 cellCount += row.byteToCell.size(); in flatten()
648 System.out.println("CellCount: " + cellCount); in flatten()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp272 …ec2 getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount);
293 …rGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset() argument
301 DE_ASSERT(deDivRoundUp32(cellCount, grid.x()) <= grid.y()); in getRandomOffset()
302 extraSpace.y() += (grid.y() - deDivRoundUp32(cellCount, grid.x())) * cellSize.y(); in getRandomOffset()