Searched refs:testSrc (Results 1 - 25 of 85) sorted by relevance

1234

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestParams.java35 public static String testSrc = null; field in class:TestParams
55 testSrc = TestLibrary.
65 defaultPolicy = testSrc + File.separatorChar +
75 testSrc + File.separatorChar + "rmid.security.policy";
77 defaultGroupPolicy = testSrc +
/openjdk7/langtools/test/tools/javac/
H A DT6413876.java40 File testSrc = new File(System.getProperty("test.src", "."));
41 File file = new File(testSrc, T6413876.class.getName()+".java");
H A DT6407066.java36 String testSrc = System.getProperty("test.src", ".");
44 path.add(new File(testSrc));
H A DT6395974.java41 String testSrc = System.getProperty("test.src");
46 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrc, self + ".java")));
H A DT6410706.java43 String testSrc = System.getProperty("test.src", ".");
50 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrc, T6410706.class.getName()+".java")));
/openjdk7/langtools/test/tools/javac/6403424/
H A DT6403424.java36 File testSrc = new File(System.getProperty("test.src", "."));
42 File A_java = new File(testSrc, "A.java");
47 File B_java = new File(testSrc, "B.java");
/openjdk7/langtools/test/tools/javadoc/6176978/
H A DT6176978.java43 File testSrc = new File(System.getProperty("test.src", "."));
47 new File(testSrc, "X.java").getPath()
57 new File(testSrc, "T6176978.java").getPath()
/openjdk7/langtools/test/tools/javadoc/
H A DT6551367.java43 File testSrc = new File(System.getProperty("test.src", "."));
46 File source = new File(testSrc, file);
/openjdk7/jdk/test/java/nio/channels/AsynchronousServerSocketChannel/
H A DWithSecurityManager.java43 String testSrc = System.getProperty("test.src");
44 if (testSrc == null)
45 testSrc = ".";
48 Paths.get(testSrc).resolve(policy).toString());
/openjdk7/jdk/test/javax/management/loading/
H A DParserInfiniteLoopTest.java72 String testSrc = System.getProperty("test.src");
73 System.out.println("test.src = " + testSrc);
75 if (testSrc.startsWith("/")) {
77 "file:" + testSrc.replace(File.separatorChar, '/') + "/";
80 "file:/" + testSrc.replace(File.separatorChar, '/') + "/";
/openjdk7/langtools/test/tools/javac/6410653/
H A DT6410653.java38 File testSrc = new File(System.getProperty("test.src"));
39 String source = new File(testSrc, "T6410653.java").getPath();
/openjdk7/jdk/test/sun/security/pkcs11/Provider/
H A DConfigShortPath.java47 String testSrc = System.getProperty("test.src", ".");
49 String configFile = testSrc + File.separator + configNames[i];
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DWalkWithSecurity.java44 String testSrc = System.getProperty("test.src");
45 if (testSrc == null)
47 Path dir = Paths.get(testSrc);
54 throw new RuntimeException(testSrc + " is empty");
/openjdk7/jdk/test/java/awt/FontClass/CreateFont/
H A DDeleteFont.java33 String testSrc = System.getenv("TESTSRC");
34 if (testSrc != null) {
35 font = testSrc + sep + font;
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DWithSecurityManager.java50 String testSrc = System.getProperty("test.src");
51 if (testSrc == null)
53 Path dir = Paths.get(testSrc);
/openjdk7/jdk/test/javax/management/ImplementationVersion/
H A DImplVersionTest.java64 String testSrc = System.getProperty("test.src");
65 System.out.println("testSrc = " + testSrc);
81 " -Djava.security.manager -Djava.security.policy==" + testSrc +
/openjdk7/langtools/test/tools/javac/api/6431435/
H A DT6431435.java39 String testSrc = System.getProperty("test.src", ".");
44 fm.setLocation(StandardLocation.SOURCE_PATH, Arrays.asList(new File(testSrc)));
46 new File(testSrc, "A.java")));
/openjdk7/langtools/test/tools/javac/processing/6348499/
H A DT6348499.java48 String testSrc = System.getProperty("test.src", ".");
51 String A_java = new File(testSrc, "A.java").getPath();
56 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrc, "A.java")));
/openjdk7/langtools/test/tools/javadoc/6942366/
H A DT6942366.java40 File testSrc; field in class:T6942366
46 testSrc = new File(System.getProperty("test.src"));
68 args.add(testSrc.getPath());
87 args.add(new File(testSrc, "Test.java").getPath());
95 long srcLastMod = new File(testSrc, "Test.java").lastModified();
/openjdk7/langtools/test/tools/apt/lib/
H A DTester.java68 private final String testSrc = System.getProperty("test.src", "."); field in class:Tester
85 String sourceFile = testSrc + File.separator +
90 as.add("-sourcepath"); as.add(testSrc);
/openjdk7/langtools/test/tools/javac/processing/6430209/
H A DT6430209.java57 String testSrc = System.getProperty("test.src", ".");
65 new File(testSrc, "test0.java"), new File(testSrc, "test1.java")));
/openjdk7/langtools/test/tools/javac/tree/
H A DJavacTreeScannerTest.java64 String testSrc = System.getProperty("test.src");
65 File baseDir = (testSrc == null) ? null : new File(testSrc);
68 if (testSrc != null) // jtreg mode
/openjdk7/langtools/test/tools/javac/6440583/
H A DT6440583.java40 String testSrc = System.getProperty("test.src", ".");
45 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrc, "A.java")));
/openjdk7/langtools/test/tools/javac/6668794/badClass/
H A DTest.java72 new File(testSrc, file).getPath()
87 File testSrc = new File(System.getProperty("test.src", ".")); field in class:Test
/openjdk7/jdk/test/javax/management/remote/mandatory/version/
H A DImplVersionTest.java64 String testSrc = System.getProperty("test.src");
77 " -Djava.security.manager -Djava.security.policy==" + testSrc +

Completed in 55 milliseconds

1234