Searched refs:testNext (Results 1 – 6 of 6) sorted by relevance
61 public void testNext() { in testNext() method in ForwardingListIteratorTest
306 SkOpPtT* testNext; in mergeMatches() local309 testNext = test->next(); in mergeMatches()360 } while ((test = testNext) != stop); in mergeMatches()
2487 const SkOpPtT* testNext; in debugMergeMatches() local2490 testNext = test->next(); in debugMergeMatches()2544 } while ((test = testNext) != stop); in debugMergeMatches()
29 public void testNext() { in testNext() method in AnchorGeneratorTest
122 public void testNext() { in testNext() method in BreakIteratorTest
269 def testNext(self): member in WebSocketTest