HomeSort by relevance Sort by last modified time
    Searched refs:unread (Results 26 - 50 of 63) sorted by null

12 3

  /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...]
rfc822.py 29 input object lacks seek but has an `unread' method that can push back a line
143 startofline = unread = tell = None
144 if hasattr(self.fp, 'unread'):
145 unread = self.fp.unread
189 if unread:
190 unread(line)
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLX509CertPath.java 199 pbis.unread(buffer, 0, len);
  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 163 ((PushbackInputStream) in).unread(buf, len - diff, diff); method
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 278 String name, int unread, int total) {
279 return createFolderDetailsMap(folderId, accountId, name, false, unread, total);
283 String name, boolean hasChildren, int unread, int total) {
298 folderMap.put(FolderColumns.UNREAD_COUNT, unread);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 87 mUnreadCountTextView = (TextView)findViewById(R.id.unread);
148 * Sets the unread count, taking care to hide/show the textview if the count is zero/non-zero.
169 * Used if we detect a problem with the unread count and want to force an override.
173 LogUtils.e(LOG_TAG, "FLF->FolderItem.getFolderView: unread count mismatch found (%s vs %d)",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 163 from an internal buffer if lines have previously been "unread"
172 # If any "unread" lines waiting in 'linebuf', return the top
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 163 from an internal buffer if lines have previously been "unread"
172 # If any "unread" lines waiting in 'linebuf', return the top
  /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
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 280 * <li><em>int</em>, 0 for read, 1 for unread</li>
291 * unread.
298 * @param unreadStyle the CharacterStyle for unread messages, or null
470 final boolean unread = unreadStatusIsForced ? forcedUnreadStatus : Integer
480 lastStyle = unread ? unreadStyle : readStyle;
651 * Get the correct display string for the unread count of a folder.
668 // Localize unread count according to the device language
675 * Get the correct display string for the unread count in the actionbar.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
exif_parser.js 342 // unread data.
  /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 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 887 milliseconds

12 3