HomeSort by relevance Sort by last modified time
    Searched defs:_info (Results 1 - 4 of 4) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 24 private final ServiceInfoImpl _info; field in class:ServiceInfoResolver
28 this._info = info;
50 if (!_info.isPersistent()) {
51 this.getDns().removeListener(_info);
63 if (!_info.hasData()) {
65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now);
66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now);
67 if (_info.getServer().length() > 0) {
68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now);
69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 36 private final ServiceInfo _info; field in class:ServiceEventImpl
54 this._info = info;
111 return _info;
ServiceInfoImpl.java 78 private final ServiceInfoImpl _info; field in class:ServiceInfoImpl.ServiceInfoState
85 _info = info;
91 if ((this._task == null) && _info.needTextAnnouncing()) {
94 if ((this._task == null) && _info.needTextAnnouncing()) {
101 _info.setNeedTextAnnouncing(false);
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4823 CvTypeInfo _info; local
    [all...]

Completed in 176 milliseconds