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

/openjdk7/jdk/test/sun/security/smartcardio/
H A DTestAll.java38 TestControl.class,
H A DTestControl.java30 * @run main/manual TestControl
38 public class TestControl extends Utils { class in inherits:Utils
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.java58 ResourceBundle.Control control = new TestControl();
144 private static class TestControl extends ResourceBundle.Control { class in class:ExpirationTest
H A DStressTest.java157 control = new TestControl(max);
184 static class TestControl extends ResourceBundle.Control { class in class:StressTest.Worker
192 public TestControl(int max) { method in class:StressTest.Worker.TestControl
/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp905 register_new_node(bol,main_end->in(CountedLoopEndNode::TestControl));
912 register_new_node(cmp,main_end->in(CountedLoopEndNode::TestControl));
1111 register_new_node( new_bol2, main_end->in(CountedLoopEndNode::TestControl) );
H A Dloopnode.hpp248 enum { TestControl, TestValue }; enumerator in enum:CountedLoopEndNode::__anon337

Completed in 943 milliseconds