Lines Matching defs:dsc
137 TestHttpCookie dsc(int index, boolean dsc) {
139 if (cookie == null || (dsc != cookie.getDiscard())) {
140 raiseError("discard", Boolean.toString(cookie.getDiscard()), Boolean.toString(dsc));
145 TestHttpCookie dsc(boolean dsc) { return dsc(0, dsc); }
262 .c("this is a coyote").cu("http://www.coyote.org").dsc(true)
277 .c("this is a coyote").cu("http://www.coyote.org").dsc(true)
292 .n("Customer").v("dtftest").ver(1).d(".sun.com").p("/www").port("80").dsc(true).a(100);
297 .n("Customer").v("dtftest").ver(1).d(".sun.com").p("/www").port("80").dsc(true).a(100);
301 .n("Customer").v("dtftest").ver(1).d("sun.com").p("/www").port("80,8080").dsc(true).a(100);