Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java81 HttpCookie cookie = new HttpCookie("harmony!", null); in test_HttpCookie_LString_LString() local
174 HttpCookie cookie = new HttpCookie("name", "value"); in test_Get_SetVersion() local
201 HttpCookie cookie = new HttpCookie("name", "value"); in test_Get_SetValue() local
221 HttpCookie cookie = new HttpCookie("testName", "value"); in test_GetName() local
230 HttpCookie cookie = new HttpCookie("testName", "value"); in test_Get_SetSecure() local
247 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetPath() local
266 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetMaxAge() local
282 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetDomain() local
301 HttpCookie cookie = new HttpCookie("cookieName", "cookieName value"); in test_Get_SetPortlist() local
316 HttpCookie cookie = new HttpCookie("cookie'sName", in test_Get_SetDiscard() local
[all …]
DCookiePolicyTest.java34 HttpCookie cookie = new HttpCookie("Harmony_6", "ongoing"); in test_ShouldAccept_LURI_LHttpCookie() local
/libcore/ojluni/src/main/java/java/net/
DCookieStore.java67 public void add(URI uri, HttpCookie cookie); in add()
118 public boolean remove(URI uri, HttpCookie cookie); in remove()
DCookiePolicy.java75 public boolean shouldAccept(URI uri, HttpCookie cookie); in shouldAccept()
DInMemoryCookieStore.java71 public void add(URI uri, HttpCookie cookie) { in add()
126 HttpCookie cookie = it.next(); in getCookies() local
335 HttpCookie cookie) in addIndex()
DCookieManager.java355 private boolean shouldAcceptInternal(URI uri, HttpCookie cookie) { in shouldAcceptInternal()
393 private static boolean pathMatches(URI uri, HttpCookie cookie) { in pathMatches()
DHttpCookie.java250 HttpCookie cookie = parseInternal(header, retainHeader); in parse() local
259 HttpCookie cookie = parseInternal(cookieStr, retainHeader); in parse() local
978 HttpCookie cookie = null; in parseInternal() local
1032 public void assign(HttpCookie cookie, String attrName, String attrValue); in assign()
1105 private static void assignAttribute(HttpCookie cookie, in assignAttribute()
/libcore/luni/src/test/java/libcore/java/net/
DAbstractCookiesTest.java104 HttpCookie cookie = cookies.get(0); in testNetscapeResponse() local
135 HttpCookie cookie = cookies.get(0); in testRfc2109Response() local
169 HttpCookie cookie = cookies.get(0); in testRfc2965Response() local
205 HttpCookie cookie = cookies.get(0); in testQuotedAttributeValues() local
374 HttpCookie cookie = createCookie("c", "cookie", redirectSource.getCookieDomain(), "/"); in testRedirectsDoNotIncludeTooManyCookies() local
516 HttpCookie cookie = new HttpCookie("Foo", "foo"); in testDomainNotAutomaticallyPrefixedWithDot() local
663 HttpCookie cookie = new HttpCookie("theme", "light"); in testCookieStoreGetWithPort() local
674 HttpCookie cookie = createCookie("theme", "light", "a.com", "/path"); in testCookieStoreGetWithSecure() local
783 public void add(URI uri, HttpCookie cookie) { in add()
808 public boolean remove(URI uri, HttpCookie cookie) { in remove()
[all …]
/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java295 private static Class defineClass(String name, ClassLoader loader, Object cookie, in defineClass()
392 private static native boolean closeDexFile(Object cookie); in closeDexFile()
393 private static native Class defineClassNative(String name, ClassLoader loader, Object cookie, in defineClassNative()
396 private static native String[] getClassNameList(Object cookie); in getClassNameList()
397 private static native boolean isBackedByOatFile(Object cookie); in isBackedByOatFile()