Searched refs:hlines (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/ArcTest/
H A DArcTest.java122 int hlines = r.height / 10;
126 for (int i = 1; i <= hlines; i++) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.cpp139 const uint hlines = sizeof(pm_stats_hdr) / sizeof(pm_stats_hdr[0]); local
140 for (uint i = 0; i < hlines; ++i) tty->print_cr(pm_stats_hdr[i]);

Completed in 23 milliseconds