Searched refs:unread (Results 1 – 9 of 9) sorted by relevance
19 …unread events), the looper will execute `handleEvent`. At this point, the app is expected to read …43 3. The function `handleEvent` will always execute as long as there are unread events in the fd
10040 ssize_t unread = audio_utils::safe_sub_overflow(previousRear, previousFront); in resizeInputBuffer_l() local10043 if (part1 > (size_t) unread) { in resizeInputBuffer_l()10044 part1 = unread; in resizeInputBuffer_l()10050 part1 = unread - part1; in resizeInputBuffer_l()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
40413 method public void unread(byte[]) throws java.io.IOException;40414 method public void unread(byte[], int, int) throws java.io.IOException;40415 method public void unread(int) throws java.io.IOException;40423 method public void unread(char[]) throws java.io.IOException;40424 method public void unread(char[], int, int) throws java.io.IOException;40425 method public void unread(int) throws java.io.IOException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11154 // Whether the bubble is unread. If it is unread, a dot is shown in the bubble stack icon.
24005 HSPLjava/io/PushbackInputStream;->unread([BII)V24009 HSPLjava/io/PushbackReader;->unread(I)V31262 HSPLorg/ccil/cowan/tagsoup/HTMLScanner;->unread(Ljava/io/PushbackReader;I)V
22364 HSPLorg/ccil/cowan/tagsoup/HTMLScanner;->unread(Ljava/io/PushbackReader;I)V