/libcore/luni/src/test/java/libcore/java/net/ |
D | OldURLStreamHandlerTest.java | 137 handler.setURL(url, "http", "localhost", 80, "foo.c", "ref"); in test_setURL1() 147 handler.setURL(url, "http", "localhost", 80, "authority", in test_setURL2() 212 @Override public void setURL(URL u, in setURL() method in OldURLStreamHandlerTest.MockURLStreamHandler 218 super.setURL(u, protocol, host, port, file, ref); in setURL() 221 @Override public void setURL(URL u, in setURL() method in OldURLStreamHandlerTest.MockURLStreamHandler 230 super.setURL(u, protocol, host, port, authority, in setURL()
|
/libcore/luni/src/main/java/java/net/ |
D | URLStreamHandler.java | 194 setURL(url, url.getProtocol(), host, port, authority, userInfo, path, query, ref); in parseURL() 231 protected void setURL(URL u, String protocol, String host, int port, in setURL() method in URLStreamHandler 243 protected void setURL(URL u, String protocol, String host, int port, in setURL() method in URLStreamHandler
|
/libcore/luni/src/main/java/libcore/net/url/ |
D | JarHandler.java | 86 setURL(url, "jar", "", -1, null, null, file, null, null); in parseURL()
|
/libcore/luni/src/main/java/java/sql/ |
D | PreparedStatement.java | 691 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() method
|
D | CallableStatement.java | 1372 public void setURL(String parameterName, URL theURL) throws SQLException; in setURL() method
|
/libcore/luni/src/main/java/javax/sql/ |
D | RowSet.java | 1805 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | URLTest.java | 1092 protected void setURL(URL u, String protocol, String host, int port, in setURL() method in URLTest.MyHandler2 1095 super.setURL(u, protocol, host, port, authority, userInfo, in setURL()
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldPreparedStatementTest.java | 2165 ps.setURL(1, new URL("http://www.android.com")); in testSetURL()
|