Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DBeanNamingTest.java9 public String getURL() { in getURL() method in BeanNamingTest.URLBean
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DTestResources.java50 public static URL getURL(final String fileName) { in getURL() method in TestResources
/external/cronet/stable/net/test/android/javatests/src/org/chromium/net/test/
DIEmbeddedTestServerImpl.aidl52 String getURL(String relativeUrl); in getURL() method
DEmbeddedTestServer.java443 public String getURL(String relativeUrl) { in getURL() method in EmbeddedTestServer
/external/cronet/tot/net/test/android/javatests/src/org/chromium/net/test/
DIEmbeddedTestServerImpl.aidl52 String getURL(String relativeUrl); in getURL() method
DEmbeddedTestServer.java443 public String getURL(String relativeUrl) { in getURL() method in EmbeddedTestServer
/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-commons-io/src/main/java/org/apache/commons/io/
DCloseableURLConnection.java211 public URL getURL() { in getURL() method in CloseableURLConnection
/external/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/
DUrlConnectionHttpClientWithCustomCreateWireMockTest.java197 public URL getURL() { in getURL() method in DelegateHttpURLConnection
/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/gturri-aXMLRPC/src/main/java/de/timroes/axmlrpc/
DXMLRPCClient.java295 public URL getURL() { in getURL() method in XMLRPCClient
/external/javassist/src/main/javassist/
DCtClass.java266 public URL getURL() throws NotFoundException { in getURL() method in CtClass
DCtClassType.java298 public URL getURL() throws NotFoundException { in getURL() method in CtClassType
/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.cpp1352 CJS_Result CJS_Document::getURL(CJS_Runtime* pRuntime, in getURL() function in CJS_Document