/external/oauth/core/src/main/java/net/oauth/ |
D | ConsumerProperties.java | 101 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/ |
D | ServiceConnectionSE.java | 144 return connection.getURL().getHost(); in getHost() 148 return connection.getURL().getPort(); in getPort() 152 return connection.getURL().getPath(); in getPath()
|
D | HttpsServiceConnectionSE.java | 147 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/ |
D | DelegatingHttpsURLConnection.java | 45 super(delegate.getURL()); in DelegatingHttpsURLConnection() 230 @Override public URL getURL() { in getURL() method in DelegatingHttpsURLConnection 231 return delegate.getURL(); in getURL()
|
D | HttpURLConnectionImpl.java | 275 URL url = getURL(); in getPermission() 350 URL url = getURL(); in newHttpEngine()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 44 super(delegate.getURL()); in DelegatingHttpsURLConnection() 229 @Override public URL getURL() { in getURL() method in DelegatingHttpsURLConnection 230 return delegate.getURL(); in getURL()
|
D | HttpURLConnectionImpl.java | 271 URL url = getURL(); in getPermission() 346 URL url = getURL(); in newHttpEngine()
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | CacheAdapterTest.java | 149 assertEquals(serverUrl, connection.getURL()); in put_httpGet() 188 assertEquals(serverUrl, connection.getURL()); in put_httpPost() 214 assertEquals(serverUrl, connection.getURL()); in put_httpsGet()
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
D | prevent_unload_popup.js | 8 script.src = chrome.extension.getURL("custom_event_listener.js");
|
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 44 Alert: PASS: typeof this.getURL = function 45 Alert: PASS: this.getURL() = undefined 46 Alert: PASS: this.getURL(1, 2, "clams", [1, 2, 3]) = undefined
|
D | document_methods.in | 315 testUnsupported('this.getURL');
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | EventReporter.java | 106 …DebugLog.d("Report Event", event.eventType + " " + response + ":" + connection.getURL().toString(… in recordEvent()
|
/external/apache-harmony/support/src/test/java/tests/support/resource/ |
D | Support_Resources.java | 42 public static String getURL(String name) { in getURL() method in Support_Resources
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 177 CJS_Return getURL(CJS_Runtime* pRuntime, 307 JS_STATIC_METHOD(getURL, Document);
|
D | cjs_document.cpp | 1438 CJS_Return Document::getURL(CJS_Runtime* pRuntime, in getURL() function in Document
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCPreparedStatement.java | 508 public java.net.URL getURL(int parameterIndex) throws SQLException { 777 public java.net.URL getURL(String parameterName) throws SQLException {
|
D | JDBCResultSet.java | 1265 public java.net.URL getURL(int colIndex) throws SQLException { 1283 public java.net.URL getURL(String colName) throws SQLException { 1285 return getURL(col);
|
D | JDBCDatabaseMetaData.java | 22 public String getURL() throws SQLException { in getURL() method in JDBCDatabaseMetaData
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 535 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/curl/docs/ |
D | BINDINGS.md | 96 [Scilab](https://help.scilab.org/docs/current/fr_FR/getURL.html) binding by Sylvestre Ledru
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 507 urls.add(urlSpan.getURL()); in urlStringsFrom()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | URLConnectionTest.java | 1943 assertEquals(server2.getUrl("/"), connection.getURL()); 2179 assertEquals(server.getUrl("/20"), connection.getURL()); 2197 assertEquals(server.getUrl("/20"), connection.getURL());
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 903 con.put("URL", buildURL(data.getURL())); in buildHttpURLConnection()
|