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

1234

/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosRoundsTest.java54 String testSrc = System.getProperty("test.src");
59 File thisFile = new File(testSrc, thisName + ".java");
H A DTreePosTest.java113 String testSrc = System.getProperty("test.src");
114 File baseDir = (testSrc == null) ? null : new File(testSrc);
117 if (testSrc != null) // jtreg mode
/openjdk7/langtools/test/tools/javac/util/context/
H A DT7021650.java51 static File testSrc = new File(System.getProperty("test.src")); field in class:T7021650
86 new File(testSrc, T7021650.class.getName() + ".java").getPath()
/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/
H A DBasic.java93 static final String testSrc = System.getProperty("test.src"); field in class:Basic
94 static final String testSrcDir = testSrc != null ? testSrc : ".";
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java110 File testSrc = new File(System.getProperty("test.src", "."));
111 File examplesDir = new File(testSrc, "examples");
168 for (File d = testSrc; d != null; d = d.getParentFile()) {
H A DRunExamples.java97 File testSrc = new File(System.getProperty("test.src", "."));
98 File examplesDir = new File(testSrc, "examples");
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java156 final String testSrc = System.getProperty("test.src");
157 final File dir = new File(testSrc);
168 final String testSrc = System.getProperty("test.src");
169 final File dir = new File(testSrc);
/openjdk7/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java76 String testSrc = System.getProperty("test.src");
88 new File(testSrc, "a/First.java")
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java116 String testSrc = System.getProperty("test.src");
117 File baseDir = (testSrc == null) ? null : new File(testSrc);
120 if (testSrc != null) // jtreg mode
/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java193 File testSrc = new File(System.getProperty("test.src"));
194 File thisSrc = new File(testSrc, TestClientCodeWrapper.class.getName() + ".java");

Completed in 76 milliseconds

1234