/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config_cmd.py | 15 def _info(self, msg, *args): member in class:ConfigTestCase 23 log.info = self._info
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config_cmd.py | 15 def _info(self, msg, *args): member in class:ConfigTestCase 23 log.info = self._info
|
/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...] |