Searched refs:testOffset (Results 1 – 5 of 5) sorted by relevance
470 int testOffset; in doMultipleSelectionTest() local474 testOffset = testIterator.first(); in doMultipleSelectionTest()475 testOffset = testIterator.next(count); in doMultipleSelectionTest()476 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()477 if (offset != testOffset) in doMultipleSelectionTest()478 …rning consistent results: for step " + count + ", next(n) returned " + testOffset + " and next() h… in doMultipleSelectionTest()491 testOffset = testIterator.last(); in doMultipleSelectionTest()492 testOffset = testIterator.next(count); in doMultipleSelectionTest()493 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()494 if (offset != testOffset) in doMultipleSelectionTest()[all …]
251 int testOffset; in doMultipleSelectionTest() local255 testOffset = testIterator.first(); in doMultipleSelectionTest()256 testOffset = testIterator.next(count); in doMultipleSelectionTest()257 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()258 if (offset != testOffset) in doMultipleSelectionTest()259 …rning consistent results: for step " + count + ", next(n) returned " + testOffset + " and next() h… in doMultipleSelectionTest()272 testOffset = testIterator.last(); in doMultipleSelectionTest()273 testOffset = testIterator.next(count); in doMultipleSelectionTest()274 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()275 if (offset != testOffset) in doMultipleSelectionTest()[all …]
466 int testOffset; in doMultipleSelectionTest() local470 testOffset = testIterator.first(); in doMultipleSelectionTest()471 testOffset = testIterator.next(count); in doMultipleSelectionTest()472 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()473 if (offset != testOffset) in doMultipleSelectionTest()474 …rning consistent results: for step " + count + ", next(n) returned " + testOffset + " and next() h… in doMultipleSelectionTest()487 testOffset = testIterator.last(); in doMultipleSelectionTest()488 testOffset = testIterator.next(count); in doMultipleSelectionTest()489 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()490 if (offset != testOffset) in doMultipleSelectionTest()[all …]
247 int testOffset; in doMultipleSelectionTest() local251 testOffset = testIterator.first(); in doMultipleSelectionTest()252 testOffset = testIterator.next(count); in doMultipleSelectionTest()253 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()254 if (offset != testOffset) in doMultipleSelectionTest()255 …rning consistent results: for step " + count + ", next(n) returned " + testOffset + " and next() h… in doMultipleSelectionTest()268 testOffset = testIterator.last(); in doMultipleSelectionTest()269 testOffset = testIterator.next(count); in doMultipleSelectionTest()270 logln("next(" + count + ") -> " + testOffset); in doMultipleSelectionTest()271 if (offset != testOffset) in doMultipleSelectionTest()[all …]
640 int32_t testOffset; in doMultipleSelectionTest() local649 testOffset = testIterator->first(); in doMultipleSelectionTest()650 testOffset = testIterator->next(count); in doMultipleSelectionTest()651 if (offset != testOffset) in doMultipleSelectionTest()652 …ning consistent results: for step ") + count + ", next(n) returned " + testOffset + " and next() h… in doMultipleSelectionTest()676 testOffset = testIterator->last(); in doMultipleSelectionTest()677 testOffset = testIterator->next(count); // next() with a negative arg is same as previous in doMultipleSelectionTest()678 if (offset != testOffset) in doMultipleSelectionTest()679 …ning consistent results: for step ") + count + ", next(n) returned " + testOffset + " and next() h… in doMultipleSelectionTest()