Searched refs:doTest (Results 1 - 25 of 69) sorted by relevance

123

/openjdk7/jdk/test/java/awt/image/LookupOp/
H A DSingleArrayTest.java41 t.doTest(BufferedImage.TYPE_3BYTE_BGR);
42 t.doTest(BufferedImage.TYPE_4BYTE_ABGR);
43 t.doTest(BufferedImage.TYPE_INT_RGB);
44 t.doTest(BufferedImage.TYPE_INT_ARGB);
45 t.doTest(BufferedImage.TYPE_INT_BGR);
46 t.doTest(BufferedImage.TYPE_BYTE_GRAY);
62 public void doTest(int bi_type) { method in class:SingleArrayTest
68 doTest(src.getData(), dst.getRaster());
70 doTest(src, dst);
75 public void doTest(Raste method in class:SingleArrayTest
84 public void doTest(BufferedImage src, BufferedImage dst) { method in class:SingleArrayTest
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DLocalManagementTest.sh38 doTest() function
101 doTest "-Dcom.sun.management.jmxremote"
108 doTest "-javaagent:${AGENT}"
111 doTest " "
121 doTest "-Dsun.net.spi.namservice.provider.1=\"dns,sun\""
/openjdk7/jdk/test/java/io/RandomAccessFile/skipBytes/
H A DSkipBytes.java37 * doTest attempts to skip num_to_skip bytes in raf starting from position 0.
43 private static void doTest(RandomAccessFile raf, int start, int num_to_skip) method in class:SkipBytes
102 doTest(raf , 0 , 2*length);
103 doTest(raf , 0 , length);
104 doTest(raf , 0 , length/2);
105 doTest(raf , length/2 , -2);
106 doTest(raf , length , 0);
107 doTest(raf , 0 , -1);
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6992759.java42 * <= MAX_VALUE in the doTest method.
46 test.doTest(10, Integer.MAX_VALUE, i);
47 //test.doTest(10, Integer.MAX_VALUE - 1, i);
52 void doTest(int expected, int max, int i) { method in class:Test6992759
/openjdk7/jdk/test/tools/jar/
H A DChangeDir.java51 doTest("/");
52 doTest("//");
53 doTest("///");
54 doTest("////");
56 doTest("\\");
57 doTest("\\\\");
58 doTest("\\\\\\");
59 doTest("\\\\\\\\");
60 doTest("\\/");
64 static void doTest(Strin method in class:ChangeDir
[all...]
/openjdk7/jdk/test/java/io/InputStream/
H A DReadParams.java40 public static void doTest(InputStream in) throws Exception { method in class:ReadParams
120 doTest(fis);
126 doTest(bis);
131 doTest(bais);
142 doTest(ois);
147 doTest(dis);
153 doTest(lis);
161 doTest(pis);
167 doTest(pbis);
173 doTest(sbi
[all...]
/openjdk7/jdk/test/java/awt/image/ConvolveOp/
H A DOpCompatibleImageTest.java47 t.doTest(BufferedImage.TYPE_3BYTE_BGR);
48 t.doTest(BufferedImage.TYPE_4BYTE_ABGR);
49 t.doTest(BufferedImage.TYPE_BYTE_GRAY);
50 t.doTest(BufferedImage.TYPE_INT_ARGB);
51 t.doTest(BufferedImage.TYPE_INT_BGR);
52 t.doTest(BufferedImage.TYPE_INT_RGB);
53 t.doTest(BufferedImage.TYPE_BYTE_INDEXED);
67 public void doTest(int type) { method in class:OpCompatibleImageTest
/openjdk7/jdk/test/java/io/OutputStream/
H A DWriteParams.java38 public static void doTest(OutputStream out) throws Exception { method in class:WriteParams
118 doTest(fos);
123 doTest(oos);
129 doTest(bos);
134 doTest(baos);
139 doTest(dos);
146 doTest(pos);
151 doTest(dfos);
/openjdk7/jdk/test/java/lang/instrument/
H A DManifestTestApp.java28 new ManifestTestApp().doTest();
32 private void doTest() { method in class:ManifestTestApp
H A DRedefineMethodAddInvokeApp.java31 new RedefineMethodAddInvokeApp().doTest();
36 private void doTest() throws Exception { method in class:RedefineMethodAddInvokeApp
/openjdk7/jdk/test/java/net/MulticastSocket/
H A DTest.java38 void doTest(String address) throws Exception { method in class:Test
131 doTest("224.80.80.80");
167 doTest("ff01::a");
171 doTest("ff02::a");
175 doTest("ff05::a");
179 doTest("ff0e::a");
190 t.doTest(args[i]);
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DUcryptoTest.java47 public abstract void doTest(Provider p) throws Exception; method in class:UcryptoTest
63 test.doTest(prov);
/openjdk7/langtools/test/tools/javadoc/outputRedirect/p/
H A DOutputRedirect.java34 doTest();
41 static void doTest() { method in class:OutputRedirect
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DThereCanBeOnlyOne.java35 static void doTest(InetAddress ia, boolean testSend) throws Exception { method in class:ThereCanBeOnlyOne
113 doTest(ia, true);
114 doTest(ia, false);
/openjdk7/jdk/test/java/net/PortUnreachableException/
H A DOneExceptionOnly.java36 static void doTest(InetAddress ia, int port, boolean testSend) throws Exception { method in class:OneExceptionOnly
139 doTest(ia, port, true);
140 doTest(ia, port, false);
H A DTest.java52 void doTest(String remote_host, int port, boolean sendOnly) throws Exception { method in class:Test
122 doTest(remote_host, port, true);
123 doTest(remote_host, port, false);
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DTest4314141.java62 doTest("Test4314141A", language, country, variant, expectedSuffixes);
78 doTest("Test4314141B", language, country, "", expectedSuffixes);
81 static void doTest(String baseName, String language, String country, String variant, method in class:Test4314141
/openjdk7/jdk/test/java/awt/image/mlib/
H A DMlibOpsTest.java55 doTest(op);
59 doTest(op);
63 doTest(op);
66 public static void doTest(BufferedImageOp op) { method in class:MlibOpsTest
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DParameterCheck.java45 private static void doTest(String method) throws Exception { method in class:ParameterCheck
151 doTest("read");
152 doTest("readFully");
153 doTest("write");
/openjdk7/hotspot/test/compiler/7009231/
H A DTest7009231.java40 doTest(8);
43 private static void doTest(int nThreads) throws InterruptedException { method in class:Test7009231
/openjdk7/jdk/test/java/io/File/
H A DDeleteOnExitNPE.java42 doTest();
71 public static void doTest() { method in class:DeleteOnExitNPE
/openjdk7/jdk/test/javax/swing/JSpinner/5012888/
H A Dbug5012888.java45 public void doTest() throws Exception { method in class:bug5012888
62 b.doTest();
/openjdk7/jdk/test/java/security/Policy/GetInstance/
H A DGetInstance.java64 doTest(p, testnum++);
83 doTest(p, testnum++);
113 doTest(p, testnum++);
175 doTest(p, testnum++);
188 // doTest has a case that will not work with custom policies,
191 // doTest(p, testnum++);
199 private void doTest(Policy p, int testnum) throws Exception { method in class:GetInstance
/openjdk7/jdk/test/javax/imageio/plugins/gif/
H A DGifTransparencyTest.java41 public void doTest() { method in class:GifTransparencyTest
178 new GifTransparencyTest().doTest();
181 new GifTransparencyTest.Opaque().doTest();
184 new GifTransparencyTest.Empty().doTest();
/openjdk7/jdk/test/javax/imageio/plugins/jpeg/
H A DReadingInterruptionTest.java53 t.doTest();
57 t.doTest();
61 t.doTest();
124 public void doTest() { method in class:ReadingInterruptionTest

Completed in 105 milliseconds

123