Searched refs:subtype (Results 1 - 25 of 213) sorted by relevance

123456789

/prebuilts/gdb/darwin-x86/lib/python2.7/email/
H A Diterators.py49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
53 "text". Optional `subtype' is the MIME subtype to match against; if
58 if subtype is None or subpart.get_content_subtype() == subtype:
/prebuilts/gdb/linux-x86/lib/python2.7/email/
H A Diterators.py49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
53 "text". Optional `subtype' is the MIME subtype to match against; if
58 if subtype is None or subpart.get_content_subtype() == subtype:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Diterators.py49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
53 "text". Optional `subtype' is the MIME subtype to match against; if
58 if subtype is None or subpart.get_content_subtype() == subtype:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Diterators.py49 def typed_subpart_iterator(msg, maintype='text', subtype=None):
53 "text". Optional `subtype' is the MIME subtype to match against; if
58 if subtype is None or subpart.get_content_subtype() == subtype:
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dabc.py134 subtype = type(instance)
136 if subtype is _InstanceType:
137 subtype = subclass
138 if subtype is subclass or subclass is None:
141 subtype in cls._abc_negative_cache):
144 return cls.__subclasscheck__(subtype)
146 cls.__subclasscheck__(subtype))
H A DMimeWriter.py55 w.startmultipartbody(subtype)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
151 plist parameter provides optional parameters for the subtype. The
159 return self.startbody("multipart/" + subtype,
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dabc.py134 subtype = type(instance)
136 if subtype is _InstanceType:
137 subtype = subclass
138 if subtype is subclass or subclass is None:
141 subtype in cls._abc_negative_cache):
144 return cls.__subclasscheck__(subtype)
146 cls.__subclasscheck__(subtype))
H A DMimeWriter.py55 w.startmultipartbody(subtype)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
151 plist parameter provides optional parameters for the subtype. The
159 return self.startbody("multipart/" + subtype,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dabc.py134 subtype = type(instance)
136 if subtype is _InstanceType:
137 subtype = subclass
138 if subtype is subclass or subclass is None:
141 subtype in cls._abc_negative_cache):
144 return cls.__subclasscheck__(subtype)
146 cls.__subclasscheck__(subtype))
H A DMimeWriter.py55 w.startmultipartbody(subtype)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
151 plist parameter provides optional parameters for the subtype. The
159 return self.startbody("multipart/" + subtype,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dabc.py134 subtype = type(instance)
136 if subtype is _InstanceType:
137 subtype = subclass
138 if subtype is subclass or subclass is None:
141 subtype in cls._abc_negative_cache):
144 return cls.__subclasscheck__(subtype)
146 cls.__subclasscheck__(subtype))
H A DMimeWriter.py55 w.startmultipartbody(subtype)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
151 plist parameter provides optional parameters for the subtype. The
159 return self.startbody("multipart/" + subtype,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
H A Dxt_osf.h76 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
H A DReporter.py92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
H A DReporter.py92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-view/share/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4393122/share/scan-view/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4479392/share/scan-view/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4579689/share/scan-view/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4630689/share/scan-view/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4639204/share/scan-view/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/darwin-x86/clang-4691093/share/scan-view/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/
H A DReporter.py92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-view/share/
H A DReporter.py92 maintype, subtype = ctype.split('/', 1)
96 msg = MIMEText(fp.read(), _subtype=subtype)
100 msg = MIMEBase(maintype, subtype)
/prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-view/share/
H A DReporter.py95 maintype, subtype = ctype.split('/', 1)
99 msg = MIMEText(fp.read(), _subtype=subtype)
103 msg = MIMEBase(maintype, subtype)

Completed in 175 milliseconds

123456789