HomeSort by relevance Sort by last modified time
    Searched refs:MH (Results 1 - 25 of 45) sorted by null

1 2

  /external/libcxx/test/std/experimental/memory/memory.resource.aliases/
header_unordered_map_synop.pass.cpp 45 using MH = MyHash<K>;
55 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>;
56 using PmrMap = pmr::unordered_map<K, V, MH>;
60 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>;
61 using PmrMap = pmr::unordered_map<K, V, MH, MP>;
74 using StdMap = std::unordered_multimap<K, V, MH, DP, pmr::polymorphic_allocator<P>>;
75 using PmrMap = pmr::unordered_multimap<K, V, MH>;
79 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>;
80 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>;
header_unordered_set_synop.pass.cpp 44 using MH = MyHash<V>;
53 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>;
54 using PmrSet = pmr::unordered_set<V, MH>;
58 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>;
59 using PmrSet = pmr::unordered_set<V, MH, MP>;
72 using StdSet = std::unordered_multiset<V, MH, DP, pmr::polymorphic_allocator<V>>;
73 using PmrSet = pmr::unordered_multiset<V, MH>;
77 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>;
78 using PmrSet = pmr::unordered_multiset<V, MH, MP>;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.aliases/
header_unordered_map_synop.pass.cpp 44 using MH = MyHash<K>;
54 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>;
55 using PmrMap = pmr::unordered_map<K, V, MH>;
59 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>;
60 using PmrMap = pmr::unordered_map<K, V, MH, MP>;
73 using StdMap = std::unordered_multimap<K, V, MH, DP, pmr::polymorphic_allocator<P>>;
74 using PmrMap = pmr::unordered_multimap<K, V, MH>;
78 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>;
79 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>;
header_unordered_set_synop.pass.cpp 43 using MH = MyHash<V>;
52 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>;
53 using PmrSet = pmr::unordered_set<V, MH>;
57 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>;
58 using PmrSet = pmr::unordered_set<V, MH, MP>;
71 using StdSet = std::unordered_multiset<V, MH, DP, pmr::polymorphic_allocator<V>>;
72 using PmrSet = pmr::unordered_multiset<V, MH>;
76 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>;
77 using PmrSet = pmr::unordered_multiset<V, MH, MP>;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar-machine.rl 50 MH = 21;
71 medial_group = MY? MR? MW? MH? As?;
73 post_vowel_group = VPst MH? As* VAbv* A* (DB As?)?;
  /external/python/cpython2/Demo/tkinter/guido/
MimeViewer.py 126 mh = mhlib.MH()
127 f = mh.openfolder(folder)
mbox.py 3 # Scan MH folder, display results in window
22 global mh, mhf
39 # Initialize MH
41 mh = mhlib.MH()
42 mhf = mh.openfolder(folder)
174 mhf = mh.openfolder(folder)
248 tofolder = mh.openfolder(lastrefile)
268 for fn in mh.listallfolders():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox')
    [all...]
  /external/python/cpython2/Lib/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mhlib.py 0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
11 mh.error(format, ...) # print error message -- can be overridden
12 s = mh.getprofile(key) # profile entry (None if not set)
13 path = mh.getpath() # mailbox pathname
    [all...]
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
857 class MH(Mailbox):
858 """An MH mailbox."""
861 """Initialize an MH instance."""
    [all...]
  /external/python/cpython2/Lib/
mhlib.py 0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
11 mh.error(format, ...) # print error message -- can be overridden
12 s = mh.getprofile(key) # profile entry (None if not set)
13 path = mh.getpath() # mailbox pathnam
    [all...]
mailbox.py 1 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
35 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 426 ~c352=MH # Montserrat
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
11 mh.error(format, ...) # print error message -- can be overridden
12 s = mh.getprofile(key) # profile entry (None if not set)
13 path = mh.getpath() # mailbox pathnam
    [all...]
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
11 mh.error(format, ...) # print error message -- can be overridden
12 s = mh.getprofile(key) # profile entry (None if not set)
13 path = mh.getpath() # mailbox pathnam
    [all...]
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
11 mh.error(format, ...) # print error message -- can be overridden
12 s = mh.getprofile(key) # profile entry (None if not set)
13 path = mh.getpath() # mailbox pathnam
    [all...]
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
11 mh.error(format, ...) # print error message -- can be overridden
12 s = mh.getprofile(key) # profile entry (None if not set)
13 path = mh.getpath() # mailbox pathnam
    [all...]

Completed in 790 milliseconds

1 2