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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiLine.java68 * The implementation of the access to same-level-runs and of the reordering
74 * same-level-runs is created. Reordering then is done on this vector.
79 * This is inefficient if there are many very short runs. If the average run
163 lineBidi.runs = new BidiRun[0];
308 /* this is done based on runs rather than on levels since levels have
315 iRun = bidiBase.runs[0];
318 iRun = bidiBase.runs[i];
335 bidiBase.runs = bidiBase.simpleRuns;
339 bidiBase.runs[0] = new BidiRun(0, bidiBase.length, level);
342 /* reorder the runs arra
[all...]
H A DBidiBase.java89 * Some of the API methods provide access to "runs". 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...]
/openjdk7/jdk/test/java/util/logging/
H A DLoggingDeadlock.java58 int runs = (int) Math.random() * 1000000;
61 for (int i = 0; i < runs; ++i) {
H A DDrainFindDeadlockTest.java66 int runs = (int) Math.random() * 1000000;
69 for (int i=0; i<runs; ++i) {
/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/macosx/native/jobjc/
H A Drun-and-write-if-okay30 Expects two args: EXEC and OUTPATH. First, it runs and prints
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java358 // (tl, as) num style runs
496 int[] runs = { 1, 2, 4, 8 };
498 runs,
499 intStringList(runs),
500 intStringList(runs, " runs"),
/openjdk7/hotspot/make/windows/
H A Dcreate.bat29 REM builds and runs ProjectCreator in it. This has the side-effect of creating
203 echo builds and runs ProjectCreator in it. This has the side-effect of creating
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java2873 for (int runs = 0; runs<1000; runs++) {

Completed in 203 milliseconds