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

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DTextReporter.java43 static final int INDEX_WIDTH = 3; field in class:TextReporter
81 p.println(fit("#", INDEX_WIDTH) + " " +
85 p.println(pad('-', INDEX_WIDTH + NAME_WIDTH + TIME_WIDTH +
90 p.print(fit(Integer.toString(i), INDEX_WIDTH) + " ");
104 p.println(pad('-', INDEX_WIDTH + NAME_WIDTH + TIME_WIDTH +
106 p.println(fit("Total score", INDEX_WIDTH + NAME_WIDTH + TIME_WIDTH +

Completed in 27 milliseconds