Searched refs:test0 (Results 1 - 25 of 29) sorted by relevance

12

/openjdk10/langtools/test/tools/javac/processing/6430209/
H A Dtest0.java24 public class test0 { } class
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotspot/
H A DTest7005594.java36 private static int test0(byte[] a) { method in class:Test7005594
47 test0(a);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DBoxingTest.java34 public void test0() { method in class:BoxingTest
H A DCompareCanonicalizerTest2.java52 public void test0() { method in class:CompareCanonicalizerTest2
H A DCommonedConstantsTest.java56 public void test0() { method in class:CommonedConstantsTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/loop/
H A DLoop13.java43 public void test0() { method in class:Loop13.Loop
59 loop.test0();
H A DLoopEscape.java50 public static int test0(int count) { method in class:LoopEscape
93 runTest("test0", 0);
98 runTest("test0", 1);
103 runTest("test0", 2);
108 runTest("test0", 5);
/openjdk10/nashorn/test/script/basic/
H A DJDK-8022731.js33 function test0(a, b) { function
78 print(test0());
79 print(test0("p1", "p2"));
/openjdk10/jdk/test/javax/management/proxy/
H A DProxyObjectMethodsTest.java114 TestMBean test0 = MBeanServerInvocationHandler.newProxyInstance(mbs,
119 if(test0.equals(test0)) {
123 if (!test0.toString().equals("Test-toString")) {
127 if (test0.hashCode() != 123) {
/openjdk10/jdk/test/java/util/zip/
H A DTestExtraTime.java64 test0(FileTime.from(10, TimeUnit.MILLISECONDS), null, null, null, extra);
66 test0(FileTime.from(-100, TimeUnit.DAYS), null, null, null, extra);
103 test0(mtime, null, null, null, extra);
104 test0(mtime, null, null, tz, extra); // non-default tz
105 test0(mtime, atime, null, null, extra);
106 test0(mtime, null, ctime, null, extra);
107 test0(mtime, atime, ctime, null, extra);
108 test0(mtime, atime, null, tz, extra);
109 test0(mtime, null, ctime, tz, extra);
110 test0(mtim
113 static void test0(FileTime mtime, FileTime atime, FileTime ctime, method in class:TestExtraTime
[all...]
/openjdk10/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java46 test0();
50 void test0() { method in class:BidiSurrogateTest
/openjdk10/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java195 Test test0 = ((Test) RemoteObject.toStub(test));
200 if (test0.equals(test1)) {
201 System.out.println("test0, test1, stubs equal");
203 TestLibrary.bomb("test0, test1, stubs not equal");
220 test0 = null;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/
H A DBC_lshr02.java33 public static long test0(long arg) { method in class:BC_lshr02
40 runTest("test0", 1L);
45 runTest("test0", 0L);
50 runTest("test0", -1L);
55 runTest("test0", Long.MAX_VALUE);
60 runTest("test0", Long.MIN_VALUE);
/openjdk10/jdk/test/java/lang/String/
H A DToLowerCase.java164 test0(in, locale,expected);
180 test0(ss[0] + " " + in, locale, ss[1] + " " + expected);
181 test0(in + " " + ss[0], locale, expected + " " + ss[1]);
185 static void test0(String in, Locale locale, String expected) { method in class:ToLowerCase
H A DToUpperCase.java133 test0(in, locale,expected);
149 test0(ss[0] + " " + in, locale, ss[1] + " " + expected);
150 test0(in + " " + ss[0], locale, expected + " " + ss[1]);
154 static void test0(String in, Locale locale, String expected) { method in class:ToUpperCase
H A DLiteralReplace.java56 test0(source, target, replacement, expected);
64 test0(source, target, replacement, canonical);
67 private void test0(String source, String target, String replacement, method in class:LiteralReplace
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/XMLEventReaderTest/
H A DBug6489890.java47 public void test0() { method in class:Bug6489890
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DBug6513892.java58 public void test0() { method in class:Bug6513892
H A DBug6384805.java53 public void test0() { method in class:Bug6384805
/openjdk10/jdk/test/java/util/Base64/
H A DTestBase64Golden.java46 test0(Base64Type.BASIC, Base64.getEncoder(), Base64.getDecoder(),
49 test0(Base64Type.URLSAFE, Base64.getUrlEncoder(), Base64.getUrlDecoder(),
52 test0(Base64Type.MIME, Base64.getMimeEncoder(), Base64.getMimeDecoder(),
57 public static void test0(Base64Type type, Encoder encoder, Decoder decoder, method in class:TestBase64Golden
/openjdk10/hotspot/test/runtime/defineAnonClass/
H A DDefineAnon.java43 static protected void test0() { System.out.println("test0 (public)"); } method in class:T
69 mv.visitMethodInsn(Opcodes.INVOKESTATIC, "p1/T", "test0", "()V", false);
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/
H A DBug6509774.java46 public void test0() { method in class:Bug6509774
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DMonitorTest.java35 public void test0() { method in class:MonitorTest
H A DEdgesTest.java99 public void test0() { method in class:EdgesTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64.test/src/org/graalvm/compiler/core/amd64/test/
H A DStackStoreTest.java109 public int test0(int a) { method in class:StackStoreTest
115 runTest("test0", 0xDEADDEAD);

Completed in 99 milliseconds

12