Searched defs:run (Results 726 - 750 of 1098) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/share/demo/applets/NervousText/
H A DNervousText.java132 public void run() { method in class:NervousText
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DObjArrayCalls.java86 public long run(String[] args) throws Exception { method in class:ObjArrayCalls
H A DObjTreeCalls.java86 public long run(String[] args) throws Exception { method in class:ObjTreeCalls
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DObjArrays.java62 * Write and read object arrays to/from a stream. The benchmark is run in
68 public long run(String[] args) throws Exception { method in class:ObjArrays
H A DObjTrees.java62 * Write and read a tree of objects from a stream. The benchmark is run in
68 public long run(String[] args) throws Exception { method in class:ObjTrees
H A DProxyClassDesc.java62 public long run(String[] args) throws Exception { method in class:ProxyClassDesc
H A DReplaceTrees.java79 * benchmark is run in batches: each "batch" consists of a fixed number of
84 public long run(String[] args) throws Exception { method in class:ReplaceTrees
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DAppleUserImpl.java41 * same host or on a different host. When this test is run on the
63 * @run main/othervm/policy=security.policy AppleUserImpl -seconds 30
149 public void run() { method in class:AppleUserImpl.AppleUserThread
237 System.err.println(" hours The number of hours to run the juicer.");
239 System.err.println(" seconds The number of seconds to run the juicer.");
247 System.err.println(" The default is to run everything in");
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DJavaVM.java32 * java process that will run a named java class.
210 public void run() { method in class:JavaVM.JavaVMCallbackHandler
221 runnable.run();
/openjdk7/jdk/test/java/util/Collection/
H A DHotPotatoes.java104 public void run() { method in class:HotPotatoes.CheckedThread
/openjdk7/jdk/test/java/util/Deque/
H A DChorusLine.java36 void run(Deque<Integer> deq); method in interface:ChorusLine.Tweaker
40 new Tweaker() { public void run(Deque<Integer> deq) {
69 new Tweaker() { public void run(Deque<Integer> deq) {
84 new Tweaker() { public void run(Deque<Integer> deq) {
117 new Tweaker() { public void run(Deque<Integer> deq) {
138 tweaker.run(deq);
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTestFmwk.java67 * LocaleTestFmwk is a base class for tests that can be run conveniently from
76 * log only if the test is being run in verbose mode.
96 protected void run(String[] args) throws Exception method in class:LocaleTestFmwk
108 // tests to be run.
132 // If no test method names were given explicitly, run them all.
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DRBTestFmwk.java64 * RBTestFmwk is a base class for tests that can be run conveniently from
73 * log only if the test is being run in verbose mode.
93 protected void run(String[] args) throws Exception method in class:RBTestFmwk
105 // tests to be run.
127 // If no test method names were given explicitly, run them all.
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLoopHelpers.java102 public void run() { method in class:LoopHelpers.BarrierTimer
H A DMultipleProducersSingleConsumerLoops.java38 * @run main/timeout=3600 MultipleProducersSingleConsumerLoops
96 // Don't run PBQ since can legitimately run out of memory
124 public void run() { method in class:MultipleProducersSingleConsumerLoops.Producer
150 public void run() { method in class:MultipleProducersSingleConsumerLoops.Consumer
H A DProducerConsumerLoops.java38 * @run main/timeout=3600 ProducerConsumerLoops
121 public void run() { method in class:ProducerConsumerLoops.Producer
146 public void run() { method in class:ProducerConsumerLoops.Consumer
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DLoopHelpers.java102 public void run() { method in class:LoopHelpers.BarrierTimer
H A DMapLoops.java38 * @run main/timeout=1600 MapLoops
167 System.out.println("\t " + secs + "s run time");
219 public void run() { method in class:MapLoops.Runner
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DLoopHelpers.java102 public void run() { method in class:LoopHelpers.BarrierTimer
/openjdk7/jdk/test/java/util/concurrent/Exchanger/
H A DLoopHelpers.java101 public void run() { method in class:LoopHelpers.BarrierTimer
/openjdk7/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DLoopHelpers.java101 public void run() { method in class:LoopHelpers.BarrierTimer
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DLoopHelpers.java101 public void run() { method in class:LoopHelpers.BarrierTimer
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DFickleRegister.java37 * @run main FickleRegister 300
146 public final void run() { method in class:FickleRegister.CheckedRunnable
H A DTieredArriveLoops.java37 * @run main TieredArriveLoops 300
113 public final void run() { method in class:TieredArriveLoops.CheckedRunnable
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DShutdownNowExecuteRace.java43 static final Runnable sleeper = new Runnable() { public void run() {
51 Thread thread = new Thread() { public void run() {
93 public void run() { method in class:ShutdownNowExecuteRace.CheckedThread

Completed in 117 milliseconds

<<21222324252627282930>>