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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarInputStreamTest.java51 jarName = Support_Resources.getURL("morestuff/hyts_patch.jar");
52 jarName2 = Support_Resources.getURL("morestuff/hyts_patch2.jar");
158 String intJarName = Support_Resources.getURL("Integrate.jar");
174 String modJarName = Support_Resources.getURL("Modified_Class.jar");
201 String modJarName = Support_Resources.getURL("Modified_Manifest_MainAttributes.jar");
222 .getURL("Modified_Manifest_EntryAttributes.jar");
249 .getURL("Modified_SF_EntryAttributes.jar");
274 String modJarName = Support_Resources.getURL("Modified_Class.jar");
303 String intJarName = Support_Resources.getURL("Integrate.jar");
326 .getURL("Modified_Manifest_MainAttribute
[all...]
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldManifestTest.java86 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
93 Manifest manifest1 = new Manifest(new URL(Support_Resources.getURL(
95 Manifest manifest2 = new Manifest(new URL(Support_Resources.getURL(
111 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
H A DFileURLConnectionTest.java99 assertEquals("file", conn.getURL().getProtocol());
/libcore/luni/src/main/java/java/sql/
H A DCallableStatement.java763 public URL getURL(int parameterIndex) throws SQLException; method in interface:CallableStatement
778 public URL getURL(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java1087 public URL getURL(int columnIndex) throws SQLException; method in interface:ResultSet
1099 public URL getURL(String columnName) throws SQLException; method in interface:ResultSet
H A DDatabaseMetaData.java2045 public String getURL() throws SQLException; method in interface:DatabaseMetaData
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java1413 URL validURL = res.getURL(29);
1417 URL invalidURL = res.getURL(30);
1424 assertNull(res.getURL(29));
1425 assertNull(res.getURL(30));
1428 res.getURL(500);
1437 URL validURL = res.getURL("validURL");
1441 URL invalidURL = res.getURL("invalidURL");
1448 assertNull(res.getURL("validURL"));
1449 assertNull(res.getURL("invalidURL"));
1452 res.getURL("bl
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DURLTest.java974 assertEquals("file", conn.getURL().getProtocol());
975 assertEquals(new File(basedir), new File(conn.getURL().getFile()));
979 assertEquals("ftp", conn.getURL().getProtocol());
980 assertEquals(new File(basedir), new File(conn.getURL().getFile()));
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java890 * {@link java.net.URLConnection#getURL()}
893 assertTrue("Incorrect URL returned", uc.getURL().equals(url));
931 htmlFileCon.getURL().toString(),
1171 uc.getURL().toString()) > 0);
1175 String url = uc2.getURL().toString();
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java59 public static String getURL(String name) { method in class:Support_Resources
/libcore/luni/src/main/java/java/net/
H A DURLConnection.java655 public URL getURL() { method in class:URLConnection
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java748 String certName = Support_Resources.getURL("test.cert");
778 String certName = Support_Resources.getURL("test.cert");
920 String certName = Support_Resources.getURL("test.cert");
/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java1213 * java.sql.DatabaseMetaData#getURL()
1217 assertEquals("Wrong url", Support_SQL.sqlUrl, meta.getURL());
1223 meta.getURL();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java966 log("Client", "Opening the connection to " + connection.getURL());
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1635 assertEquals(server2.getUrl("/"), connection.getURL());

Completed in 551 milliseconds