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

1 2 3

  /external/python/cpython3/Doc/includes/
email-dir.py 61 maintype, subtype = ctype.split('/', 1)
64 maintype=maintype,
email-mime.py 24 msg.add_attachment(img_data, maintype='image',
email-read-alternative.py 39 if richest['content-type'].maintype == 'text':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
52 Use `maintype' as the main MIME type to match against; this defaults to
57 if subpart.get_content_maintype() == maintype:
  /external/python/cpython2/Lib/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
52 Use `maintype' as the main MIME type to match against; this defaults to
57 if subpart.get_content_maintype() == maintype:
  /external/python/cpython3/Lib/email/
iterators.py 47 def typed_subpart_iterator(msg, maintype='text', subtype=None):
50 Use `maintype' as the main MIME type to match against; this defaults to
55 if subpart.get_content_maintype() == maintype:
contentmanager.py 20 maintype = msg.get_content_maintype()
21 if maintype in self.get_handlers:
22 return self.get_handlers[maintype](msg, *args, **kw)
73 for maintype in 'audio image video application'.split():
74 raw_data_manager.add_get_handler(maintype, get_non_text_content)
95 def _prepare_set(msg, maintype, subtype, headers):
96 msg['Content-Type'] = '/'.join((maintype, subtype))
228 def set_bytes_content(msg, data, maintype, subtype, cte='base64',
231 _prepare_set(msg, maintype, subtype, headers)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
52 Use `maintype' as the main MIME type to match against; this defaults to
57 if subpart.get_content_maintype() == maintype:
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
52 Use `maintype' as the main MIME type to match against; this defaults to
57 if subpart.get_content_maintype() == maintype:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
52 Use `maintype' as the main MIME type to match against; this defaults to
57 if subpart.get_content_maintype() == maintype:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
iterators.py 49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
52 Use `maintype' as the main MIME type to match against; this defaults to
57 if subpart.get_content_maintype() == maintype:
  /external/python/cpython2/Doc/includes/
email-dir.py 77 maintype, subtype = ctype.split('/', 1)
78 if maintype == 'text':
83 elif maintype == 'image':
87 elif maintype == 'audio':
93 msg = MIMEBase(maintype, subtype)
  /external/clang/tools/scan-view/share/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
93 if maintype == 'text':
100 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
93 if maintype == 'text':
100 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
93 if maintype == 'text':
100 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-view/share/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/scan-view/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
93 if maintype == 'text':
100 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-view/share/
Reporter.py 92 maintype, subtype = ctype.split('/', 1)
93 if maintype == 'text':
100 msg = MIMEBase(maintype, subtype)
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-view/share/
Reporter.py 95 maintype, subtype = ctype.split('/', 1)
96 if maintype == 'text':
103 msg = MIMEBase(maintype, subtype)

Completed in 735 milliseconds

1 2 3