Searched refs:testType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/lang/ClassLoader/deadlock/
H A DStarter.java61 String testType = args[0];
62 if (testType.equals("one-way")) {
64 } else if (testType.equals("cross")) {
68 System.out.println("ERROR: unsupported - " + testType);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputImageTests.java182 Context(TestEnvironment env, Result result, int testType) { argument
195 if (testType == TEST_IMAGEIO || testType == TEST_IMAGEWRITER) {
199 if (testType == TEST_IMAGEWRITER) {
224 } else { // testType == TEST_JPEGCODEC
H A DInputImageTests.java225 Context(TestEnvironment env, Result result, int testType) { argument
238 if (testType == TEST_IMAGEIO || testType == TEST_IMAGEREADER) {
242 if (testType == TEST_IMAGEREADER) {
269 } else if (testType == TEST_TOOLKIT) {
271 } else { // testType == TEST_JPEGCODEC
/openjdk7/jdk/test/javax/imageio/plugins/jpeg/
H A DReadAsGrayTest.java109 testType(reader, gray, src);
112 testType(reader, srgb, src);
115 private static void testType(ImageReader reader, method in class:ReadAsGrayTest
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java748 int testType = getOp(opPos + 3);
750 // System.out.println("testType: "+testType);
751 switch (testType)

Completed in 206 milliseconds