Home
last modified time | relevance | path

Searched refs:nextRow (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionaryBuilder.java128 Row newRow = replacements.get(cell.nextRow); in make()
130 cell.nextRow = newRow; in make()
171 if (matchingCell.nextRow == null && !last) { in add()
172 matchingCell.nextRow = makeRow(); in add()
176 buildingCurrentAddRow = matchingCell.nextRow; in add()
187 cell.nextRow = buildingCurrentAddRow = makeRow(); in add()
226 if (cell.nextRow != null && !setUniqueValues(cell.nextRow)) { in setUniqueValues()
DStateDictionary.java161 if (cell.nextRow != null) { in maximumDepth()
162 int temp = cell.nextRow.maximumDepth() + 1; in maximumDepth()
250 public Row nextRow; // next state field in StateDictionary.Cell
258 int rowOffset = nextRow == null ? 0 : rowDelta - nextRow.getReferenceNumber(); in addBytes()
271 if (nextRow != null) { in toString()
275 result += "R" + nextRow.getReferenceNumber(); in toString()
408 matchCurrentRow = cell.nextRow; in nextByte()
477 if (0 != (result = compare(cell1.nextRow, cell2.nextRow))) {
580 if (cell.nextRow != null) { in getDebugWords()
581 getDebugWords(byteLength + 1, currentValue, cell.nextRow, in getDebugWords()
[all …]
/external/skia/gm/
Dfp_sample_chaining.cpp187 auto nextRow = [&] { x = 10; y += (64 + 10); }; in __anon83543c1a0202() variable
218 nextRow();
225 nextRow();
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp156 const bool nextRow = (scissorNdx != 0) && (scissorNdx % numCols == 0); in generateScissors() local
157 if (nextRow) in generateScissors()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp491 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local
492 if (nextRow) in generateGrid()
DvktDrawShaderViewportIndexTests.cpp371 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local
372 if (nextRow) in generateGrid()