Searched defs:sameValue (Results 1 - 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java57 return (other instanceof DNSRecord) && super.equals(other) && sameValue((DNSRecord) other);
63 abstract boolean sameValue(DNSRecord other); method in class:DNSRecord
286 return ((sameName(other)) && ((sameValue(other))));
294 boolean sameValue(DNSRecord other) { method in class:DNSRecord.Address
440 return super.isSameEntry(entry) && (entry instanceof Pointer) && this.sameValue((Pointer) entry);
449 boolean sameValue(DNSRecord other) { method in class:DNSRecord.Pointer
558 boolean sameValue(DNSRecord other) { method in class:DNSRecord.Text
710 boolean sameValue(DNSRecord other) { method in class:DNSRecord.Service
895 * @see javax.jmdns.impl.DNSRecord#sameValue(javax.jmdns.impl.DNSRecord)
898 boolean sameValue(DNSRecor method in class:DNSRecord.HostInformation
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 208 milliseconds