/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | HttpCookieTest.java | 81 HttpCookie cookie = new HttpCookie("harmony!", null); in test_HttpCookie_LString_LString() local 178 HttpCookie cookie = new HttpCookie("name", "value"); in test_Get_SetVersion() local 205 HttpCookie cookie = new HttpCookie("name", "value"); in test_Get_SetValue() local 225 HttpCookie cookie = new HttpCookie("testName", "value"); in test_GetName() local 234 HttpCookie cookie = new HttpCookie("testName", "value"); in test_Get_SetSecure() local 251 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetPath() local 270 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetMaxAge() local 286 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetDomain() local 305 HttpCookie cookie = new HttpCookie("cookieName", "cookieName value"); in test_Get_SetPortlist() local 320 HttpCookie cookie = new HttpCookie("cookie'sName", in test_Get_SetDiscard() local [all …]
|
D | CookiePolicyTest.java | 34 HttpCookie cookie = new HttpCookie("Harmony_6", "ongoing"); in test_ShouldAccept_LURI_LHttpCookie() local
|
/libcore/ojluni/src/main/java/java/net/ |
D | CookieStore.java | 67 public void add(URI uri, HttpCookie cookie); in add() 120 public boolean remove(URI uri, HttpCookie cookie); in remove()
|
D | CookiePolicy.java | 77 public boolean shouldAccept(URI uri, HttpCookie cookie); in shouldAccept()
|
D | InMemoryCookieStore.java | 91 public void add(URI uri, HttpCookie cookie) { in add() 150 HttpCookie cookie = it.next(); in getCookies() local 390 HttpCookie cookie) in addIndex()
|
D | HttpCookie.java | 227 HttpCookie cookie = parseInternal(header, retainHeader); in parse() local 236 HttpCookie cookie = parseInternal(cookieStr, retainHeader); in parse() local 846 HttpCookie cookie = null; in parseInternal() local 899 public void assign(HttpCookie cookie, in assign() 1018 private static void assignAttribute(HttpCookie cookie, in assignAttribute()
|
D | CookieManager.java | 376 private boolean shouldAcceptInternal(URI uri, HttpCookie cookie) { in shouldAcceptInternal() 415 private static boolean pathMatches(URI uri, HttpCookie cookie) { in pathMatches()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | AbstractCookiesTest.java | 106 HttpCookie cookie = cookies.get(0); in testNetscapeResponse() local 136 HttpCookie cookie = cookies.get(0); in testRfc2109Response() local 169 HttpCookie cookie = cookies.get(0); in testRfc2965Response() local 204 HttpCookie cookie = cookies.get(0); in testQuotedAttributeValues() local 372 HttpCookie cookie = createCookie("c", "cookie", redirectSource.getCookieDomain(), "/"); in testRedirectsDoNotIncludeTooManyCookies() local 514 HttpCookie cookie = new HttpCookie("Foo", "foo"); in testDomainNotAutomaticallyPrefixedWithDot() local 653 HttpCookie cookie = new HttpCookie("theme", "light"); in testCookieStoreGetWithPort() local 664 HttpCookie cookie = createCookie("theme", "light", "a.com", "/path"); in testCookieStoreGetWithSecure() local 773 public void add(URI uri, HttpCookie cookie) { in add() 798 public boolean remove(URI uri, HttpCookie cookie) { in remove() [all …]
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexFile.java | 288 private static Class defineClass(String name, ClassLoader loader, Object cookie, in defineClass() 427 private static native boolean closeDexFile(Object cookie); in closeDexFile() 428 private static native Class defineClassNative(String name, ClassLoader loader, Object cookie, in defineClassNative() 432 private static native String[] getClassNameList(Object cookie); in getClassNameList() 433 private static native boolean isBackedByOatFile(Object cookie); in isBackedByOatFile() 434 private static native void setTrusted(Object cookie); in setTrusted() 679 private static native long getStaticSizeOfDexFile(Object cookie); in getStaticSizeOfDexFile()
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | HttpCookie.java | 181 java.net.HttpCookie cookie, java.lang.String attrName, java.lang.String attrValue) { in assignAttribute() 304 java.net.HttpCookie cookie, java.lang.String attrName, java.lang.String attrValue); in assign()
|