HomeSort by relevance Sort by last modified time
    Searched full:geturl (Results 1 - 25 of 487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
background.html 3 chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")});
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 82 assertEquals("http://www.google.com", spans[0].getURL());
83 assertEquals("http://www.google.com/language_tools?hl=en", spans[1].getURL());
88 assertEquals("mailto:name@gmail.com", spans[0].getURL());
108 assertEquals("http://www.google.com", spans[0].getURL());
115 assertEquals("mailto:name@gmail.com", spans[0].getURL());
135 assertEquals("test:Alan", spans[0].getURL());
136 assertEquals("test:Charlie", spans[1].getURL());
143 assertEquals("test:google.pattern", spans[0].getURL());
144 assertEquals("test:AZ0101.pattern", spans[1].getURL());
165 assertEquals("google.pattern", spans[0].getURL());
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 67 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
76 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
98 tab->NavigateToURL(test_server_.GetURL("auth-digest")));
106 tab->NavigateToURL(test_server_.GetURL("auth-digest")));
128 basic_tab->NavigateToURL(test_server_.GetURL("auth-basic")));
134 digest_tab->NavigateToURL(test_server_.GetURL("auth-digest")));
165 tab->NavigateToURL(test_server_.GetURL("a")));
169 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
172 tab->NavigateToURL(test_server_.GetURL("b")));
176 tab->NavigateToURL(test_server_.GetURL("auth-basic")))
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowURLSpan.java 17 public String getURL() {
  /external/chromium/chrome/browser/
repost_form_warning_uitest.cc 41 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/form.html")));
51 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("bar")));
72 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/form.html")));
82 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("auth-basic")));
88 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("bar")));
collected_cookies_uitest.cc 44 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie1.html")));
72 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie1.html")));
78 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie2.html")));
session_history_uitest.cc 97 test_server_.GetURL("files/session_history/bot1.html")));
101 test_server_.GetURL("files/session_history/bot2.html")));
105 test_server_.GetURL("files/session_history/bot3.html")));
123 test_server_.GetURL("files/session_history/bot3.html")));
164 GURL frames(test_server_.GetURL("files/session_history/frames.html"));
227 GURL frames(test_server_.GetURL("files/session_history/frames.html"));
287 GURL frames(test_server_.GetURL("files/session_history/frames.html"));
339 GURL fragment(test_server_.GetURL("files/session_history/fragment.html"));
378 GURL bot3(test_server_.GetURL("files/session_history/bot3.html"));
411 test_server_.GetURL("files/session_history/bot1.html")))
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 135 GURL http_url = http_server.GetURL("files/ssl/google.html");
136 GURL good_https_url = good_https_server.GetURL("files/ssl/google.html");
137 GURL bad_https_url = bad_https_server.GetURL(
169 GURL imported_js_url = expired_https_server.GetURL("files/ssl/imported.js");
204 test_server()->GetURL("files/ssl/google.html"));
224 browser(), test_server()->GetURL(replacement_path));
234 https_server_.GetURL("files/ssl/google.html"));
245 https_server_expired_.GetURL("files/ssl/google.html"));
275 https_server_.GetURL("files/ssl/google.html"));
282 https_server_expired_.GetURL("files/ssl/google.html")
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 142 URL url = server.getUrl("/");
172 URL url = server.getUrl("/");
238 URL url = server.getUrl("/");
271 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
281 urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); // cached!
305 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection();
316 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // cached!
340 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection();
344 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // not cached!
362 URLConnection connection = server.getUrl("/").openConnection()
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 171 URL url = server.getUrl("/");
201 URL url = server.getUrl("/");
265 URL url = server.getUrl("/");
297 HttpURLConnection urlConnection = openConnection(server.getUrl("/"));
307 urlConnection = openConnection(server.getUrl("/")); // cached!
329 HttpsURLConnection connection = (HttpsURLConnection) client.open(server.getUrl("/"));
341 connection = (HttpsURLConnection) client.open(server.getUrl("/")); // cached!
365 HttpsURLConnection connection1 = (HttpsURLConnection) client.open(server.getUrl("/"));
371 HttpsURLConnection connection2 = (HttpsURLConnection) client.open(server.getUrl("/"));
388 HttpURLConnection connection = openConnection(server.getUrl("/"));
    [all...]
