Home
last modified time | relevance | path

Searched refs:_subtype (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/scan-view/share/
DReporter.py96 msg = MIMEText(fp.read(), _subtype=subtype)
129 msg.attach(MIMEText(mainMsg, _subtype='text/plain'))
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java49 private String _subtype; field in ServiceInfoImpl
192 this._subtype = map.get(Fields.Subtype); in ServiceInfoImpl()
218 this._subtype = info.getSubtype(); in ServiceInfoImpl()
729 return (_subtype != null ? _subtype : ""); in getSubtype()
914 _subtype = rec.getSubtype(); in updateRecord()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dutils.py916 mime_con = email.mime.text.MIMEText(con, _subtype=subtype)