Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java254 cookie.setPath("{}() test,; 43!@"); in test_Get_SetPath()
257 cookie.setPath(" test"); in test_Get_SetPath()
260 cookie.setPath("\u63DF\u64DE"); in test_Get_SetPath()
295 cookie.setPath("temp/subTemp"); in test_Get_SetDomain()
453 cookie.setPath("temp\\e"); in test_Equals()
455 cookie2.setPath("temp\\E"); in test_Equals()
460 cookie2.setPath("temp\\e"); in test_Equals()
490 cookie.setPath("temp/22RuTh"); in test_ToString()
499 cookie.setPath(null); in test_ToString()
528 cookie.setPath("3kmxiq;1"); in test_HashCode()
[all …]
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java458 public void setPath(String uri) { in setPath() method in HttpCookie
956 cookie.setPath(attrValue);
DCookieManager.java317 cookie.setPath(path); in put()
/libcore/ojluni/annotations/hiddenapi/java/net/
DHttpCookie.java103 public void setPath(java.lang.String uri) { in setPath() method in HttpCookie
/libcore/luni/src/test/java/libcore/java/net/
DAbstractCookiesTest.java836 cookie.setPath(path); in createCookie()
887 anotherCookie.setPath("Path"); in test_add_LURI_LHttpCookie()
915 cookie4.setPath("path"); in test_add_LURI_LHttpCookie()