HomeSort by relevance Sort by last modified time
    Searched full:_refresh (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 702 self._box._refresh()
708 self._box._refresh()
714 # Issue #13254: Call _refresh after the "file system safety
716 # updated because this is the first call to _refresh.
724 # skew factor to make _refresh think that the filesystem
729 self._box._refresh()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 702 self._box._refresh()
708 self._box._refresh()
714 # Issue #13254: Call _refresh after the "file system safety
716 # updated because this is the first call to _refresh.
724 # skew factor to make _refresh think that the filesystem
729 self._box._refresh()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 377 self._refresh()
387 self._refresh()
392 self._refresh()
495 def _refresh(self): member in class:Maildir
497 # If it has been less than two seconds since the last _refresh() call,
501 # results in a few unnecessary re-reads when _refresh() is called
538 self._refresh()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 377 self._refresh()
387 self._refresh()
392 self._refresh()
495 def _refresh(self): member in class:Maildir
497 # If it has been less than two seconds since the last _refresh() call,
501 # results in a few unnecessary re-reads when _refresh() is called
538 self._refresh()
    [all...]

Completed in 1117 milliseconds