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

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebBackForwardListTest.java 70 String url3 = server.getAssetUrl(TestHtmlConstants.HTML_URL3); local
78 mOnUiThread.loadUrlAndWaitForCompletion(url3);
79 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));
  /external/protobuf/src/google/protobuf/
text_format.cc 994 string url1, url2, url3; local
    [all...]

Completed in 93 milliseconds