Home
last modified time | relevance | path

Searched defs:httpsUrl (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/webkit/
DCookieManagerTest.java23 final String httpsUrl = "https://robolectric.org/"; in setCookie_doesNotAllowMultipleCookies() local
32 final String httpsUrl = "https://robolectric.org/"; in setCookie_multipleCookies() local
42 final String httpsUrl = "https://robolectric.org/"; in setCookie_overrideCookieHasTheSameKey() local
52 final String httpsUrl = "https://robolectric.org/"; in getCookie_doesNotReturnAttributes() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowCookieManagerTest.java15 private final String httpsUrl = "https://robolectric.org/"; field in ShadowCookieManagerTest
/external/deqp/external/
Dfetch_sources.py245 …def __init__(self, httpsUrl, sshUrl, revision, baseDir, extractDir = "src", removeTags = [], patch… argument