HomeSort by relevance Sort by last modified time
    Searched refs:_pending_sync (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/
mailbox.py 586 self._pending_sync = False # No need to sync the file
597 self._pending_sync = True
643 if self._pending_sync:
647 self._pending_sync = False
704 self._pending_sync = False
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 580 self._pending_sync = False # No need to sync the file
591 self._pending_sync = True
637 if self._pending_sync:
641 self._pending_sync = False
698 self._pending_sync = False
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 580 self._pending_sync = False # No need to sync the file
591 self._pending_sync = True
637 if self._pending_sync:
641 self._pending_sync = False
698 self._pending_sync = False
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 580 self._pending_sync = False # No need to sync the file
591 self._pending_sync = True
637 if self._pending_sync:
641 self._pending_sync = False
698 self._pending_sync = False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 580 self._pending_sync = False # No need to sync the file
591 self._pending_sync = True
637 if self._pending_sync:
641 self._pending_sync = False
698 self._pending_sync = False
    [all...]

Completed in 513 milliseconds