/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?)?;
|
/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...] |
test_mailbox.py | [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...] |
test_mailbox.py | [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...] |
test_mailbox.py | [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...] |
test_mailbox.py | [all...] |
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/ |
eyes-only.conf | 426 ~c352=MH # Montserrat
|
rel.conf | 432 ~c200,~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...] |
mailbox.py | 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes.""" 37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF', [all...] |
/external/webrtc/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | 487 ?`??"X???]e??+}?,??_i???x'?+??A?3?;??*??%K6?<?+~????hS?@X??^?LLR???e?+???3??7%C?M???M?cq'Xp.??k?9?Gc??iuglg??_e???? 2?c%m??'??f?? f ???k?r "8 >?? ??4??? v?Hc^X|)
u?{?J?V?3B?g???w?ihE?MH??5 ??]b;?g?w7?Gi?i???????$?Nh??G?????7c>??@k/är??sF??o???6_?oõ?!?b?L??{?[???v.????\+;H??????1???_????";?
MfE?g??0?8??? J?????ut??$???)??(k???v??/??4go#??5?`jf????(???L? n]y?r??k#?x??KU??=???~? [all...] |