Home
last modified time | relevance | path

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

/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java123 private String getURL(URL base, String name) throws MalformedURLException { in getURL() method in ConsumerProperties
/external/apache-harmony/support/src/test/java/tests/support/resource/
DSupport_Resources.java42 public static String getURL(String name) { in getURL() method in Support_Resources
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java230 @Override public URL getURL() { in getURL() method in DelegatingHttpsURLConnection
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java229 @Override public URL getURL() { in getURL() method in DelegatingHttpsURLConnection
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java535 public URL getURL(int columnIndex) throws SQLException { in getURL() method in Impl_RowSet
539 public URL getURL(String columnName) throws SQLException { in getURL() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java22 public String getURL() throws SQLException { in getURL() method in JDBCDatabaseMetaData
/external/pdfium/fxjs/
Dcjs_document.cpp1438 CJS_Return Document::getURL(CJS_Runtime* pRuntime, in getURL() function in Document