Searched refs:_subtype (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/scan-view/
H A DReporter.py96 msg = MIMEText(fp.read(), _subtype=subtype)
129 msg.attach(MIMEText(mainMsg, _subtype='text/plain'))
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java49 private String _subtype; field in class:ServiceInfoImpl
192 this._subtype = map.get(Fields.Subtype);
218 this._subtype = info.getSubtype();
729 return (_subtype != null ? _subtype : "");
914 _subtype = rec.getSubtype();

Completed in 19 milliseconds