Searched defs:runTest (Results 26 - 50 of 85) sorted by relevance

1234

/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DItxtUtf8Test.java128 runTest(false, true);
136 runTest(argList.contains("dump"), false);
140 public static void runTest(boolean dump, boolean truncate) method in class:ItxtUtf8Test
/openjdk7/jdk/test/javax/management/ObjectName/
H A DComparatorTest.java119 private static int runTest(char comparator, String on1, String on2) { method in class:ComparatorTest
176 error += runTest(tests[i][0].charAt(0), tests[i][1], tests[i][2]);
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorInitThresholdTest.java87 public static void runTest() throws Exception { method in class:CounterMonitorInitThresholdTest
192 runTest();
H A DThreadPoolAccTest.java83 public int runTest() throws Exception { method in class:ThreadPoolAccTest
192 int error = test.runTest();
H A DStartStopTest.java92 public int runTest(int monitorType) throws Exception { method in class:StartStopTest
202 int error = test.runTest(Integer.parseInt(args[0]));
H A DCounterMonitorThresholdTest.java95 public static void runTest(int offset, method in class:CounterMonitorThresholdTest
176 runTest(1, counter1, derivedGauge1, threshold1);
177 runTest(3, counter2, derivedGauge2, threshold2);
H A DThreadPoolTest.java100 public int runTest(int monitorType) throws Exception { method in class:ThreadPoolTest
190 int error = test.runTest(Integer.parseInt(args[0]));
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DMBSFPreStartPostStartTest.java105 public int runTest(boolean setBeforeStart) throws Exception { method in class:MBSFPreStartPostStartTest
218 error += test.runTest(true);
221 error += test.runTest(false);
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java111 public static void runTest(JMXAuthenticator authenticator) method in class:NonJMXPrincipalsTest
315 NonJMXPrincipalsTest.runTest(new NoPrincipalAuthenticator());
329 NonJMXPrincipalsTest.runTest(new OtherPrincipalAuthenticator());
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvTest.java112 public abstract void runTest(); method in class:ColConvTest
116 runTest();
H A DColConvCCMTest.java133 public void runTest() { method in class:ColConvCCMTest
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DDesAPITest.java81 runTest();
122 public void runTest() throws Exception { method in class:DesAPITest
H A DPaddingTest.java103 runTest();
144 public void runTest() throws Exception { method in class:PaddingTest
H A DPerformanceTest.java129 runTest(in, rounds[m]);
178 public void runTest(byte[] data, int count) throws Exception { method in class:PerformanceTest
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPKCS12Cipher.java41 private static void runTest(String alg, byte[] plaintext, method in class:PKCS12Cipher
88 runTest("PBEWithSHA1AndDESede", input, PASSWD, p);
89 runTest("PBEWithSHA1AndRC2_40", input, PASSWD, p);
/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DHmacSaltLengths.java41 private static void runTest(String alg, byte[] plaintext, method in class:HmacSaltLengths
84 runTest("HmacPBESHA1", input, PASSWD, p);
/openjdk7/jdk/test/java/awt/EventQueue/6638195/
H A Dbug6638195.java42 runTest(delegate);
46 runTest(delegate);
49 private static void runTest(MyEventQueueDelegate delegate) throws Exception { method in class:bug6638195
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DMiscTests.java84 public void runTest(Object ctx, int numReps) { method in class:MiscTests.CopyArea
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestShortBuffer.java70 private static void runTest() throws Exception { method in class:TestShortBuffer
195 runTest();
/openjdk7/jdk/test/java/lang/instrument/
H A DATestCaseScaffold.java53 runTest() method in class:ATestCaseScaffold
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DLotsOfCancels.java66 runTest(500, 2700, 1000);
86 static void runTest(int initCount, int massCount, int maxSelectTime) method in class:LotsOfCancels
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DEmptyExtensionData.java61 private static void runTest(SSLEngine ssle) throws Exception { method in class:EmptyExtensionData
153 runTest(ssle);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextRenderTests.java85 public void runTest(Object ctx, int numReps) { method in class:TextRenderTests.DrawStrings
101 public void runTest(Object ctx, int numReps) { method in class:TextRenderTests.DrawChars
117 public void runTest(Object ctx, int numReps) { method in class:TextRenderTests.DrawBytes
151 public void runTest(Object ctx, int numReps) { method in class:TextRenderTests.DrawGlyphVectors
179 public void runTest(Object ctx, int numReps) { method in class:TextRenderTests.DrawTextLayouts
/openjdk7/jdk/test/javax/rmi/ssl/
H A DSSLSocketParametersTest.java119 public void runTest(String[] args) { method in class:SSLSocketParametersTest
286 test.runTest(args);
/openjdk7/jdk/test/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java155 private void runTest() { method in class:TransformedPaintTest
216 t.runTest();

Completed in 62 milliseconds

1234