Home
last modified time | relevance | path

Searched refs:testNext (Results 1 – 6 of 6) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
DAnchorGeneratorTest.java29 public void testNext() { in testNext() method in AnchorGeneratorTest
/external/skia/src/pathops/
DSkOpSpan.cpp309 SkOpPtT* testNext; in mergeMatches() local
316 testNext = test->next(); in mergeMatches()
367 } while ((test = testNext) != stop); in mergeMatches()
DSkPathOpsDebug.cpp2477 const SkOpPtT* testNext; in debugMergeMatches() local
2480 testNext = test->next(); in debugMergeMatches()
2534 } while ((test = testNext) != stop); in debugMergeMatches()
/external/skqp/src/pathops/
DSkOpSpan.cpp309 SkOpPtT* testNext; in mergeMatches() local
316 testNext = test->next(); in mergeMatches()
367 } while ((test = testNext) != stop); in mergeMatches()
DSkPathOpsDebug.cpp2500 const SkOpPtT* testNext; in debugMergeMatches() local
2503 testNext = test->next(); in debugMergeMatches()
2557 } while ((test = testNext) != stop); in debugMergeMatches()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DXmlResourceParserImplTest.java435 public void testNext() throws Exception { in testNext() method in XmlResourceParserImplTest