Searched defs:runs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DBaseBench.java41 public void bench(final String title, final long warmup, final long runs, final long iterations, final Task... tasks){ argument
48 for(int i = 0; i < runs; ++i)
56 relatives[t] = ((float) runtimes[t] / (float) runs);
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java89 * Some of the API methods provide access to &quot;runs&quot;. Such a
258 * // render runs on a line sequentially, always from left to right
272 * // from the style runs with the directional runs
280 * // (possibly) multiple style runs intersecting with it
286 * // iterate over style runs
353 * // iterate over directional runs
360 * // iterate over both directional and style runs
564 * replace characters with the "mirrored" property in RTL runs
592 /** Reordering mode: Reorder runs onl
869 BidiRun[] runs; field in class:BidiBase
[all...]

Completed in 602 milliseconds