Searched refs:setURL (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLStreamHandlerTest.java137 handler.setURL(url, "http", "localhost", 80, "foo.c", "ref");
147 handler.setURL(url, "http", "localhost", 80, "authority",
212 @Override public void setURL(URL u, method in class:OldURLStreamHandlerTest.MockURLStreamHandler
218 super.setURL(u, protocol, host, port, file, ref);
221 @Override public void setURL(URL u, method in class:OldURLStreamHandlerTest.MockURLStreamHandler
230 super.setURL(u, protocol, host, port, authority,
/libcore/ojluni/src/main/java/java/net/
H A DURLStreamHandler.java353 setURL(u, protocol, host, port, authority, userInfo, path, query, ref);
550 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
574 * @deprecated Use setURL(URL, String, String, int, String, String, String,
578 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
608 setURL(u, protocol, host, port, authority, userInfo, path, query, ref);
/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java736 void setURL(int parameterIndex, java.net.URL x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java759 * @see #setURL
780 void setURL(String parameterName, java.net.URL val) throws SQLException; method in interface:CallableStatement
1761 * @see #setURL
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DHandler.java163 setURL(url, "jar", "", -1, file, ref);
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java2182 void setURL(int parameterIndex, java.net.URL x) throws SQLException; method in interface:RowSet
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DURLTest.java1092 protected void setURL(URL u, String protocol, String host, int port, method in class:URLTest.MyHandler2
1095 super.setURL(u, protocol, host, port, authority, userInfo,
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2163 ps.setURL(1, new URL("http://www.android.com"));

Completed in 212 milliseconds