HomeSort by relevance Sort by last modified time
    Searched defs:url3 (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/net/
passive_log_collector_unittest.cc 166 std::string url3 = "http://foo/"; local
167 tracker.OnAddEntry(MakeStartLogEntryWithURL(3, url3));
172 EXPECT_EQ(url3, GetDeadSources(tracker)[1].GetURL());
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebBackForwardListTest.java 60 String url3 = server.getAssetUrl(TestHtmlConstants.HTML_URL3); local
68 mOnUiThread.loadUrlAndWaitForCompletion(url3);
69 checkBackForwardList(url1, url2, url3);
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 61 URL url3 = new URL("http://localhost/test"); local
62 assertEquals(InetAddress.getByName("localhost"), handler.getHostAddress(url3));
85 URL url3 = new URL("http://foo/_test_goo"); local
86 assertFalse(handler.hostsEqual(url1, url3));
121 URL url3 = new URL("http://test:pwd@localhost:80/foo/foo2.c"); local
127 assertFalse("Test case 2", handler.sameFile(url3, url2));
128 assertFalse("Test case 3", handler.sameFile(url3, url4));

Completed in 340 milliseconds