Searched refs:hasNext (Results 1 – 9 of 9) sorted by relevance
35 public boolean hasNext() { in hasNext() method in SkipNullsIterator36 while (mNext == null && mIter.hasNext()) { in hasNext()44 if (!hasNext()) { in next()
37 public boolean hasNext() { in hasNext() method in DominatorReferenceIterator38 while (mNext == null && mIter.hasNext()) { in hasNext()49 if (hasNext()) { in next()
326 public boolean hasNext() { in hasNext() method in AhatClassInstance.InstanceFieldIterator340 if (!hasNext()) { in next()364 public boolean hasNext() { in hasNext() method in AhatClassInstance.StrongReferenceIterator365 while (mNext == null && mIter.hasNext()) { in hasNext()377 if (!hasNext()) { in next()401 public boolean hasNext() { in hasNext() method in AhatClassInstance.WeakReferentReferenceIterator402 while (mNext == null && mIter.hasNext()) { in hasNext()415 if (!hasNext()) { in next()
109 while (res == 0 && iter.hasNext()) { in compare()
194 for (Function<Runnable, Runnable> r1 = li1.next(); li1.hasNext(); r1 = li1.next()) { in runTestsOtherThread()197 for (Function<Runnable, Runnable> r2 = li2.next(); li2.hasNext(); r2 = li2.next()) { in runTestsOtherThread()200 for (Function<Runnable, Runnable> r3 = li3.next(); li3.hasNext(); r3 = li3.next()) { in runTestsOtherThread()238 for (Function<Runnable, Runnable> r1 = li1.next(); li1.hasNext(); r1 = li1.next()) { in runTestsCurrentThread()241 for (Function<Runnable, Runnable> r2 = li2.next(); li2.hasNext(); r2 = li2.next()) { in runTestsCurrentThread()244 for (Function<Runnable, Runnable> r3 = li3.next(); li3.hasNext(); r3 = li3.next()) { in runTestsCurrentThread()
77 while (it.hasNext()) { in checkChildren()
188 while (it.hasNext()) { in testMainThreadAllStackTraces()
198 if (it.hasNext()) { in threadTests()
218 while (it.hasNext()) { in doAllThreadsTests()