Searched defs:run (Results 51 - 75 of 1098) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DTestSinhalaChar.java37 public void run() {
38 new TestSinhalaChar().run();
42 public static boolean AUTOMATIC_TEST=true; // true; run test automatically, else manually at button push
44 private void run() { method in class:TestSinhalaChar
52 if(AUTOMATIC_TEST) { /* run the test automatically (else, manually) */
H A DTestTibetan.java38 public void run() {
39 new TestTibetan().run();
43 public static boolean AUTOMATIC_TEST=true; // true; run test automatically, else manually at button push
45 private void run() { method in class:TestTibetan
69 if(AUTOMATIC_TEST) { /* run the test automatically (else, manually) */
/openjdk7/jdk/test/java/io/OutputStreamWriter/
H A DEncode.java62 public void run() { method in class:Encode
/openjdk7/jdk/test/java/lang/Thread/
H A DStartOOMTest.java27 * to be run automatically, see 6721694.
29 * When run it should be typically be run with the server vm
86 public void run() { method in class:StartOOMTest.SleepRunnable
/openjdk7/jdk/test/java/lang/instrument/
H A DIsModifiableClassApp.java31 (new IsModifiableClassApp()).run(args, System.out);
34 public void run(String args[], PrintStream out) throws Exception { method in class:IsModifiableClassApp
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSharedSynchronizer.java31 * @run main SharedSynchronizer
59 public void run() { method in class:SharedSynchronizer.MyThread
/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DHttpResponseCode.java37 public void run() { method in class:HttpResponseCode
/openjdk7/jdk/test/java/net/InetAddress/
H A DGetLocalHostWithSM.java28 * @run main/othervm GetLocalHostWithSM
80 public Object run() throws Exception { method in class:MyAction
/openjdk7/jdk/test/java/net/Socket/
H A DRST.java35 public void run() { method in class:RST
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DSocket_getOutputStream_write.java38 public void run() { method in class:Socket_getOutputStream_write
/openjdk7/jdk/test/java/net/URL/
H A DGetContent.java37 public void run() { method in class:GetContent
/openjdk7/jdk/test/java/net/URLConnection/
H A DChunkedEncoding.java43 public void run() { method in class:ChunkedEncoding
H A DGetResponseCode.java40 public void run() { method in class:GetResponseCode
/openjdk7/jdk/test/java/net/URLConnection/contentHandler/
H A DUserContentHandler.java28 * @run main/othervm UserContentHandler
33 * handler. If other URLConnection tests run before this one they might trigger
46 public void run() { method in class:UserContentHandler
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DAttack.java43 public void run() { method in class:Attack
/openjdk7/jdk/test/sun/security/x509/X509CRLImpl/
H A DUnexpectedNPE.java45 if(!unpe.run(encoded_1)) {
49 if(!unpe.run(encoded_2)) {
53 if(!unpe.run(encoded_2)) {
58 private boolean run(byte[] buf) { method in class:UnexpectedNPE
/openjdk7/langtools/test/tools/javac/6902720/
H A DTest.java45 t.run("E1.java", "E2.java");
48 void run(String... args) throws Exception { method in class:Test
/openjdk7/jdk/test/java/security/Security/ClassLoaderDeadlock/
H A DDeadlock.java33 public void run() { method in class:Deadlock
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DSynchronize.java29 * @run main/othervm -Djava.security.auth.login.config=file:${test.src}/Synchronize.config Synchronize
38 public void run() { method in class:Synchronize
/openjdk7/jdk/test/javax/swing/text/LayoutQueue/
H A DTest6588003.java28 @run main Test6588003
50 public void run() { method in class:Test6588003
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpInputStream.java37 public void run() { method in class:HttpInputStream
H A DModified.java38 public void run() { method in class:Modified
H A DSetIfModifiedSince.java37 public void run() { method in class:SetIfModifiedSince
/openjdk7/jdk/src/share/sample/nio/server/
H A DAcceptor.java65 public void run() { method in class:Acceptor
/openjdk7/langtools/test/tools/javac/api/
H A DT6483788.java39 new T6483788().run();
42 void run() throws Exception { method in class:T6483788

Completed in 48 milliseconds

1234567891011>>