Searched refs:runTest (Results 1 - 25 of 108) sorted by relevance

12345

/openjdk7/jdk/test/java/util/Formatter/
H A DBasic.sh37 runTest() { function
45 runTest US/Pacific
46 runTest Asia/Novosibirsk
/openjdk7/jdk/test/java/nio/Buffer/
H A DLimitDirectMemory.sh35 runTest() { function
64 runTest -XX:MaxDirectMemorySize=10 -cp ${TESTCLASSES} LimitDirectMemory true 10 1
65 runTest -XX:MaxDirectMemorySize=1k -cp ${TESTCLASSES} LimitDirectMemory true 1k 100
66 runTest -XX:MaxDirectMemorySize=10m -cp ${TESTCLASSES} LimitDirectMemory true 10m 10m
69 runTest -XX:MaxDirectMemorySize=65M -cp ${TESTCLASSES} \
73 runTest -cp ${TESTCLASSES} LimitDirectMemory false 10 1
74 runTest -Xmx64m -cp ${TESTCLASSES} LimitDirectMemory false 0 DEFAULT
75 runTest -Xmx64m -cp ${TESTCLASSES} LimitDirectMemory true 0 DEFAULT+1
78 runTest -XX:MaxDirectMemorySize=0 -cp ${TESTCLASSES} LimitDirectMemory true 0 1
82 runTest
[all...]
/openjdk7/jdk/test/java/lang/StringCoding/
H A DCheckEncodings.sh48 runTest() { function
64 runTest ${i}
69 runTest ${i}
/openjdk7/jdk/test/java/nio/charset/coders/
H A DCheckSJISMappingProp.sh55 runTest() { function
75 runTest ${i}
/openjdk7/jdk/test/tools/launcher/
H A DMainClassAttributeTest.java49 static void runTest(File jarFile, String expectedErrorMessage) { method in class:MainClassAttributeTest
66 runTest(jarFile, "no main manifest attribute");
73 runTest(jarFile, "Error: Could not find or load main class");
80 runTest(jarFile, "Error: Could not find or load main class");
95 runTest(jarFile, "no main manifest attribute");
H A DTestSpecialArgs.java84 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
88 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
92 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
97 static void runTest(Set<String> envToRemove, String... args) { method in class:TestSpecialArgs
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.sh55 runTest() { function
66 runTest
72 runTest ${TMP1}/foo
/openjdk7/jdk/test/com/sun/jdi/
H A DNativeInstanceFilterTarg.java29 boolean runTest = jvmSupportsJVMTI_12x();
34 if (runTest) {
/openjdk7/jdk/test/java/lang/instrument/
H A DAddTransformerTest.java52 test.runTest();
H A DNoTransformerAddedTest.java52 test.runTest();
H A DNullGetObjectSizeTest.java51 test.runTest();
H A DNullTransformerAddTest.java52 test.runTest();
H A DNullTransformerRemoveTest.java50 test.runTest();
H A DSingleTransformerTest.java52 test.runTest();
H A DAppendToBootstrapClassPathTest.java53 test.runTest();
H A DAppendToClassPathTest.java56 test.runTest();
H A DFromShutdownHook.java43 fsh.runTest();
H A DRemoveTransformerTest.java52 test.runTest();
H A DTransformMethodTest.java54 test.runTest();
H A DGetInitiatedClassesTest.java53 test.runTest();
H A DGetObjectSizeTest.java54 test.runTest();
H A DRemoveAbsentTransformerTest.java54 test.runTest();
/openjdk7/jdk/test/com/sun/crypto/provider/KeyGenerator/
H A DTestExplicitKeyLength.java43 public static void runTest(String algo, int keysize) throws Exception { method in class:TestExplicitKeyLength
59 runTest(ALGOS[i], KEY_SIZES[i]);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java43 private static boolean runTest(String mdName, MGF1ParameterSpec mgfSpec, method in class:TestOAEPParameterSpec
124 status &= runTest("SHA-256", MGF1ParameterSpec.SHA256, p);
125 status &= runTest("SHA-384", MGF1ParameterSpec.SHA384, p);
126 status &= runTest("SHA-512", MGF1ParameterSpec.SHA512, p);
127 status &= runTest("SHA", MGF1ParameterSpec.SHA1, new byte[0]);
128 status &= runTest("SHA-1", MGF1ParameterSpec.SHA1, new byte[0]);
129 status &= runTest("SHA1", MGF1ParameterSpec.SHA1, new byte[0]);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java132 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.StringWidth
148 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.StringBounds
170 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.CharsWidth
186 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.CharsBounds
208 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.FontCanDisplay
250 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVWidth
265 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVLogicalBounds
280 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVVisualBounds
295 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVPixelBounds
310 public void runTest(Objec method in class:TextMeasureTests.GVOutline
325 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVGlyphLogicalBounds
342 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVGlyphVisualBounds
360 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVGlyphPixelBounds
377 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVGlyphOutline
394 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVGlyphTransform
411 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.GVGlyphMetrics
449 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLAdvance
464 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLAscent
479 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLBounds
524 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLGetCaretInfo
541 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLGetNextHit
559 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLGetCaretShape
577 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLGetLogicalHighlightShape
602 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLGetVisualHighlightShape
627 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLHitTest
646 public void runTest(Object ctx, int numReps) { method in class:TextMeasureTests.TLOutline
[all...]

Completed in 80 milliseconds

12345