Searched defs:_text (Results 1 - 3 of 3) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java538 private final byte[] _text; field in class:DNSRecord.Text
542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT);
549 return this._text;
554 out.writeBytes(_text, 0, _text.length);
563 if ((_text == null) && (txt._text != null)) {
566 if (txt._text.length != _text.length) {
569 for (int i = _text
[all...]
H A DServiceInfoImpl.java54 private byte _text[]; field in class:ServiceInfoImpl
133 this._text = out.toByteArray();
179 this._text = out.toByteArray();
197 this._text = text;
222 this._text = info.getTextBytes();
594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT);
907 _text = txt.getText();
1133 ServiceInfoImpl serviceInfo = new ServiceInfoImpl(this.getQualifiedNameMap(), _port, _weight, _priority, _persistent, _text);
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 96 milliseconds