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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java66 Random stress; // If not null, stress mode oracle. field in class:CodingChooser
129 = p200.getInteger(Utils.COM_PREFIX+"stress.coding");
131 this.stress = new Random(lstress);
263 if (stress != null) {
265 int rand = stress.nextInt(numChoices*2 + 4);
864 if (stress != null)
865 popHelper.addStressSeed(stress.nextInt());
890 (stress == null || stress
[all...]
H A DBandStructure.java1078 if (codingChooser.stress != null
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java539 stress();
587 private static int addI(int x, int y) { stress(); return x+y; }
636 private static Object convI_L(int x) { stress(); return (Object) x; }
637 private static int convL_I(Object x) { stress(); return (int) x; }
638 private static Object convJ_L(long x) { stress(); return (Object) x; }
639 private static long convL_J(Object x) { stress(); return (long) x; }
640 private static int convJ_I(long x) { stress(); return (int) x; }
641 private static long convI_J(int x) { stress(); return (long) x; }
652 // stress modes:
658 private static void stress() { method in class:RicochetTest
[all...]
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java1555 * See the stress property definition in CSS2.
1559 * See the stress property definition in CSS2.
1565 public void setStress(String stress) argument

Completed in 53 milliseconds