Searched defs:_info (Results 1 - 5 of 5) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceInfoResolver.java24 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
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DServiceEventImpl.java36 private final ServiceInfo _info; field in class:ServiceEventImpl
54 this._info = info;
111 return _info;
H A DServiceInfoImpl.java78 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);
/external/icu4c/test/intltest/
H A Dsvccoll.cpp267 TestFactory(CollatorInfo** _info) argument
268 : info(_info)
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4823 CvTypeInfo _info; local
4824 _info.flags = 0;
4825 _info.header_size = sizeof(_info);
4826 _info.type_name = type_name;
4827 _info.prev = _info.next = 0;
4828 _info.is_instance = is_instance;
4829 _info.release = release;
4830 _info
[all...]

Completed in 840 milliseconds