Searched defs:run (Results 451 - 475 of 1098) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DDoubleArrays.java40 * Write and read double arrays to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:DoubleArrays
H A DDoubles.java40 * Write and read double values to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:Doubles
H A DFloatArrays.java40 * Write and read float arrays to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:FloatArrays
H A DFloats.java40 * Write and read float values to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:Floats
H A DIntArrays.java40 * Write and read int arrays to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:IntArrays
H A DInts.java40 * Write and read int values to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:Ints
H A DLongArrays.java40 * Write and read long arrays to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:LongArrays
H A DLongs.java40 * Write and read long values to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:Longs
H A DRepeatObjs.java44 * Write and read repeated objects to/from a stream. The benchmark is run
51 public long run(String[] args) throws Exception { method in class:RepeatObjs
H A DShortArrays.java40 * Write and read short arrays to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:ShortArrays
H A DShorts.java40 * Write and read short values to/from a stream. The benchmark is run in
46 public long run(String[] args) throws Exception { method in class:Shorts
H A DStrings.java41 * Write and read strings to/from a stream. The benchmark is run in
47 public long run(String[] args) throws Exception { method in class:Strings
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApplicationServer.java63 public void run() { method in class:ApplicationServer
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DEchoImpl.java101 public void run() method in class:EchoImpl
/openjdk7/jdk/test/java/rmi/server/Unreferenced/unreferencedContext/
H A DUnreferencedContext.java34 * @summary Unreferenced.unreferenced(...) threads should run in the nonSystem group.
36 * run in the nonSystem so that they do not need permissions to modify the
43 * @run main/othervm/timeout=120 UnreferencedContext
61 public void run() { method in class:UnreferencedContext
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java107 public void run() { method in class:TestImpl.TargetLocker
135 public Object run() { method in class:TestImpl.LockTargetCheckLeases
187 public Object run() {
/openjdk7/jdk/test/java/security/Security/
H A DSynchronizedAccess.java59 public void run() { method in class:AccessorThread
/openjdk7/jdk/test/java/util/Vector/
H A DSerializationDeadlock.java110 public void run() { method in class:SerializationDeadlock.TestThread
/openjdk7/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java38 * @run main/timeout=3600 ExecutorCompletionServiceLoops
93 public void run() { method in class:ExecutorCompletionServiceLoops.Producer
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantLock/
H A DSimpleReentrantLockLoops.java38 * @run main/timeout=4500 SimpleReentrantLockLoops
96 System.out.println("\t " + secs + "s run time");
104 public final void run() { method in class:SimpleReentrantLockLoops.ReentrantLockLoop
/openjdk7/jdk/test/java/util/logging/
H A DLoggingDeadlock3.java30 * @run main/timeout=15 LoggingDeadlock3
62 public void run() { method in class:LoggingDeadlock3.GetLogger
72 public void run() { method in class:LoggingDeadlock3.AddLogger
/openjdk7/jdk/test/javax/imageio/plugins/jpeg/
H A DConcurrentWritingTest.java29 * @run main ConcurrentWritingTest
72 public void run() { method in class:ConcurrentWritingTest
/openjdk7/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java33 * @run clean AddAttributeChangeNotificationListenerTest
34 * @run build AddAttributeChangeNotificationListenerTest
35 * @run main AddAttributeChangeNotificationListenerTest
61 test.run(args);
71 private void run( String[] args) throws Exception { method in class:AddAttributeChangeNotificationListenerTest
/openjdk7/jdk/test/javax/management/standardmbean/
H A DDeadlockTest.java29 * @run main DeadlockTest
105 public void run() { method in class:DeadlockTest.BadBoy
106 System.out.println("BadBoy-run: keep synchronization lock forever!");
134 public void run() { method in class:DeadlockTest.WorkingBoy
136 System.out.println("WorkingBoy-run: calling StandardMBean methods ...");
138 System.out.println("WorkingBoy-run: calling setImplementation ...");
141 System.out.println("WorkingBoy-run: calling getImplementation ...");
144 System.out.println("WorkingBoy-run: calling getMBeanInterface ...");
147 System.out.println("WorkingBoy-run: calling getImplementationClass ...");
150 System.out.println("WorkingBoy-run
[all...]
/openjdk7/jdk/test/javax/sound/sampled/DirectAudio/
H A Dbug6400879.java29 @run main bug6400879
69 public void run() { method in class:bug6400879

Completed in 59 milliseconds

<<11121314151617181920>>