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

1 2 3 4 5

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionUtilsTest.java 56 private void assertsUrlsEquivalent(String url1, String url2) {
57 assertTrue("Urls " + url1 + " and " + url2 + " not equal",
58 SuggestionUtils.normalizeUrl(url1).equals(SuggestionUtils.normalizeUrl(url2)));
61 private void assertsUrlsNotEquivalent(String url1, String url2) {
62 assertFalse("Urls " + url1 + " and " + url2 + " equal",
63 SuggestionUtils.normalizeUrl(url1).equals(SuggestionUtils.normalizeUrl(url2)));
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebBackForwardListTest.java 68 String url1 = server.getAssetUrl(TestHtmlConstants.HTML_URL1); local
72 mOnUiThread.loadUrlAndWaitForCompletion(url1);
73 checkBackForwardList(url1);
76 checkBackForwardList(url1, url2);
79 checkBackForwardList(url1, url2, url3);
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 35 URL url1 = new URL("ftp://test_url/test?a=b&c=%D0+%D1"); local
37 assertFalse(url1.equals(url2));
40 assertFalse(handler.equals(url1,url2));
43 assertFalse(handler.equals(null, url1));
55 URL url1 = new URL("ftp://test_url/test?a=b&c=%D0+%D1"); local
56 assertNull(handler.getHostAddress(url1));
66 URL url1 = new URL("ftp://test_url/test?a=b&c=%D0+%D1"); local
68 assertTrue(handler.hashCode(url1) != handler.hashCode(url2));
71 assertFalse(handler.equals(url1,url2));
81 URL url1 = new URL("ftp://localhost:21/*test") local
119 URL url1 = new URL("http:\/\/test:pwd@localhost:80\/foo\/foo1.c"); local
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CookieManagerTest.java 32 String url1 = "http://www.google.com"; local
34 cookieManager.setCookie(url1, value1);
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 204 url1 = 'gs://%s/%s' % (bucket1, remote_path)
206 logger.info('Moving %s to %s', url1, url2)
207 _RunCommand(['mv', url1, url2])
222 url1 = 'gs://%s/%s' % (bucket_from, remote_path_from)
224 logger.info('Copying %s to %s', url1, url2)
225 _RunCommand(['cp', url1, url2])
  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.cpp 92 reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.h 90 virtual bool reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 88 virtual bool reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.cpp 100 reportXtraServer(const char* url1, const char* url2,
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.java 176 URL url1 = new URL("file:/a"); local
178 URLClassLoader classloader = new URLClassLoader(new URL[] {url1, url2}, null);
180 ImmutableMap.of(url1.toURI(), classloader, url2.toURI(), classloader),
185 URL url1 = new URL("file:/a"); local
187 URLClassLoader parent = new URLClassLoader(new URL[] {url1}, null);
190 assertEquals(ImmutableMap.of(url1.toURI(), parent, url2.toURI(), child), classPathEntries);
191 assertThat(classPathEntries.keySet()).has().exactly(url1.toURI(), url2.toURI()).inOrder();
214 URL url1 = new URL("file:/a"); local
216 URLClassLoader grandParent = new URLClassLoader(new URL[] {url1}, null);
219 ImmutableMap.of(url1.toURI(), grandParent, url2.toURI(), parent)
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 168 bool LocEngAdapter::reportXtraServer(const char* url1,
174 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /hardware/qcom/gps/core/
LocAdapterBase.cpp 98 reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.h 100 virtual bool reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/msm8909/core/
LocAdapterBase.cpp 99 reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.h 100 virtual bool reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/msm8994/core/
LocAdapterBase.cpp 98 reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.h 100 virtual bool reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/msm8996/core/
LocAdapterBase.cpp 99 reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.h 100 virtual bool reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/msm8998/core/
LocAdapterBase.cpp 115 reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 250 bool LocEngAdapter::reportXtraServer(const char* url1,
256 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.cpp 252 bool LocEngAdapter::reportXtraServer(const char* url1,
258 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.cpp 253 bool LocEngAdapter::reportXtraServer(const char* url1,
259 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
LocEngAdapter.cpp 250 bool LocEngAdapter::reportXtraServer(const char* url1,
256 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
LocEngAdapter.cpp 253 bool LocEngAdapter::reportXtraServer(const char* url1,
259 sendMsg(new LocEngReportXtraServer(mOwner, url1,

Completed in 837 milliseconds

1 2 3 4 5