Home
last modified time | relevance | path

Searched defs: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()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DStateDictionary.java634 int cellCount = 0; in flatten() local
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCRayTracingTestsExt.cpp530 const uint32_t cellCount = kWidth * kHeight; in initPrograms() local
1017 const uint32_t cellCount = kWidth * kHeight; in iterate() local
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp339 …erGrid::getRandomOffset(uint32_t seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset()