Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 9 of 9) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSkipNullsIterator.java35 public boolean hasNext() { in hasNext() method in SkipNullsIterator
36 while (mNext == null && mIter.hasNext()) { in hasNext()
44 if (!hasNext()) { in next()
DDominatorReferenceIterator.java37 public boolean hasNext() { in hasNext() method in DominatorReferenceIterator
38 while (mNext == null && mIter.hasNext()) { in hasNext()
49 if (hasNext()) { in next()
DAhatClassInstance.java326 public boolean hasNext() { in hasNext() method in AhatClassInstance.InstanceFieldIterator
340 if (!hasNext()) { in next()
364 public boolean hasNext() { in hasNext() method in AhatClassInstance.StrongReferenceIterator
365 while (mNext == null && mIter.hasNext()) { in hasNext()
377 if (!hasNext()) { in next()
401 public boolean hasNext() { in hasNext() method in AhatClassInstance.WeakReferentReferenceIterator
402 while (mNext == null && mIter.hasNext()) { in hasNext()
415 if (!hasNext()) { in next()
DSort.java109 while (res == 0 && iter.hasNext()) { in compare()
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java194 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()
/art/test/925-threadgroups/src/art/
DTest925.java77 while (it.hasNext()) { in checkChildren()
/art/test/051-thread/src/
DMain.java188 while (it.hasNext()) { in testMainThreadAllStackTraces()
/art/test/923-monitors/src/art/
DTest923.java198 if (it.hasNext()) { in threadTests()
/art/test/924-threads/src/art/
DTest924.java218 while (it.hasNext()) { in doAllThreadsTests()