HomeSort by relevance Sort by last modified time
    Searched refs:unread (Results 1 - 25 of 49) sorted by null

1 2

  /packages/apps/Email/src/org/apache/james/mime4j/
EOLConvertingInputStream.java 93 in.unread(c);
96 in.unread('\n');
100 in.unread('\n');
MimeBoundaryInputStream.java 68 this.s.unread(b);
103 * Consumes all unread bytes of this stream. After a call to this method
138 s.unread(b2);
153 s.unread(b);
156 s.unread(boundary[j]);
  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackInputStreamTest.java 38 pis.unread("He".getBytes());
45 fail("Failed to throw exception on unread when buffer full");
65 pis.unread("Hello world".getBytes());
66 fail("Test 3: IOException expected when the unread buffer is full.");
190 pis.unread(buf);
208 tobj.unread(buf2);
211 tobj.unread(buf2);
226 // Test for method void java.io.PushbackInputStream.unread(byte [])
232 pis.unread(buf);
234 assertTrue("Failed to unread bytes", new String(buf, 0, 50
    [all...]
OldPushbackReaderTest.java 42 pbr.unread(buf);
243 * java.io.PushbackReader#unread(char[])
252 tobj.unread(buf2);
254 tobj.unread(buf2);
269 // Test for method void java.io.PushbackReader.unread(char [])
273 pbr.unread(c);
275 assertTrue("Failed to unread chars", new String(c).equals(pbString
303 * java.io.PushbackReader#unread(char[], int, int)
312 tobj.unread(buf2, 15, 10);
314 tobj.unread(buf2, 15, 10)
    [all...]
OldAndroidPushbackReaderTest.java 36 a.unread("PUSH".toCharArray());
44 b.unread('X');
OldAndroidPushbackInputStreamTest.java 36 a.unread("push".getBytes());
44 b.unread('X');
  /libcore/luni/src/main/java/java/io/
PushbackReader.java 270 public void unread(char[] buffer) throws IOException { method in class:PushbackReader
271 unread(buffer, 0, buffer.length); method
304 public void unread(char[] buffer, int offset, int length) throws IOException { method in class:PushbackReader
312 unread(buffer[i]);
331 public void unread(int oneChar) throws IOException { method in class:PushbackReader
PushbackInputStream.java 253 public void unread(byte[] buffer) throws IOException { method in class:PushbackInputStream
254 unread(buffer, 0, buffer.length); method
283 public void unread(byte[] buffer, int offset, int length) throws IOException { method in class:PushbackInputStream
311 public void unread(int oneByte) throws IOException { method in class:PushbackInputStream
DataInputStream.java 142 ((PushbackInputStream) in).unread(nextByte); method
155 ((PushbackInputStream) in).unread(nextByte); method
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PushbackInputStreamTest.java 67 pis.unread("He".getBytes());
68 fail("Failed to throw exception on unread when buffer full");
83 pis.unread("Hellos".getBytes());
90 fail("Failed to throw exception on unread when buffer full");
166 pis.unread(buf);
175 * @tests java.io.PushbackInputStream#unread(byte[])
178 // Test for method void java.io.PushbackInputStream.unread(byte [])
184 pis.unread(buf);
186 assertTrue("Failed to unread bytes", new String(buf, 0, 50, "UTF-8")
189 fail("IOException during unread test : " + e.getMessage())
    [all...]
PushbackReaderTest.java 43 pbr.unread(buf);
201 * @tests java.io.PushbackReader#unread(char[])
204 // Test for method void java.io.PushbackReader.unread(char [])
208 pbr.unread(c);
210 assertTrue("Failed to unread chars", new String(c).equals(pbString
245 pReader2.unread('a');
246 pReader2.unread('b');
257 pReader.unread('i');
283 * @tests java.io.PushbackReader#unread(char[], int, int)
286 // Test for method void java.io.PushbackReader.unread(char [], int, int
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
FixASCIIControlsReader.java 84 unread(readAheadBuffer, 0, readAhead + 1); method
95 unread(readAheadBuffer, 0, readAhead); method
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 273 private void unread(PushbackReader r, int c) throws IOException { method in class:HTMLScanner
274 if (c != -1) r.unread(c);
327 if (firstChar != '\uFEFF') unread(r, firstChar); method
338 unread(r, ch); // nope method
482 unread(r, ch); method
487 unread(r, ch); method
576 unread(r, ch); method
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 631 m_in.unread (c);
654 m_in.unread (c);
690 m_in.unread (c);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
CertificateFactory.java 209 pis.unread(tag);
290 pis.unread(tag);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLX509CertificateFactory.java 82 pbis.unread(buffer, 0, len);
145 pbis.unread(buffer, 0, len);
OpenSSLX509CertPath.java 200 pbis.unread(buffer, 0, len);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
Socks5TransferNegotiator.java 111 stream.unread(firstByte);
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 186 is.unread(next);
198 is.unread(c);
  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 55 /** meta data column for an message count (unread or total, depending on row) */
130 * mailboxes display an unread count; whereas "show all folders" does not. To determine
283 * Returns the message count (unread or total, depending on row) extracted from the given
302 * - # of unread messages in inbox
346 // Add account, with its unread count.
348 final int unread = Mailbox.getUnreadCountByAccountAndMailboxType( local
352 addRow(matrixCursor, ROW_TYPE_ACCOUNT, accountId, name, emailAddress, unread,
354 totalUnread += unread;
  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 163 ((PushbackInputStream) in).unread(buf, len - diff, diff); method
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 1077 protected void unread(@SuppressWarnings("hiding") Token token) throws IOException method in class:Lexer
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 841 """Drains unread data in the receive buffer to avoid sending out TCP
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 2661 milliseconds

1 2