Searched refs:Mailbox (Results 1 – 17 of 17) sorted by relevance
/external/u-boot/doc/device-tree-bindings/mailbox/ |
D | mailbox.txt | 1 * Generic Mailbox Controller and client driver bindings 3 Generic binding to provide a way for Mailbox controller drivers to 6 * Mailbox Controller 19 * Mailbox Client
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 75 "Mailbox has an invalid format" 81 "Mailbox format corruption detected" 87 "Mailbox does not exist" 90 "Mailbox already exists" 99 "Mailbox has been moved to another server" 102 "Mailbox is currently reserved" 105 "Mailbox is locked" 205 "Mailbox is over %s quota" 208 "Mailbox is at %d%% of %s quota"
|
/external/python/cpython3/Doc/library/ |
D | mailbox.rst | 14 This module defines two classes, :class:`Mailbox` and :class:`Message`, for 16 :class:`Mailbox` offers a dictionary-like mapping from keys to messages. 30 :class:`Mailbox` objects 33 .. class:: Mailbox 37 The :class:`Mailbox` class defines an interface and is not intended to be 39 :class:`Mailbox` and your code should instantiate a particular subclass. 41 The :class:`Mailbox` interface is dictionary-like, with small keys 42 corresponding to messages. Keys are issued by the :class:`Mailbox` instance 43 with which they will be used and are only meaningful to that :class:`Mailbox` 47 Messages may be added to a :class:`Mailbox` instance using the set-like [all …]
|
/external/python/cpython2/Doc/library/ |
D | mailbox.rst | 11 This module defines two classes, :class:`Mailbox` and :class:`Message`, for 13 :class:`Mailbox` offers a dictionary-like mapping from keys to messages. 28 :class:`Mailbox` objects 32 .. class:: Mailbox 36 The :class:`Mailbox` class defines an interface and is not intended to be 38 :class:`Mailbox` and your code should instantiate a particular subclass. 40 The :class:`Mailbox` interface is dictionary-like, with small keys 41 corresponding to messages. Keys are issued by the :class:`Mailbox` instance 42 with which they will be used and are only meaningful to that :class:`Mailbox` 46 Messages may be added to a :class:`Mailbox` instance using the set-like [all …]
|
/external/u-boot/drivers/mailbox/ |
D | Kconfig | 1 menu "Mailbox Controller Support"
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 40 class Mailbox: class 242 class Maildir(Mailbox): 249 Mailbox.__init__(self, dirname, factory, create) 564 class _singlefileMailbox(Mailbox): 569 Mailbox.__init__(self, path, factory, create) 917 class MH(Mailbox): 922 Mailbox.__init__(self, path, factory, create)
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 33 class Mailbox: class 264 class Maildir(Mailbox): 271 Mailbox.__init__(self, dirname, factory, create) 574 class _singlefileMailbox(Mailbox): 579 Mailbox.__init__(self, path, factory, create) 932 class MH(Mailbox): 937 Mailbox.__init__(self, path, factory, create)
|
/external/python/cpython3/Lib/test/ |
D | test_mailbox.py | 556 box = mailbox.Mailbox('path') 1320 class FakeMailBox(mailbox.Mailbox): 1323 mailbox.Mailbox.__init__(self, '', lambda file: None)
|
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 450 class Mailbox(TokenList): class 1731 mailbox = Mailbox()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2273 As expected, the :meth:`~mailbox.Mailbox.add` method for 2274 :class:`mailbox.Mailbox` objects now accepts binary input. 2280 There is also support for binary output. The :meth:`~mailbox.Mailbox.get_file` 2282 the file to text-mode). There is also a new :meth:`~mailbox.Mailbox.get_bytes` 2287 :meth:`~mailbox.Mailbox.get_string` method, but that approach
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 1410 generic ``Mailbox`` class that provides basic accessor methods for a mailbox, 1455 if isinstance(obj, Mailbox): 1464 class Mailbox:
|
/external/python/cpython2/Doc/faq/ |
D | programming.rst | 1512 generic ``Mailbox`` class that provides basic accessor methods for a mailbox, 1557 if isinstance(obj, Mailbox): 1566 class Mailbox:
|
/external/python/cpython2/Lib/test/ |
D | test_mailbox.py | 466 box = mailbox.Mailbox('path')
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.4rc1.rst | 1933 Mailbox no longer throws an error if a flush is done between operations when
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 324 # Section 5.1.3. Mailbox International Naming Convention
|
/external/python/cpython3/Misc/ |
D | HISTORY | 7292 - Issue #15036: Mailbox no longer throws an error if a flush is done 25991 - mailbox: Mailbox class conforms better to qmail specifications.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 8612 - mailbox: Mailbox class conforms better to qmail specifications.
|