OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sameValue
(Results
1 - 3
of
3
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
DNSRecord.java
57
return (other instanceof DNSRecord) && super.equals(other) &&
sameValue
((DNSRecord) other);
63
abstract boolean
sameValue
(DNSRecord other);
286
return ((sameName(other)) && ((
sameValue
(other))));
294
boolean
sameValue
(DNSRecord other) {
440
return super.isSameEntry(entry) && (entry instanceof Pointer) && this.
sameValue
((Pointer) entry);
449
boolean
sameValue
(DNSRecord other) {
558
boolean
sameValue
(DNSRecord other) {
710
boolean
sameValue
(DNSRecord other) {
895
* @see javax.jmdns.impl.DNSRecord#
sameValue
(javax.jmdns.impl.DNSRecord)
898
boolean
sameValue
(DNSRecord other)
[
all
...]
HostInfo.java
164
return hostAddress.sameType(record) && hostAddress.sameName(record) && (!hostAddress.
sameValue
(record));
JmDNSImpl.java
[
all
...]
Completed in 2476 milliseconds