Searched refs:testNext (Results 1 – 6 of 6) sorted by relevance
29 public void testNext() { in testNext() method in AnchorGeneratorTest
309 SkOpPtT* testNext; in mergeMatches() local316 testNext = test->next(); in mergeMatches()367 } while ((test = testNext) != stop); in mergeMatches()
2477 const SkOpPtT* testNext; in debugMergeMatches() local2480 testNext = test->next(); in debugMergeMatches()2534 } while ((test = testNext) != stop); in debugMergeMatches()
2500 const SkOpPtT* testNext; in debugMergeMatches() local2503 testNext = test->next(); in debugMergeMatches()2557 } while ((test = testNext) != stop); in debugMergeMatches()
435 public void testNext() throws Exception { in testNext() method in XmlResourceParserImplTest