Searched refs:PATH (Results 1 - 25 of 30) sorted by relevance

12

/openjdk10/hotspot/test/compiler/aot/cli/
H A DNonExistingAOTLibraryTest.java38 private static final String PATH = "./NonExisting.so"; field in class:NonExistingAOTLibraryTest
39 private static final String OPTION = "-XX:AOTLibrary=" + PATH;
45 if (new File(PATH).exists()) {
46 throw new Error("TESTBUG: " + PATH + " unexpectedly exists");
/openjdk10/nashorn/samples/
H A Denv.js38 print($ENV.PATH);
/openjdk10/jdk/test/java/beans/Introspector/4168475/
H A DTest4168475.java41 private static final String[] PATH = {"infos"}; field in class:Test4168475
44 Introspector.setBeanInfoSearchPath(PATH);
/openjdk10/jdk/test/sun/security/util/HostnameMatcher/
H A DTestHostnameChecker.java175 private final static String PATH = System.getProperty("test.src", "."); field in class:TestHostnameChecker
179 InputStream in = new FileInputStream(new File(PATH, "cert1.crt"));
182 in = new FileInputStream(new File(PATH, "cert2.crt"));
185 in = new FileInputStream(new File(PATH, "cert3.crt"));
188 in = new FileInputStream(new File(PATH, "cert4.crt"));
191 in = new FileInputStream(new File(PATH, "cert5.crt"));
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetResourceBundle.java83 private static final String PATH = "com/sun/rowset/RowSetResourceBundle"; field in class:JdbcRowSetResourceBundle
105 propResBundle = (PropertyResourceBundle) ResourceBundle.getBundle(PATH,
/openjdk10/hotspot/test/
H A Djprt.config33 # PATH
40 # PATH
171 # to PATH.
173 path4sdk="${slash_path};${PATH}"
182 # Export PATH setting
183 PATH="${path4sdk}"
184 export PATH
/openjdk10/jdk/test/
H A Djprt.config29 # PATH
36 # PATH
142 # to PATH.
144 path4sdk="${slash_path};${PATH}"
153 # Export PATH setting
154 PATH="${path4sdk}"
155 export PATH
/openjdk10/jdk/test/com/sun/jdi/
H A DPrivateTransportTest.sh118 # This is going onto PATH and cygwin needs the form
137 PATH="${PATH}${sep}${libdir}"
138 export PATH
139 echo PATH=${PATH}
/openjdk10/common/autoconf/
H A Dcompare.sh.in87 export PATH="@VS_PATH@"
H A Dgenerated-configure.sh83 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
84 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
102 for as_dir in $PATH
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2153 (expecting the headers under PATH/include)
2156 (expecting the libraries under PATH/lib and the
2157 headers under PATH/include)
2165 (expecting the libraries under PATH/li
[all...]
/openjdk10/make/test/
H A DBuildFailureHandler.gmk103 export PATH := $(PATH);$(FH_SUPPORT)
/openjdk10/langtools/make/tools/propertiesparser/parser/
H A DMessageType.java83 PATH("path", "Path", "java.nio.file"), enum constant in enum:MessageType.SimpleType
187 FILE_NAME("file name", SimpleType.FILE, SimpleType.FILE_OBJECT, SimpleType.PATH);
/openjdk10/hotspot/test/compiler/c2/cr6890943/
H A DTest6890943.java44 private static final Path PATH = Paths.get(System.getProperty("test.src", ".")); field in class:Test6890943
45 private static final Path INPUT_FILE = PATH.resolve("input6890943.txt");
46 private static final Path GOLDEN_FILE = PATH.resolve("output6890943.txt");
/openjdk10/jdk/test/java/net/httpclient/
H A DProxyTest.java87 static final String PATH = "/foo/"; field in class:ProxyTest
91 HttpContext context = server.createContext(PATH);
132 URI uri = new URI("https:/" + server.getAddress().toString() + PATH + "x");
/openjdk10/jdk/test/java/net/httpclient/http2/
H A DProxyTest2.java88 static final String PATH = "/foo/"; field in class:ProxyTest2
100 }, PATH);
126 URI uri = new URI("https://localhost:" + server.getAddress().getPort() + PATH + "x");
/openjdk10/hotspot/test/compiler/types/
H A DTestMeetIncompatibleInterfaceArrays.java159 public static final String PATH = System.getProperty("test.classes", ".") + java.io.File.separator; field in class:TestMeetIncompatibleInterfaceArrays
303 FileOutputStream fos = new FileOutputStream(PATH + baseClassName + dim + "ASM.class");
/openjdk10/jdk/test/java/net/URL/
H A DTest.java50 static final int PATH = 1 << 5; field in class:Test
191 if (check1(PATH)) check2(url.getPath(), s, PATH);
228 checkEmpty(url.getPath(), PATH);
305 if ((failed & PATH) != 0) sb.append(" path");
/openjdk10/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java403 static File PATH; field in class:CipherTest
406 File file = new File(PATH, name);
423 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk10/jdk/test/javax/net/ssl/sanity/interop/
H A DCipherTest.java403 static File PATH; field in class:CipherTest
406 File file = new File(PATH, name);
423 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk10/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java416 static File PATH; field in class:CipherTest
419 File file = new File(PATH, name);
437 PATH = new File(TEST_SRC, relPath);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DLint.java240 PATH("path"), enum constant in enum:Lint.LintCategory
/openjdk10/make/devkit/
H A DTools.gmk33 # PATH when building BUILD -> BUILD, which means that
235 PATHPRE = PATH=$(PATHEXT)$(PATH)
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DLocations.java221 log.warning(LintCategory.PATH, Warnings.InvalidPath(s));
316 log.warning(Lint.LintCategory.PATH,
362 log.warning(Lint.LintCategory.PATH,
385 log.warning(Lint.LintCategory.PATH,
391 log.warning(Lint.LintCategory.PATH,
1556 log.warning(Lint.LintCategory.PATH, key, prefix);
/openjdk10/make/
H A DInit.gmk268 ( cd $(OUTPUT_ROOT) && PATH="$(ORIGINAL_PATH)" \
/openjdk10/jdk/test/java/net/URI/
H A DTest.java60 static final int PATH = 1 << 11; field in class:Test
295 if (check1(PATH)) check2(uri.getRawPath(), s, PATH);
525 checkEmpty(uri.getPath(), PATH);
655 if ((failed & PATH) != 0) sb.append(" path");

Completed in 335 milliseconds

12