Searched refs:url2 (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/test/java/net/URI/
H A DURItoURLTest.java57 URL url2 = uri.toURL();
60 if (!url1.equals(url2)) {
64 if (url1.hashCode() != url2.hashCode()) {
68 if (!url1.sameFile(url2)) {
74 url2.getPath())) {
78 url2.getFile())) {
82 url2.getHost())) {
86 url1.getAuthority(), url2.getAuthority())) {
90 url2.getRef())) {
94 url2
[all...]
/openjdk7/jdk/test/sun/net/www/protocol/ftp/
H A DHandlerEquals.java37 URL url2 = new URL("ftp://she@host/file#ref") ;
39 if (url1.equals(url2)) {
/openjdk7/jdk/test/java/net/URL/
H A DProtocol.java37 URL url2 = new URL(url, "here.pl?notaspec:atall");
H A DRelativePath.java41 URL url2 = new URL(url, uri2);
42 String s2 = url2.toString();
H A DSpecifyHandler.java37 URL url2 = new URL(null, "file://bogus.index.html", handler);
H A DEquals.java39 URL url1, url2;
42 url2 = new URL(null, "http://JavaSoft/Test");
44 if (url1.equals(url2))
46 if (url2.equals(url1))
83 URL url2 = new URL(urlStr2);
85 if (!url1.equals(url2)) {
87 System.out.println("url1: " + url1 + ", url2:" + url2);
/openjdk7/jaxws/make/scripts/
H A Dupdate_src.sh44 url2="http://java.net/downloads/jax-ws/JDK7"
81 getBundle "${drops_dir}" "${url2}" "${bundle2}" ${tmp} ${srcdir2}
/openjdk7/jdk/test/sun/net/www/protocol/jar/
H A DB6449504.java51 URL url2 = new URL (u+"!/test.txt");
52 System.out.println ("url2 = " + url2);
53 JarURLConnection j2 = (JarURLConnection)url2.openConnection();
/openjdk7/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java97 URL url2 = getServerURL();
98 System.out.println ("Doing tests with URL: " + url + " and " + url2);
101 urls[1] = url2;
/openjdk7/jdk/test/javax/security/auth/SubjectDomainCombiner/
H A DRegression.java54 URL url2;
59 url2 = new URL("http://two");
74 (new CodeSource(url2,
/openjdk7/jdk/test/java/net/ResponseCache/
H A Dfile2.121 static URL url2;
98 url2 = new URL("http://localhost:" +
100 http = (HttpURLConnection)url2.openConnection();
134 } if (uri.equals(ParseUtil.toURI(url2)) && !flag) {
H A DResponseCacheTest.java43 static URL url2; field in class:ResponseCacheTest
130 url2 = new URL("http://localhost:" +
132 http = (HttpURLConnection)url2.openConnection();
/openjdk7/jdk/test/java/net/URLConnection/
H A DRequestProperties.java36 URL url2 = new URL ("ftp://foo:bar@foobar.com/etc/passwd");
40 URLConnection urlc2 = url2.openConnection ();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB5017051.java92 URL url2 = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/test2/");
103 ch.put(url2.toURI(), header);
105 uc = (HttpURLConnection)url2.openConnection();
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLContext.java179 protected boolean urlEquals(String url1, String url2) { argument
180 return url1.equals(url2);

Completed in 60 milliseconds