Searched refs:test3 (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/test/java/net/URLClassLoader/closetest/
H A Dbuild2.sh47 rm -rf ${TESTCLASSES}/test3
48 mkdir -p ${TESTCLASSES}/test3
50 echo "Hello world" > ${TESTCLASSES}/test3/hello.txt
51 echo "Bye world" > ${TESTCLASSES}/test3/bye.txt
52 cp ${TESTSRC}/test1/com/foo/TestClass.java ${TESTCLASSES}/test3
53 cd ${TESTCLASSES}/test3
/openjdk7/jdk/test/java/lang/String/
H A DCompareIC.java40 String test3 = "Tesu";
43 comparer.testTriplet(test1, test2, test3);
45 comparer.testTriplet(test1, test2, test3);
47 comparer.testTriplet(test1, test2, test3);
/openjdk7/langtools/test/tools/javac/
H A DT7040104.java35 t.test3();
63 void test3() { method in class:T7040104
H A DAnonymousConstructorExceptions.java56 void test3() throws Exception { method in class:AnonymousConstructorExceptions
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTryLock.java51 test3(true, true);
52 test3(false, true);
53 test3(true, false);
54 test3(false, false);
103 public static void test3(boolean shared, boolean trylock) throws Exception { method in class:TryLock
104 File testFile = File.createTempFile("test3", null);
H A DLock.java57 test3(blah);
136 private static void test3(File blah) throws Exception { method in class:Lock
H A DWrite.java40 test3(); // for bug 4698138
111 static void test3() throws Exception { method in class:Write
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DResourceBundleTest.java104 Object test3 = bundle.getObject("Good");
105 if (test3 == null || test3.getClass() != Integer.class)
107 else if (((Integer)test3).intValue() != 3)
108 errln("TestResource_fr returned the wrong value for \"Good\": got " + test3);
121 test3 = bundle.getObject("Is");
122 errln("TestResource_fr returned a value for \"Is\" when it shouldn't: got " + test3);
171 Object test3 = bundle.getObject("Good");
172 if (test3 == null || test3
[all...]
/openjdk7/langtools/test/tools/javac/generics/
H A DT6869075.java50 static void test3(Foo<String> foo) { method in class:T6869075
58 test3(new Foo<String>("Hello!"));
H A DT6751514.java60 static void test3(Foo<Integer> foo) { method in class:T6751514
73 test3(new Foo<Integer>(1));
/openjdk7/langtools/test/tools/javac/meth/
H A DXlintWarn.java48 void test3(MethodHandle mh) throws Throwable { method in class:XlintWarn
/openjdk7/hotspot/test/compiler/7110586/
H A DTest7110586.java44 static int test3() { method in class:Test7110586
88 x3 = test3();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DOpen.java56 static void test3() { method in class:Open
87 test3();
H A DOutOfBand.java60 test3(sc1, sc2);
133 static void test3(SocketChannel client, final SocketChannel server) method in class:OutOfBand
/openjdk7/jdk/test/tools/launcher/
H A DMainClassAttributeTest.java77 static void test3() throws FileNotFoundException { method in class:MainClassAttributeTest
92 throw new Exception("Creation of manifest file for test3 failed");
101 test3();
/openjdk7/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java194 Test test3 = ((Test) (new MarshalledObject(test)).get());
210 if (test2.equals(test3)) {
211 System.out.println("test2, test3, stubs equal");
213 TestLibrary.bomb("test2, test3, stubs not equal");
219 test3 = null;
/openjdk7/langtools/test/tools/javac/typeAnnotations/newlocations/
H A DBasicTest.java74 void test3(Object @A... objs) { method in class:BasicTest
/openjdk7/jdk/test/java/awt/Graphics/
H A DLCDTextAndGraphicsState.java45 test3(g.create(0, 400, 500, 200));
70 public void test3(Graphics g) { method in class:LCDTextAndGraphicsState
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNonfocusableOwnerTest.java77 test3(frame, window1, window2);
88 test3(dialog, window1, window2);
135 void test3(Window owner, Window child1, Window child2) { method in class:NonfocusableOwnerTest
/openjdk7/hotspot/test/compiler/7052494/
H A DTest7052494.java56 static void test3(int i, int limit, int arr[]) { method in class:Test7052494
119 System.out.println("test3");
122 test3(1, 10, arr);
/openjdk7/jdk/test/java/awt/EventDispatchThread/PreserveDispathThread/
H A DPreserveDispatchThread.java58 test3();
60 throw new RuntimeException("Test FAILED (test3): event dispatch thread is changed");
126 private static void test3() throws Exception { method in class:PreserveDispatchThread
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DNative2AsciiTests.sh118 cp $TESTSRC/test3 x.in
123 check 4710890 $TESTSRC/test3 x.out
/openjdk7/langtools/test/tools/javac/QualifiedAccess/
H A DQualifiedAccess_1.java64 void test3() { method in class:QualifiedAccess_1
/openjdk7/langtools/test/tools/javac/generics/inference/7086601/
H A DT7086601a.java27 static void test3(Iterable<String> is, Iterable<Integer> ii) { method in class:T7086601
/openjdk7/jdk/test/java/net/ipv6tests/
H A DUdpTest.java74 test3 ();
168 static void test3 () throws Exception { method in class:UdpTest

Completed in 69 milliseconds

12