Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java63 abstract boolean sameValue(DNSRecord other); in sameValue() method in DNSRecord
294 boolean sameValue(DNSRecord other) { in sameValue() method in DNSRecord.Address
449 boolean sameValue(DNSRecord other) { in sameValue() method in DNSRecord.Pointer
558 boolean sameValue(DNSRecord other) { in sameValue() method in DNSRecord.Text
710 boolean sameValue(DNSRecord other) { in sameValue() method in DNSRecord.Service
898 boolean sameValue(DNSRecord other) { in sameValue() method in DNSRecord.HostInformation
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
Dchai.js471 function sameValue(a, b) { function