URLConnectionTest.java 128 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
189 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
203 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
233 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
245 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
257 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
269 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
279 URL url = server.getUrl("/foo");
313 HttpURLConnection connection = client.open(server.getUrl("/def"));
325 HttpURLConnection connection = client.open(server.getUrl("/"));
    [all...]
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 46 URL url = server.getUrl("/");
63 .addHeader("Location: " + server.getUrl("/new-path"))
67 URLConnection connection = server.getUrl("/").openConnection();
85 URLConnection connection = server.getUrl("/").openConnection();
103 URLConnection urlConnection = server.getUrl("/").openConnection();
115 URLConnection urlConnection2 = server.getUrl("/").openConnection();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 359 GURL load_url = test_server()->GetURL(
409 GURL url = test_server()->GetURL(kEmptyPage);
417 browser()->GetSelectedTabContents()->GetURL());
421 GURL url = test_server()->GetURL(kEmptyPage);
428 EXPECT_EQ(url, browser()->GetSelectedTabContents()->GetURL());
432 GURL url = test_server()->GetURL(kEmptyPage);
440 browser()->GetSelectedTabContents()->GetURL());
444 GURL url = test_server()->GetURL(kEmptyPage);
452 EXPECT_EQ(url, browser()->GetSelectedTabContents()->GetURL());
456 GURL url = test_server()->GetURL(kEmptyPage)
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_test_utils.cc 22 EXPECT_EQ(expected->GetURL(), actual->GetURL());
  /external/chromium/chrome/common/extensions/docs/static/
extension.html 35 <a href="#method-getURL"><code>getURL()</code></a>
  /frameworks/base/core/java/android/text/style/
URLSpan.java 52 public String getURL() {
58 Uri uri = Uri.parse(getURL());
  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 131 GURL url(test_server_.GetURL("files/pac.txt"));
140 GURL url(test_server_.GetURL("files/pac.html"));
149 GURL url(test_server_.GetURL("files/pac.nsproxy"));
166 GURL url(test_server_.GetURL("files/500.pac"));
175 GURL url(test_server_.GetURL("files/404.pac"));
193 GURL url(test_server_.GetURL("files/downloadable.pac"));
209 GURL url(test_server_.GetURL("files/cacheable_1hr.pac"));
245 test_server_.GetURL("files/large-pac.nsproxy"),
265 GURL url(test_server_.GetURL("files/pac.nsproxy"));
287 { GURL url(test_server_.GetURL("slow/proxy.pac?1.2"))
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
HttpOverSpdyTest.java 97 HttpURLConnection connection = client.open(server.getUrl("/foo"));
110 HttpURLConnection connection = client.open(server.getUrl("/foo"));
119 HttpURLConnection connection = client.open(server.getUrl("/foo"));
134 HttpURLConnection connection1 = client.open(server.getUrl("/r1"));
135 HttpURLConnection connection2 = client.open(server.getUrl("/r2"));
148 assertContent("ABCABCABC", client.open(server.getUrl("/r1")), Integer.MAX_VALUE);
159 HttpURLConnection connection = client.open(server.getUrl("/"));
177 HttpURLConnection connection = client.open(server.getUrl("/"));
190 HttpURLConnection connection = client.open(server.getUrl("/"));
203 assertContent("A", client.open(server.getUrl("/")), Integer.MAX_VALUE)
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 117 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
178 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
193 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection();
222 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
229 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
243 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
244 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
262 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection());
264 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection());
266 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/z").openConnection())
    [all...]
  /external/chromium/chrome/browser/net/
ftp_browsertest.cc 22 ui_test_utils::NavigateToURL(browser(), ftp_server_.GetURL("/"));
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 50 test_server_.GetURL(kTestHtml).spec());
70 GURL url(test_server_.GetURL(kTestHtml));
87 GURL url(test_server_.GetURL(kTestHtml));
101 test_server_.GetURL(kTestHtml).spec());
  /external/chromium/chrome/common/extensions/docs/examples/api/cookies/
background.html 29 var manager_url = chrome.extension.getURL("manager.html");
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
background.html 21 var optionsPageURL = chrome.extension.getURL('/views/options.html');
  /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 {
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 51 jarName = Support_Resources.getURL("morestuff/hyts_patch.jar");
52 jarName2 = Support_Resources.getURL("morestuff/hyts_patch2.jar");
166 String intJarName = Support_Resources.getURL("Integrate.jar");
182 String modJarName = Support_Resources.getURL("Modified_Class.jar");
209 String modJarName = Support_Resources.getURL("Modified_Manifest_MainAttributes.jar");
230 .getURL("Modified_Manifest_EntryAttributes.jar");
257 .getURL("Modified_SF_EntryAttributes.jar");
282 String modJarName = Support_Resources.getURL("Modified_Class.jar");
311 String intJarName = Support_Resources.getURL("Integrate.jar");
334 .getURL("Modified_Manifest_MainAttributes.jar")
    [all...]

Completed in 1952 milliseconds

1 2 3 4 5 6 7 8 91011>>