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

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTestEnvironment.java186 return outputWidth.getIntValue();
190 return outputHeight.getIntValue();
194 return runCount.getIntValue();
198 return repCount.getIntValue();
202 return testTime.getIntValue();
241 public int getIntValue(Modifier o) { method in class:TestEnvironment
H A DResult.java162 int timeScale = timeOpt.getIntValue();
163 int workScale = workOpt.getIntValue();
345 int timeScale = timeOpt.getIntValue();
346 int workScale = workOpt.getIntValue();
H A DOption.java332 public int getIntValue() { method in class:Option.Int
741 public int getIntValue() { method in class:Option.ObjectChoice
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputTests.java166 size = env.getIntValue(sizeList);
H A DInputTests.java171 size = env.getIntValue(sizeList);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DAttributeClass.java99 public int getIntValue() { method in class:AttributeClass
H A DIPPPrintService.java1099 qjc = new QueuedJobCount(ac.getIntValue());
1383 return new Copies(attribClass.getIntValue());
1480 switch (attribClass.getIntValue()) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java271 ctx.size = env.getIntValue(sizeList);
301 switch (env.getIntValue(animList)) {
H A DImageTests.java471 int size = env.getIntValue(sizeList);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java570 int slen = env.getIntValue(tlengthList);
581 int fstyle = env.getIntValue(fstyleList);

Completed in 55 milliseconds