Searched defs:readByte (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DSwappedDataInputStream.java51 * Return <code>{@link #readByte()} == 0</code>
59 return ( 0 == readByte() );
68 public byte readByte() method in class:SwappedDataInputStream
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DEOLConvertingInputStream.java92 private int readByte() throws IOException { method in class:EOLConvertingInputStream
114 int b = readByte();
122 int c = readByte();
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapResponseParser.java101 private int readByte() throws IOException { method in class:ImapResponseParser
167 int b = readByte();
182 final int next = readByte();
197 final int ch = readByte();
227 readByte(); // skip +
242 readByte(); // skip *
256 readByte(); // skip ' '
265 readByte();
304 readByte(); // Skip "
309 readByte(); // Consum
[all...]
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
H A DImapResponseParser.java128 private int readByte() throws IOException { method in class:ImapResponseParser
197 int b = readByte();
213 final int next = readByte();
227 final int ch = readByte();
261 readByte(); // skip +
276 readByte(); // skip *
290 readByte(); // skip ' '
299 readByte();
338 readByte(); // Skip "
343 readByte(); // Consum
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 2487 milliseconds