Home
last modified time | relevance | path

Searched refs:debugLoop (Results 1 – 4 of 4) sorted by relevance

/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
DPerfTest.java52 debugLoop(LEN); // warm up in testBug72()
53 double avg = debugLoop(LEN); in testBug72()
63 double debugLoop(int len) { in debugLoop() method in PerfTest
/external/skia/src/pathops/
DSkOpAngle.h45 void debugLoop() const;
DSkOpSegment.cpp662 angle->debugLoop(); in findNextOp()
767 angle->debugLoop(); in findNextWinding()
856 angle->debugLoop(); in findNextXor()
DSkPathOpsDebug.cpp1032 void SkOpAngle::debugLoop() const { in debugLoop() function in SkOpAngle