Home
last modified time | relevance | path

Searched refs:Mailbox (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/doc/device-tree-bindings/mailbox/
Dmailbox.txt1 * 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/
Dimap_err.et75 "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/
Dmailbox.rst14 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/
Dmailbox.rst11 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/
DKconfig1 menu "Mailbox Controller Support"
/external/python/cpython2/Lib/
Dmailbox.py40 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/
Dmailbox.py33 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/
Dtest_mailbox.py556 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.py450 class Mailbox(TokenList): class
1731 mailbox = Mailbox()
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2273 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/
Dprogramming.rst1410 generic ``Mailbox`` class that provides basic accessor methods for a mailbox,
1455 if isinstance(obj, Mailbox):
1464 class Mailbox:
/external/python/cpython2/Doc/faq/
Dprogramming.rst1512 generic ``Mailbox`` class that provides basic accessor methods for a mailbox,
1557 if isinstance(obj, Mailbox):
1566 class Mailbox:
/external/python/cpython2/Lib/test/
Dtest_mailbox.py466 box = mailbox.Mailbox('path')
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst1933 Mailbox no longer throws an error if a flush is done between operations when
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt324 # Section 5.1.3. Mailbox International Naming Convention
/external/python/cpython3/Misc/
DHISTORY7292 - 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/
DHISTORY8612 - mailbox: Mailbox class conforms better to qmail specifications.