Home
last modified time | relevance | path

Searched refs:iterationIndex (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableTable.java38 abstract Cell<R, C, V> getCell(int iterationIndex); in getCell() argument
73 abstract V getValue(int iterationIndex); in getValue() argument
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java38 abstract Cell<R, C, V> getCell(int iterationIndex); in getCell() argument
73 abstract V getValue(int iterationIndex); in getValue() argument
/external/ImageMagick/coders/
Ddds.c2450 iterationIndex; in CompressClusterFit() local
2486 for (iterationIndex = 0;;) in CompressClusterFit()
2608 bestIteration = iterationIndex; in CompressClusterFit()
2628 if (bestIteration != iterationIndex) in CompressClusterFit()
2631 iterationIndex++; in CompressClusterFit()
2632 if (iterationIndex == 8) in CompressClusterFit()
2637 iterationIndex) == MagickFalse) in CompressClusterFit()