Home
last modified time | relevance | path

Searched refs:getURL (Results 1 – 25 of 47) sorted by relevance

12

/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java101 OAuthServiceProvider serviceProvider = new OAuthServiceProvider(getURL( in newConsumer()
102 baseURL, name + ".serviceProvider.requestTokenURL"), getURL( in newConsumer()
104 getURL(baseURL, name + ".serviceProvider.accessTokenURL")); in newConsumer()
123 private String getURL(URL base, String name) throws MalformedURLException { in getURL() method in ConsumerProperties
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DServiceConnectionSE.java144 return connection.getURL().getHost(); in getHost()
148 return connection.getURL().getPort(); in getPort()
152 return connection.getURL().getPath(); in getPath()
DHttpsServiceConnectionSE.java147 return connection.getURL().getHost(); in getHost()
151 return connection.getURL().getPort(); in getPort()
155 return connection.getURL().getPath(); in getPath()
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java45 super(delegate.getURL()); in DelegatingHttpsURLConnection()
230 @Override public URL getURL() { in getURL() method in DelegatingHttpsURLConnection
231 return delegate.getURL(); in getURL()
DHttpURLConnectionImpl.java275 URL url = getURL(); in getPermission()
350 URL url = getURL(); in newHttpEngine()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java44 super(delegate.getURL()); in DelegatingHttpsURLConnection()
229 @Override public URL getURL() { in getURL() method in DelegatingHttpsURLConnection
230 return delegate.getURL(); in getURL()
DHttpURLConnectionImpl.java271 URL url = getURL(); in getPermission()
346 URL url = getURL(); in newHttpEngine()
/external/autotest/client/site_tests/power_LoadTest/extension/
Dprevent_unload_popup.js8 script.src = chrome.extension.getURL("custom_event_listener.js");
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DCacheAdapterTest.java149 assertEquals(serverUrl, connection.getURL()); in put_httpGet()
188 assertEquals(serverUrl, connection.getURL()); in put_httpPost()
214 assertEquals(serverUrl, connection.getURL()); in put_httpsGet()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DBeanNamingTest.java9 public String getURL() { in getURL() method in BeanNamingTest.URLBean
/external/javassist/src/main/javassist/
DURLClassPath.java113 return con.getURL(); in find()
DCtClass.java266 public URL getURL() throws NotFoundException { in getURL() method in CtClass
/external/replicaisland/src/com/replica/replicaisland/
DEventReporter.java106 …DebugLog.d("Report Event", event.eventType + " " + response + ":" + connection.getURL().toString(… in recordEvent()
/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt47 Alert: PASS: typeof this.getURL = function
48 Alert: PASS: this.getURL() = undefined
49 Alert: PASS: this.getURL(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in334 testUnsupported('this.getURL');
/external/pdfium/fxjs/
Dcjs_document.h97 JS_STATIC_METHOD(getURL, CJS_Document)
271 CJS_Result getURL(CJS_Runtime* pRuntime,
/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/
DJDBCPreparedStatement.java508 public java.net.URL getURL(int parameterIndex) throws SQLException {
777 public java.net.URL getURL(String parameterName) throws SQLException {
DJDBCResultSet.java1265 public java.net.URL getURL(int colIndex) throws SQLException {
1283 public java.net.URL getURL(String colName) throws SQLException {
1285 return getURL(col);
/external/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/curl/docs/
DBINDINGS.md105 [Scilab](https://help.scilab.org/docs/current/fr_FR/getURL.html) binding by Sylvestre Ledru
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultHttpDataSource.java239 return connection == null ? null : Uri.parse(connection.getURL().toString()); in getUri()
/external/javassist/src/test/javassist/
DJvstTest2.java372 String url = cc.getURL().toString(); in testGetURL()
384 URL u = cc.getURL(); in testGetURL()
/external/kotlinc/lib/
Dkotlin-preloader.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java507 urls.add(urlSpan.getURL()); in urlStringsFrom()

12