Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js328 var subtype = this._subtype(object);
558 _subtype: function(obj) method in InjectedScript
586 var subtype = this._subtype(obj);
740 this.subtype = injectedScript._subtype(object);
749 var subtype = injectedScript._subtype(object);
962 var subtype = injectedScript._subtype(value);
/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()