Searched refs:discard (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherInputStreamTest.java122 int discard = 3;
123 while (discard != 0) {
124 discard -= in.read(null, 0, discard);
/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java72 RESERVED_NAMES.add("discard"); // RFC 2965 RFC 6265
93 private boolean toDiscard; // Discard ... discard cookie unconditionally
331 * Specify whether user agent should discard the cookie unconditionally.
334 * @param discard
335 * {@code true} indicates to discard cookie unconditionally
339 public void setDiscard(boolean discard) { argument
340 toDiscard = discard;
344 * Returns the discard attribute of the cookie
346 * @return a {@code boolean} to represent this cookie's discard attribute
931 assignors.put("discard", ne
[all...]
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1325 * - "\r": If a "\r" is followed by a "\n", we discard the "\r". If it

Completed in 348 milliseconds