Home
last modified time | relevance | path

Searched defs:getURL (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DResource.java55 public abstract URL getURL(); in getURL() method in Resource
/libcore/ojluni/src/main/java/sun/net/
DProgressEvent.java66 public URL getURL() in getURL() method in ProgressEvent
DProgressSource.java100 public URL getURL() { in getURL() method in ProgressSource
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java59 public static String getURL(String name) { in getURL() method in Support_Resources
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java763 java.net.URL getURL(int parameterIndex) throws SQLException; in getURL() method
1765 java.net.URL getURL(String parameterName) throws SQLException; in getURL() method
DResultSet.java2786 java.net.URL getURL(int columnIndex) throws SQLException; in getURL() method
2804 java.net.URL getURL(String columnLabel) throws SQLException; in getURL() method
DDatabaseMetaData.java104 String getURL() throws SQLException; in getURL() method
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java497 public URL getURL() { in getURL() method in URLConnection