Searched defs:testNext (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingListIteratorTest.java61 public void testNext() { method in class:ForwardingListIteratorTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
H A DAnchorGeneratorTest.java29 public void testNext() { method in class:AnchorGeneratorTest
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DBreakIteratorTest.java122 public void testNext() { method in class:BreakIteratorTest
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/tests/
H A Dtest_websocket.py269 def testNext(self): member in class:WebSocketTest
/external/skia/src/pathops/
H A DSkOpSpan.cpp306 SkOpPtT* testNext; local
309 testNext = test->next();
360 } while ((test = testNext) != stop);
H A DSkPathOpsDebug.cpp2487 const SkOpPtT* testNext; local
2490 testNext = test->next();
2544 } while ((test = testNext) != stop);

Completed in 1920 milliseconds