Home
last modified time | relevance | path

Searched refs:sameValue (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
Dsamevalue.js35 var sameValue = Object.is;
40 var result = sameValue(a, b);
48 assertTrue(result && !sameValue(a, b));
/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java57 return (other instanceof DNSRecord) && super.equals(other) && sameValue((DNSRecord) other); in equals()
63 abstract boolean sameValue(DNSRecord other); in sameValue() method in DNSRecord
286 return ((sameName(other)) && ((sameValue(other)))); in same()
294 boolean sameValue(DNSRecord other) { in sameValue() method in DNSRecord.Address
440 … return super.isSameEntry(entry) && (entry instanceof Pointer) && this.sameValue((Pointer) entry); in isSameEntry()
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
DHostInfo.java164 …n hostAddress.sameType(record) && hostAddress.sameName(record) && (!hostAddress.sameValue(record)); in conflictWithRecord()
DJmDNSImpl.java1363 …if (!newRecord.sameValue(cachedRecord) || (!newRecord.sameSubtype(cachedRecord) && (newRecord.getS… in handleRecord()
/external/v8/test/mjsunit/harmony/
Dsimd.js409 var sameValue = Object.is
414 assertFalse(sameValue(instance, other));
424 assertSame(sameValue(a, b), sameValue(aval, bval));
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
Dchai.js442 if (sameValue(a, b)) {
456 return sameValue(a, b);
471 function sameValue(a, b) { function
502 return sameValue(a.getTime(), b.getTime());
516 return sameValue(a.toString(), b.toString());