/external/python/cpython2/Doc/library/ |
D | mhlib.rst | 1 :mod:`mhlib` --- Access to MH mailboxes 5 :synopsis: Manipulate MH mailboxes from Python. 14 The :mod:`mhlib` module provides a Python interface to MH folders and their 17 The module contains three basic classes, :class:`MH`, which represents a 22 .. class:: MH([path[, profile]]) 24 :class:`MH` represents a collection of MH folders. 40 MH Objects 43 :class:`MH` instances have the following methods: 46 .. method:: MH.error(format[, ...]) 51 .. method:: MH.getprofile(key) [all …]
|
D | mailbox.rst | 17 Maildir, mbox, MH, Babyl, and MMDF. 483 :class:`MH` 487 .. class:: MH(path, factory=None, create=True) 489 A subclass of :class:`Mailbox` for mailboxes in MH format. Parameter *factory* 496 MH is a directory-based mailbox format invented for the MH Message Handling 497 System, a mail user agent. Each message in an MH mailbox resides in its own 498 file. An MH mailbox may contain other MH mailboxes (called :dfn:`folders`) in 499 addition to messages. Folders may be nested indefinitely. MH mailboxes also 504 The :class:`MH` class manipulates MH mailboxes, but it does not attempt to 509 :class:`MH` instances have all of the methods of :class:`Mailbox` in addition [all …]
|
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
D | header_unordered_set_synop.pass.cpp | 44 using MH = MyHash<V>; in main() typedef 53 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>; in main() 54 using PmrSet = pmr::unordered_set<V, MH>; in main() 58 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 59 using PmrSet = pmr::unordered_set<V, MH, MP>; in main() 72 using StdSet = std::unordered_multiset<V, MH, DP, pmr::polymorphic_allocator<V>>; in main() 73 using PmrSet = pmr::unordered_multiset<V, MH>; in main() 77 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 78 using PmrSet = pmr::unordered_multiset<V, MH, MP>; in main()
|
D | header_unordered_map_synop.pass.cpp | 45 using MH = MyHash<K>; in main() typedef 55 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main() 56 using PmrMap = pmr::unordered_map<K, V, MH>; in main() 60 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 61 using PmrMap = pmr::unordered_map<K, V, MH, MP>; in main() 74 using StdMap = std::unordered_multimap<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main() 75 using PmrMap = pmr::unordered_multimap<K, V, MH>; in main() 79 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 80 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>; in main()
|
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
D | header_unordered_set_synop.pass.cpp | 44 using MH = MyHash<V>; in main() typedef 53 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>; in main() 54 using PmrSet = pmr::unordered_set<V, MH>; in main() 58 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 59 using PmrSet = pmr::unordered_set<V, MH, MP>; in main() 72 using StdSet = std::unordered_multiset<V, MH, DP, pmr::polymorphic_allocator<V>>; in main() 73 using PmrSet = pmr::unordered_multiset<V, MH>; in main() 77 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 78 using PmrSet = pmr::unordered_multiset<V, MH, MP>; in main()
|
D | header_unordered_map_synop.pass.cpp | 45 using MH = MyHash<K>; in main() typedef 55 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main() 56 using PmrMap = pmr::unordered_map<K, V, MH>; in main() 60 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 61 using PmrMap = pmr::unordered_map<K, V, MH, MP>; in main() 74 using StdMap = std::unordered_multimap<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main() 75 using PmrMap = pmr::unordered_multimap<K, V, MH>; in main() 79 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 80 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>; in main()
|
/external/iptables/extensions/ |
D | libip6t_mh.man | 5 This allows specification of the Mobility Header(MH) type, which can be 6 a numeric MH 9 or one of the MH type names shown by the command
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-myanmar-machine.rl | 50 MH = 21; 72 medial_group = MY? As? MR? ((MW MH? | MH) As?)?; 74 post_vowel_group = VPst MH? As* VAbv* A* (DB As?)?;
|
/external/usrsctp/usrsctplib/ |
D | user_mbuf.h | 243 } MH; member 255 #define m_pkthdr M_dat.MH.MH_pkthdr 256 #define m_ext M_dat.MH.MH_dat.MH_ext 257 #define m_pktdat M_dat.MH.MH_dat.MH_databuf
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-mul-01.ll | 6 ; Check the low end of the MH range. 17 ; Check the high end of the aligned MH range. 29 ; Check the next halfword up, which should use MHY instead of MH. 105 ; Check that MH allows an index.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-01.ll | 6 ; Check the low end of the MH range. 17 ; Check the high end of the aligned MH range. 29 ; Check the next halfword up, which should use MHY instead of MH. 105 ; Check that MH allows an index.
|
/external/tcpdump/tests/ |
D | cve-2014-8768-Geonet.out | 1 GeoNet src:07:07:07:07:07:07; v:12 NH:6-Unknown HT:5-1-TopoScopeBcast-MH HopLim:7 Payload:1799 GN_A…
|
D | geonet_and_calm_fast.out | 16 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:29 GN_ADDR:c… 42 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:29 GN_ADDR:c… 51 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:29 GN_ADDR:c… 72 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:29 GN_ADDR:c… 83 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:138 GN_ADDR:… 93 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:29 GN_ADDR:c… 96 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:236 GN_ADDR:… 143 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:29 GN_ADDR:c… 146 GeoNet src:00:0c:42:69:68:be; v:0 NH:1-BTP-A HT:5-1-TopoScopeBcast-MH HopLim:2 Payload:138 GN_ADDR:…
|
D | babel1v.out | 31 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:… 50 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:… 63 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
|
/external/icu/icu4c/source/data/region/ |
D | ur_IN.txt | 19 MH{"جزائر مارشل"}
|
D | yi.txt | 142 MH{"מאַרשאַל אינזלען"}
|
D | zgh.txt | 131 MH{"ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵎⴰⵔⵛⴰⵍ"}
|
D | shi.txt | 130 MH{"ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵎⴰⵔⵛⴰⵍ"}
|
D | tt.txt | 143 MH{"Маршалл утраулары"}
|
D | ks.txt | 174 MH{"مارشَل جٔزیٖرٕ"}
|
/external/python/cpython3/Doc/library/ |
D | mailbox.rst | 19 Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF. 497 :class:`MH` 501 .. class:: MH(path, factory=None, create=True) 503 A subclass of :class:`Mailbox` for mailboxes in MH format. Parameter *factory* 510 MH is a directory-based mailbox format invented for the MH Message Handling 511 System, a mail user agent. Each message in an MH mailbox resides in its own 512 file. An MH mailbox may contain other MH mailboxes (called :dfn:`folders`) in 513 addition to messages. Folders may be nested indefinitely. MH mailboxes also 518 The :class:`MH` class manipulates MH mailboxes, but it does not attempt to 523 :class:`MH` instances have all of the methods of :class:`Mailbox` in addition [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/kgsl_z180_irq_status/ |
D | format | 13 …evice_name), REC->status ? __print_flags(REC->status, "|", { 0x00000001L, "MH" }, { 0x00000002L, "…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/kgsl_a2xx_irq_status/ |
D | format | 14 …EC->master_status ? __print_flags(REC->master_status, "|", { 0x00000020L, "MH" }, { 0x04000000L, "…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Scale.miff | 15 …MH�Wa�Up�\u�ao�de������������������WM?QH:J@4JD7SI8qq�������뜛ۻg��@F�?=�B=�<=�@6�:-�5/�8-�6&�8'�7-�6…
|
/external/python/cpython2/Demo/scripts/ |
D | README | 13 mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
|