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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
image.py 20 def __init__(self, _imagedata, _subtype=None,
27 Otherwise, you can specify the specific image subtype via the _subtype
41 if _subtype is None:
42 _subtype = imghdr.what(None, _imagedata)
43 if _subtype is None:
45 MIMENonMultipart.__init__(self, 'image', _subtype, **_params)
application.py 16 def __init__(self, _data, _subtype='octet-stream',
22 _subtype is the MIME content type subtype, defaulting to
32 if _subtype is None:
34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
audio.py 47 def __init__(self, _audiodata, _subtype=None,
55 _subtype parameter. If _subtype is not given, and no subtype can be
69 if _subtype is None:
70 _subtype = _whatsnd(_audiodata)
71 if _subtype is None:
73 MIMENonMultipart.__init__(self, 'audio', _subtype, **_params)
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
24 Optional _subtype defines the subtype of the contained message. The
28 MIMENonMultipart.__init__(self, 'message', _subtype)
  /external/python/cpython2/Lib/email/mime/
image.py 20 def __init__(self, _imagedata, _subtype=None,
27 Otherwise, you can specify the specific image subtype via the _subtype
41 if _subtype is None:
42 _subtype = imghdr.what(None, _imagedata)
43 if _subtype is None:
45 MIMENonMultipart.__init__(self, 'image', _subtype, **_params)
application.py 16 def __init__(self, _data, _subtype='octet-stream',
22 _subtype is the MIME content type subtype, defaulting to
32 if _subtype is None:
34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
audio.py 47 def __init__(self, _audiodata, _subtype=None,
55 _subtype parameter. If _subtype is not given, and no subtype can be
69 if _subtype is None:
70 _subtype = _whatsnd(_audiodata)
71 if _subtype is None:
73 MIMENonMultipart.__init__(self, 'audio', _subtype, **_params)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/
image.py 20 def __init__(self, _imagedata, _subtype=None,
27 Otherwise, you can specify the specific image subtype via the _subtype
41 if _subtype is None:
42 _subtype = imghdr.what(None, _imagedata)
43 if _subtype is None:
45 MIMENonMultipart.__init__(self, 'image', _subtype, **_params)
application.py 16 def __init__(self, _data, _subtype='octet-stream',
22 _subtype is the MIME content type subtype, defaulting to
32 if _subtype is None:
34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
audio.py 47 def __init__(self, _audiodata, _subtype=None,
55 _subtype parameter. If _subtype is not given, and no subtype can be
69 if _subtype is None:
70 _subtype = _whatsnd(_audiodata)
71 if _subtype is None:
73 MIMENonMultipart.__init__(self, 'audio', _subtype, **_params)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/mime/
image.py 20 def __init__(self, _imagedata, _subtype=None,
27 Otherwise, you can specify the specific image subtype via the _subtype
41 if _subtype is None:
42 _subtype = imghdr.what(None, _imagedata)
43 if _subtype is None:
45 MIMENonMultipart.__init__(self, 'image', _subtype, **_params)
application.py 16 def __init__(self, _data, _subtype='octet-stream',
22 _subtype is the MIME content type subtype, defaulting to
32 if _subtype is None:
34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
audio.py 47 def __init__(self, _audiodata, _subtype=None,
55 _subtype parameter. If _subtype is not given, and no subtype can be
69 if _subtype is None:
70 _subtype = _whatsnd(_audiodata)
71 if _subtype is None:
73 MIMENonMultipart.__init__(self, 'audio', _subtype, **_params)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
image.py 20 def __init__(self, _imagedata, _subtype=None,
27 Otherwise, you can specify the specific image subtype via the _subtype
41 if _subtype is None:
42 _subtype = imghdr.what(None, _imagedata)
43 if _subtype is None:
45 MIMENonMultipart.__init__(self, 'image', _subtype, **_params)
application.py 16 def __init__(self, _data, _subtype='octet-stream',
22 _subtype is the MIME content type subtype, defaulting to
32 if _subtype is None:
34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
audio.py 47 def __init__(self, _audiodata, _subtype=None,
55 _subtype parameter. If _subtype is not given, and no subtype can be
69 if _subtype is None:
70 _subtype = _whatsnd(_audiodata)
71 if _subtype is None:
73 MIMENonMultipart.__init__(self, 'audio', _subtype, **_params)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
image.py 20 def __init__(self, _imagedata, _subtype=None,
27 Otherwise, you can specify the specific image subtype via the _subtype
41 if _subtype is None:
42 _subtype = imghdr.what(None, _imagedata)
43 if _subtype is None:
45 MIMENonMultipart.__init__(self, 'image', _subtype, **_params)
application.py 16 def __init__(self, _data, _subtype='octet-stream',
22 _subtype is the MIME content type subtype, defaulting to
32 if _subtype is None:
34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
audio.py 47 def __init__(self, _audiodata, _subtype=None,
55 _subtype parameter. If _subtype is not given, and no subtype can be
69 if _subtype is None:
70 _subtype = _whatsnd(_audiodata)
71 if _subtype is None:
73 MIMENonMultipart.__init__(self, 'audio', _subtype, **_params)

Completed in 164 milliseconds

1 2 3