Home
last modified time | relevance | path

Searched refs:getURL (Results 1 – 25 of 26) 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/
DHttpsServiceConnectionSE.java117 return connection.getURL().getHost(); in getHost()
121 return connection.getURL().getPort(); in getPort()
125 return connection.getURL().getPath(); in getPath()
DServiceConnectionSE.java132 return connection.getURL().getHost(); in getHost()
136 return connection.getURL().getPort(); in getPort()
140 return connection.getURL().getPath(); in getPath()
/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/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/autotest/client/site_tests/power_LoadTest/extension/
Dprevent_unload_popup.js8 script.src = chrome.extension.getURL("custom_event_listener.js");
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowURLSpan.java17 public String getURL() { in getURL() method in ShadowURLSpan
/external/jmdns/src/javax/jmdns/
DServiceInfo.java589 public abstract String getURL(); in getURL() method in ServiceInfo
608 public abstract String getURL(String protocol); in getURL() method in ServiceInfo
/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt44 Alert: PASS: typeof this.getURL = function
45 Alert: PASS: this.getURL() = undefined
46 Alert: PASS: this.getURL(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in315 testUnsupported('this.getURL');
/external/javassist/src/main/javassist/
DURLClassPath.java107 return con.getURL(); in find()
DCtClass.java248 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/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/pdfium/fpdfsdk/javascript/
DDocument.h223 bool getURL(CJS_Runtime* pRuntime,
384 JS_STATIC_METHOD(getURL, Document);
DDocument.cpp1581 bool Document::getURL(CJS_Runtime* pRuntime, in getURL() function in Document
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java620 public String getURL() { in getURL() method in ServiceInfoImpl
621 return this.getURL("http"); in getURL()
639 public String getURL(String protocol) { in getURL() method in ServiceInfoImpl
/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);
DJDBCDatabaseMetaData.java22 public String getURL() throws SQLException { in getURL() method in JDBCDatabaseMetaData
/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java388 urls.add(urlSpan.getURL()); in urlStringsFrom()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java1943 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/
DJsonBuilder.java799 con.put("URL", buildURL(data.getURL())); in buildHttpURLConnection()

12