Searched defs:setURL (Results 1 – 6 of 6) sorted by relevance
| /libcore/luni/src/main/java/java/net/ |
| D | URLStreamHandler.java | 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/test/java/libcore/java/net/ |
| D | OldURLStreamHandlerTest.java | 212 @Override public void setURL(URL u, in setURL() method in OldURLStreamHandlerTest.MockURLStreamHandler 221 @Override public void setURL(URL u, in setURL() method in OldURLStreamHandlerTest.MockURLStreamHandler
|
| /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
|
| /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
|