Searched refs:test2 (Results 1 - 25 of 74) sorted by relevance

123

/openjdk7/jdk/test/java/lang/String/
H A DCompareIC.java39 String test2 = "Test";
43 comparer.testTriplet(test1, test2, test3);
44 test2 = test2.toUpperCase();
45 comparer.testTriplet(test1, test2, test3);
46 test2 = test2.toLowerCase();
47 comparer.testTriplet(test1, test2, test3);
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6931567.java43 boolean test2 = false;
50 test2 ^= true;
53 if (test1 != test2) {
55 + "\n\ttest2=" + test2);
/openjdk7/jdk/test/java/net/URLClassLoader/sealing/
H A DCheckSealed.java38 test2();
40 test2();
55 private static void test2() { method in class:CheckSealed
/openjdk7/langtools/test/tools/javac/generics/
H A DMissingBridge.java52 TestInterface test2 = test;
58 test2.foo("blah");
H A DT6869075.java45 static void test2(Foo<String> foo) { method in class:T6869075
57 test2(new Foo<String>("Hello!"));
/openjdk7/jdk/test/java/net/URLClassLoader/closetest/
H A Dbuild.sh53 rm -rf ${TESTCLASSES}/test2
56 mkdir -p ${TESTCLASSES}/test2/com/foo
65 cd ${TESTSRC}/test2/com/foo
66 cp * ${TESTCLASSES}/test2/com/foo
67 cd ${TESTCLASSES}/test2
69 ${JAR} cvf ../test2.jar com/foo/*.class com/foo/Resource*
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DResourceBundleTest.java95 String[] test2 = bundle.getStringArray("All");
96 if (test2.length != 4)
97 errln("TestResource_fr returned wrong number of elements for \"All\": got " + test2.length);
98 else if (!test2[0].equals("'Twas brillig, and the slithy toves") ||
99 !test2[1].equals("Did gyre and gimble in the wabe.") ||
100 !test2[2].equals("All mimsy were the borogoves,") ||
101 !test2[3].equals("And the mome raths outgrabe."))
111 test2 = bundle.getStringArray("Men");
112 if (test2.length != 3)
113 errln("TestResource_fr returned wrong number of elements for \"Men\": got " + test2
[all...]
/openjdk7/langtools/test/tools/javac/cast/6270087/
H A DT6270087neg.java35 <U extends Integer, V extends String> void test2(Foo<V> lv) { method in class:T6270087neg
H A DT6270087.java39 <U extends Throwable, V extends Runnable> void test2(Foo<V> lv) { method in class:T6270087
/openjdk7/langtools/test/tools/javac/
H A DT7040104.java34 t.test2();
53 void test2() { method in class:T7040104
H A DAnonymousConstructorExceptions.java52 void test2() { method in class:AnonymousConstructorExceptions
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DResourceInterface.java37 public void test2() { method in class:ResourceInterface
H A DTwrLint.java22 private static void test2() { method in class:TwrLint
/openjdk7/langtools/test/tools/javac/cast/6557182/
H A DT6557182.java15 <T extends Number & Comparable<? extends Number>> void test2(T t) { method in class:T6557182
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTryLock.java46 test2(true, true);
47 test2(false, true);
48 test2(true, false);
49 test2(false, false);
80 public static void test2(boolean shared, boolean trylock) throws Exception { method in class:TryLock
81 File testFile = File.createTempFile("test2", null);
91 throw new RuntimeException("No exception thrown for test2");
94 throw new RuntimeException("Exception thrown incorrectly for test2");
H A DClosedChannelTransfer.java39 test2(channel);
58 static void test2(FileChannel channel) throws Exception { method in class:ClosedChannelTransfer
/openjdk7/langtools/test/tools/javac/cast/6932571/
H A DT6932571b.java49 void test2(A2<?> a) { method in class:T6932571b
/openjdk7/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java193 Test test2 = ((TestHome) RemoteObject.toStub(home)).get();
202 if (test1.equals(test2)) {
203 System.out.println("test1, test2, stubs equal");
205 TestLibrary.bomb("test1, test2, stubs not equal");
210 if (test2.equals(test3)) {
211 System.out.println("test2, test3, stubs equal");
213 TestLibrary.bomb("test2, test3, stubs not equal");
218 test2 = null;
/openjdk7/langtools/test/tools/javac/generics/rare/6665356/
H A DT6665356.java22 void test2() { method in class:T6665356
/openjdk7/langtools/test/tools/javac/meth/
H A DXlintWarn.java42 void test2(MethodHandle mh) throws Throwable { method in class:XlintWarn
/openjdk7/hotspot/test/compiler/7110586/
H A DTest7110586.java39 static int test2() { method in class:Test7110586
87 x2 = test2();
/openjdk7/hotspot/test/compiler/8002069/
H A DTest8002069.java72 sum += test2(i);
87 static int test2(int i) { method in class:Test8002069
/openjdk7/hotspot/test/compiler/8007294/
H A DTest8007294.java58 static int test2(int i) { method in class:Test8007294
85 int res = test2(1);
87 System.out.println("FAILED test2 = " + res);
/openjdk7/jdk/test/java/net/ipv6tests/
H A DB6521014.java94 static void test2() throws Exception { method in class:B6521014
121 test2();
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DWakeupNow.java35 test2();
63 private static void test2() throws Exception { method in class:WakeupNow

Completed in 40 milliseconds

123