HomeSort by relevance Sort by last modified time
    Searched refs:getURL (Results 1 - 25 of 51) sorted by null

1 2 3

  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 98 assertEquals("http://www.google.com", spans[0].getURL());
99 assertEquals("http://www.google.com/language_tools?hl=en", spans[1].getURL());
104 assertEquals("mailto:name@gmail.com", spans[0].getURL());
109 assertEquals("tel:123456789", spans[0].getURL());
110 assertEquals("tel:08121234567", spans[1].getURL());
136 assertEquals("http://www.google.com", spans[0].getURL());
143 assertEquals("mailto:name@gmail.com", spans[0].getURL());
170 assertEquals("test:Alan", spans[0].getURL());
171 assertEquals("test:Charlie", spans[1].getURL());
178 assertEquals("test:google.pattern", spans[0].getURL());
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 101 OAuthServiceProvider serviceProvider = new OAuthServiceProvider(getURL(
102 baseURL, name + ".serviceProvider.requestTokenURL"), getURL(
104 getURL(baseURL, name + ".serviceProvider.accessTokenURL"));
123 private String getURL(URL base, String name) throws MalformedURLException {
  /frameworks/base/core/java/android/text/style/
URLSpan.java 52 public String getURL() {
58 Uri uri = Uri.parse(getURL());
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 52 jarName = Support_Resources.getURL("morestuff/hyts_patch.jar");
53 jarName2 = Support_Resources.getURL("morestuff/hyts_patch2.jar");
191 String intJarName = Support_Resources.getURL("Integrate.jar");
206 String modJarName = Support_Resources.getURL("Modified_Class.jar");
232 String modJarName = Support_Resources.getURL("Modified_Manifest_MainAttributes.jar");
253 .getURL("Modified_Manifest_EntryAttributes.jar");
279 .getURL("Modified_SF_EntryAttributes.jar");
303 String modJarName = Support_Resources.getURL("Modified_Class.jar");
331 String intJarName = Support_Resources.getURL("Integrate.jar");
353 .getURL("Modified_Manifest_MainAttributes.jar")
    [all...]
ManifestTest.java 99 .getURL(MANIFEST_NAME)).openStream());
161 .getURL(MANIFEST_NAME)).openStream());
205 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
212 Manifest manifest1 = new Manifest(new URL(Support_Resources.getURL(
214 Manifest manifest2 = new Manifest(new URL(Support_Resources.getURL(
226 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
271 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
  /external/webkit/WebCore/platform/win/
ClipboardUtilitiesWin.h 65 String getURL(IDataObject*, bool& success, String* title = 0);
DragDataWin.cpp 58 return getURL(m_platformDragData, success, title);
ClipboardUtilitiesWin.cpp 303 String getURL(IDataObject* dataObject, bool& success, String* title)
377 text = getURL(dataObject, success);
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 797 public String getURL() { return url; }
803 info.add(getURL());
841 info.add(getURL(docid));
852 public static String getURL(String docid) {
853 return getURL(docid, null);
857 public static String getURL(String docid, String extraParams) {
900 info.add(getURL(docid));
910 public static String getURL(String docid) {
911 return getURL(docid, null);
915 public static String getURL(String docid, String extraParams)
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
URLSpanTest.java 78 notes = "Test getURL().",
79 method = "getURL",
85 assertEquals(TEST_URL, urlSpan.getURL());
170 assertEquals(TEST_URL, u.getURL());
  /external/webkit/WebCore/inspector/
JavaScriptProfileNode.cpp 66 static JSValueRef getURL(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
198 { "url", getURL, 0, kJSPropertyAttributeNone },
  /external/webkit/WebCore/plugins/
npapi.cpp 79 return pluginViewForInstance(instance)->getURL(url, target);
PluginView.h 152 NPError getURL(const char* url, const char* target);
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 764 public URL getURL(int parameterIndex) throws SQLException;
779 public URL getURL(String parameterName) throws SQLException;
    [all...]
ResultSet.java     [all...]
DatabaseMetaData.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 282 public URL getURL() {
283 return httpsEngine.getURL();
  /libcore/luni/src/test/java/tests/sql/
ResultSetGetterTests.java     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 159 - (NPError)getURL:(const char *)URL target:(const char *)target;
npapi.mm 89 return [pluginViewForInstance(instance) getURL:URL target:target];
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 47 public static String getURL(String name) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 397 jarURL = jarURLCon.getURL();
400 gifURL = gifURLCon.getURL();
    [all...]
  /libcore/luni/src/main/java/java/net/
URLConnection.java 684 public URL getURL() {
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 185 "getURL",
407 static bool getURL(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
412 NPError npErr = browser->geturl(obj->npp, urlString, targetString);
420 NPError npErr = browser->geturl(obj->npp, urlString, 0);
756 return getURL(plugin, args, argCount, result);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 90 public String getUrl() throws SQLException {
535 public URL getURL(int columnIndex) throws SQLException {
539 public URL getURL(String columnName) throws SQLException {

Completed in 708 milliseconds

1 2 3