Home
last modified time | relevance | path

Searched defs:setURL (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java231 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/
DOldURLStreamHandlerTest.java212 @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/
DURLTest.java1092 protected void setURL(URL u, String protocol, String host, int port, in setURL() method in URLTest.MyHandler2
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java691 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() method
DCallableStatement.java1372 public void setURL(String parameterName, URL theURL) throws SQLException; in setURL() method
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1805 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() method