HomeSort by relevance Sort by last modified time
    Searched full:unread (Results 51 - 75 of 335) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/io/
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
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
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java 82 // Unread messages are shown in bold
CellBroadcastAlertService.java 367 // Pass the list of unread non-emergency CellBroadcastMessages
393 // increment unread alert count (decremented when user dismisses alert dialog)
396 // use generic count of unread broadcasts if more than one unread
  /packages/apps/UnifiedEmail/res/layout/
folder_item.xml 53 android:id="@+id/unread"
  /packages/apps/UnifiedEmail/res/values/
shortcut_keys.xml 44 <!-- mark as read/unread -->
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
AccountDrawerItem.java 43 // TODO: Unread count should eventually percolate through to the account switcher
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/
gadgetfs.h 74 * complete when they're sitting in the FIFO unread.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 74 * complete when they're sitting in the FIFO unread.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
FixASCIIControlsReader.java 84 unread(readAheadBuffer, 0, readAhead + 1); method
95 unread(readAheadBuffer, 0, readAhead); method
  /packages/apps/UnifiedEmail/res/menu/
conversation_list_selection_actions_menu.xml 58 <!-- Only one of mark read or mark unread is shown. -->
66 android:id="@+id/unread"
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java 153 * @return a {@link List} of senders of unread messages
313 // Get a count of unread messages in other folders
317 // TODO(skennedy) We want a "nested" unread count, that includes the unread
337 // Update unread count
341 // Update unread senders
450 * unread count has changed.
588 // Look through all conversations until we find 'maxSenders' unread
  /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...]
  /prebuilts/python/linux-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...]
  /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
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 124 * The number of messages that are unread in this folder.
195 * A string of unread senders sorted by date, so we don't have to fetch this in multiple queries
840 } else if (isType(FolderType.UNREAD)) {
841 desc = "unread";
863 * Returns true if unread count should be suppressed for this folder. This is done for folders
864 * where the unread count is meaningless: trash or drafts, for instance.
865 * @return true if unread count should be suppressed for this object.
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ftell.c 68 * Reading. Any unread characters (including
  /developers/samples/android/notification/MessagingService/
README.md 7 Each unread conversation from a user is sent as a distinct notification.
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge.mm 50 // popup is displayed, the item doesn't flash the unread count.
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h 82 // Changes the icon and hovertext based on number of unread notifications.
  /external/chromium_org/third_party/sfntly/cpp/src/test/
memory_io_test.cc 78 is.Unread(&b);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
NameValueBlockReader.java 101 // Move any outstanding unread bytes into the inflater. One side-effect of
  /external/sfntly/cpp/src/test/
memory_io_test.cc 78 is.Unread(&b);
  /ndk/sources/android/support/src/stdio/
local.h 76 * release such a buffer, without restoring ordinary unread data.

Completed in 2477 milliseconds

1 23 4 5 6 7 8 91011>>