Searched refs:actualIndex (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java246 final int actualIndex = (startIndex + x) % mTextureHash.length;
247 if (mTextureHash[actualIndex].resource == key) {
248 index = actualIndex;
250 } else if (mTextureHash[actualIndex].resource == -1) {
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp222 int32_t actualIndex = 0; local
228 actualIndex >= fActualBreakPositions.size()) {
234 err(heading, test, expectedIndex-1, actualIndex);
235 actualIndex++;
239 if (actualIndex >= fActualBreakPositions.size()) {
240 err(heading, test, expectedIndex, actualIndex-1);
245 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
246 err(heading, test, expectedIndex, actualIndex);
248 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
249 actualIndex
[all...]

Completed in 203 milliseconds