Home
last modified time | relevance | path

Searched refs:mbox (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_old_mailbox.py44 def createMessage(self, dir, mbox=False): argument
53 if mbox:
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
68 self.assertTrue(len(self.mbox) == 0)
69 self.assertTrue(self.mbox.next() is None)
70 self.assertTrue(self.mbox.next() is None)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
75 self.assertTrue(len(self.mbox) == 1)
76 msg = self.mbox.next()
79 self.assertTrue(self.mbox.next() is None)
[all …]
Dtest_mailbox.py990 _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
1002 self._box = mailbox.mbox(self._path, create=True)
1948 def createMessage(self, dir, mbox=False): argument
1957 if mbox:
1972 self.mbox = mailbox.Maildir(test_support.TESTFN)
1975 self.assertIsNone(self.mbox.next())
1976 self.assertIsNone(self.mbox.next())
1980 self.mbox = mailbox.Maildir(test_support.TESTFN)
1982 msg = self.mbox.next()
1985 self.assertIsNone(self.mbox.next())
[all …]
/external/u-boot/arch/arm/dts/
Ddra72x.dtsi35 ti,mbox-tx = <6 2 2>;
36 ti,mbox-rx = <4 2 2>;
40 ti,mbox-tx = <5 2 2>;
41 ti,mbox-rx = <1 2 2>;
48 ti,mbox-tx = <6 2 2>;
49 ti,mbox-rx = <4 2 2>;
Ddra74x.dtsi104 ti,mbox-tx = <6 2 2>;
105 ti,mbox-rx = <4 2 2>;
109 ti,mbox-tx = <5 2 2>;
110 ti,mbox-rx = <1 2 2>;
117 ti,mbox-tx = <6 2 2>;
118 ti,mbox-rx = <4 2 2>;
122 ti,mbox-tx = <5 2 2>;
123 ti,mbox-rx = <1 2 2>;
Ddra7.dtsi698 #mbox-cells = <1>;
699 ti,mbox-num-users = <3>;
700 ti,mbox-num-fifos = <8>;
712 #mbox-cells = <1>;
713 ti,mbox-num-users = <4>;
714 ti,mbox-num-fifos = <12>;
726 #mbox-cells = <1>;
727 ti,mbox-num-users = <4>;
728 ti,mbox-num-fifos = <12>;
740 #mbox-cells = <1>;
[all …]
Dstih407-family.dtsi768 #mbox-cells = <2>;
769 mbox-name = "a9";
776 #mbox-cells = <2>;
777 mbox-name = "st231_gp_1";
784 #mbox-cells = <2>;
785 mbox-name = "st231_gp_0";
792 #mbox-cells = <2>;
793 mbox-name = "st231_audio_video";
805 #mbox-cells = <1>;
806 mbox-names = "vq0_rx", "vq0_tx", "vq1_rx", "vq1_tx";
Ddm816x.dtsi236 #mbox-cells = <1>;
237 ti,mbox-num-users = <4>;
238 ti,mbox-num-fifos = <12>;
240 ti,mbox-tx = <3 0 0>;
241 ti,mbox-rx = <0 0 0>;
Domap3.dtsi358 #mbox-cells = <1>;
359 ti,mbox-num-users = <2>;
360 ti,mbox-num-fifos = <2>;
362 ti,mbox-tx = <0 0 0>;
363 ti,mbox-rx = <1 0 0>;
Dam33xx.dtsi384 #mbox-cells = <1>;
385 ti,mbox-num-users = <4>;
386 ti,mbox-num-fifos = <8>;
388 ti,mbox-tx = <0 0 0>;
389 ti,mbox-rx = <0 0 3>;
Dam4372.dtsi211 #mbox-cells = <1>;
212 ti,mbox-num-users = <4>;
213 ti,mbox-num-fifos = <8>;
215 ti,mbox-tx = <0 0 0>;
216 ti,mbox-rx = <0 0 3>;
Dbcm283x.dtsi136 compatible = "brcm,bcm2835-mbox";
139 #mbox-cells = <0>;
/external/u-boot/doc/device-tree-bindings/mailbox/
Dmailbox.txt9 - #mbox-cells: Must be at least 1. Number of cells in a mailbox
15 #mbox-cells = <1>;
25 - mbox-names: List of identifier strings for each mailbox channel.
30 mbox-names = "pwr-ctrl", "rpc";
Dnvidia,tegra186-hsp.txt30 - #mbox-cells : Should be 2.
32 The mbox specifier of the "mboxes" property in the client node should
46 #mbox-cells = <2>;
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_helpabout.py29 cls.mbox = Mbox()
31 textview.tkMessageBox = cls.mbox
44 self.mbox.showerror.message = ''
47 self.assertEqual(self.mbox.showerror.message, '')
/external/u-boot/drivers/misc/
Dtegra186_bpmp.c24 struct mbox_chan mbox; member
166 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()
179 ret = mbox_get_by_index(dev, 0, &priv->mbox); in tegra186_bpmp_probe()
222 mbox_free(&priv->mbox); in tegra186_bpmp_probe()
233 mbox_free(&priv->mbox); in tegra186_bpmp_remove()
/external/u-boot/arch/sandbox/dts/
Dtest.dts275 mbox: mbox { label
276 compatible = "sandbox,mbox";
277 #mbox-cells = <1>;
280 mbox-test {
281 compatible = "sandbox,mbox-test";
282 mboxes = <&mbox 100>, <&mbox 1>;
283 mbox-names = "other", "test";
/external/u-boot/drivers/mailbox/
DMakefile6 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
7 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
/external/python/cpython3/Doc/library/
Dmailbox.rst19 Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
72 tasks is Maildir; try to avoid using single-file formats such as mbox for
92 :class:`mboxMessage` instance and this is an :class:`mbox` instance), its
124 :class:`mbox` instance), its format-specific information is
438 .. _mailbox-mbox:
440 :class:`mbox`
444 .. class:: mbox(path, factory=None, create=True)
446 A subclass of :class:`Mailbox` for mailboxes in mbox format. Parameter *factory*
453 The mbox format is the classic format for storing mail on Unix systems. All
454 messages in an mbox mailbox are stored in a single file with the beginning of
[all …]
/external/python/cpython2/Doc/library/
Dmailbox.rst17 Maildir, mbox, MH, Babyl, and MMDF.
71 tasks is Maildir; try to avoid using single-file formats such as mbox for
90 :class:`mboxMessage` instance and this is an :class:`mbox` instance), its
118 :class:`mbox` instance), its format-specific information is
421 .. _mailbox-mbox:
423 :class:`mbox`
427 .. class:: mbox(path, factory=None, create=True)
429 A subclass of :class:`Mailbox` for mailboxes in mbox format. Parameter *factory*
436 The mbox format is the classic format for storing mail on Unix systems. All
437 messages in an mbox mailbox are stored in a single file with the beginning of
[all …]
/external/u-boot/arch/arm/mach-bcm283x/
DMakefile6 obj-y += init.o reset.o mbox.o msg.o phys2bus.o
/external/python/cpython3/Lib/test/
Dtest_mailbox.py1092 _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
1104 self._box = mailbox.mbox(self._path, create=True)
2128 def createMessage(self, dir, mbox=False): argument
2137 if mbox:
2152 self.mbox = mailbox.Maildir(support.TESTFN)
2155 self.assertIsNone(self.mbox.next())
2156 self.assertIsNone(self.mbox.next())
2160 self.mbox = mailbox.Maildir(support.TESTFN)
2162 self.assertIsNotNone(self.mbox.next())
2163 self.assertIsNone(self.mbox.next())
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1mbox-inside .standard-talk,.messagebox.nested-talk{border:1px solid #c0c090;background-color:#f8ea…
Dwikipedia.css2872 .mbox-inside .standard-talk,
2903 th.mbox-text, td.mbox-text { /* The message body cell(s) */
2909 td.mbox-image { /* The left image cell */
2915 td.mbox-imageright { /* The right image cell */
2921 td.mbox-empty-cell { /* An empty narrow cell */
2938 .ambox th.mbox-text,
2939 .ambox td.mbox-text { /* The message body cell(s) */
2942 .ambox td.mbox-image { /* The left image cell */
2946 .ambox td.mbox-imageright { /* The right image cell */
2988 .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
[all …]
/external/harfbuzz_ng/
Dharfbuzz.doap21 <foaf:mbox rdf:resource="mailto:harfbuzz@behdad.org" />
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox157 \mbox{m} = \begin{bmatrix} 1 & 2 & 6 & 9 \\
164 \mbox{m.colwise().sum()} = \begin{bmatrix} 4 & 3 & 13 & 11 \end{bmatrix}
246 \mbox{m.colwise() - v} =
255 \mbox{(m.colwise() - v).colwise().squaredNorm()} =

12