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

1 2 3 4

  /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');
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
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]);
EOLConvertingInputStream.java 106 in.unread(c);
  /libcore/luni/src/main/java/java/io/
PushbackReader.java 259 public void unread(char[] buffer) throws IOException { method in class:PushbackReader
260 unread(buffer, 0, buffer.length); method
293 public void unread(char[] buffer, int offset, int length) throws IOException { method in class:PushbackReader
301 unread(buffer[i]);
320 public void unread(int oneChar) throws IOException { method in class:PushbackReader
PushbackInputStream.java 242 public void unread(byte[] buffer) throws IOException { method in class:PushbackInputStream
243 unread(buffer, 0, buffer.length); method
272 public void unread(byte[] buffer, int offset, int length) throws IOException { method in class:PushbackInputStream
300 public void unread(int oneByte) throws IOException { method in class:PushbackInputStream
DataInputStream.java 125 ((PushbackInputStream) in).unread(nextByte); method
138 ((PushbackInputStream) in).unread(nextByte); method
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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 * 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 * 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 * java.io.PushbackReader#unread(char[], int, int)
286 // Test for method void java.io.PushbackReader.unread(char [], int, int
    [all...]
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 122 private void unread(PushbackReader r, int c) throws IOException { method in class:HTMLScanner
123 if (c != -1) r.unread(c);
173 if (firstChar != '\uFEFF') unread(r, firstChar); method
184 unread(r, ch); // nope method
320 unread(r, ch); method
325 unread(r, ch); method
414 unread(r, ch); method
  /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 343 private void unread(PushbackReader r, int c) throws IOException { method in class:HTMLScanner
344 if (c != -1) r.unread(c);
394 if (firstChar != '\uFEFF') unread(r, firstChar); method
405 unread(r, ch); // nope method
541 unread(r, ch); method
546 unread(r, ch); method
635 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 207 pis.unread(tag);
288 pis.unread(tag);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Scanning.pxd 46 #cdef unread(self, token, value)
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLX509CertificateFactory.java 84 pbis.unread(buffer, 0, len);
147 pbis.unread(buffer, 0, len);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
Socks5TransferNegotiator.java 111 stream.unread(firstByte);
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 77 } else if (id == R.id.unread) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 163 } else if (itemId == R.id.unread) {
312 * marked unread.
405 final MenuItem unread = menu.findItem(R.id.unread); local
406 unread.setVisible(showMarkUnread);
ConversationItemViewModel.java 63 // Unread
64 public boolean unread; field in class:ConversationItemViewModel
156 header.unread = !conv.read;
251 // If any are unread, get the first unread sender.
252 // If all are unread, get the first sender.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 85 mUnreadCountTextView = (TextView)findViewById(R.id.unread);
141 * Sets the unread count, taking care to hide/show the textview if the count is zero/non-zero.
165 * Used if we detect a problem with the unread count and want to force an override.
169 LogUtils.e(LOG_TAG, "FLF->FolderItem.getFolderView: unread count mismatch found (%s vs %d)",
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 186 is.unread(next);
198 is.unread(c);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 26 Unread-response [Response-headers-read]
31 Idle Req-started-unread-response
36 Request-started Req-sent-unread-response
45 -- there is no differentiation between an unread response body and a
64 Unread-response _CS_IDLE <response_class>
65 Req-started-unread-response _CS_REQ_STARTED <response_class>
66 Req-sent-unread-response _CS_REQ_SENT <response_class>
268 startofline = unread = tell = None
269 if hasattr(self.fp, 'unread'):
270 unread = self.fp.unrea
    [all...]

Completed in 921 milliseconds

1 2 3 4