Searched refs:_subtype (Results 1 - 4 of 4) 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/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js777 if (!object || this._subtype(object) !== "node")
832 _subtype: function(obj)
870 var subtype = this._subtype(obj);
951 var subtype = injectedScript._subtype(object);
1058 var subtype = injectedScript._subtype(value);
1387 if (injectedScript._subtype(object) === "node") {
/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();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRemoteObject.js43 this._subtype = subtype;
144 return this._subtype;

Completed in 167 milliseconds