Searched refs:sameValue (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/mjsunit/ |
D | samevalue.js | 35 var sameValue = Object.is; 40 var result = sameValue(a, b); 48 assertTrue(result && !sameValue(a, b));
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSRecord.java | 57 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
|
D | HostInfo.java | 164 …n hostAddress.sameType(record) && hostAddress.sameName(record) && (!hostAddress.sameValue(record)); in conflictWithRecord()
|
D | JmDNSImpl.java | 1363 …if (!newRecord.sameValue(cachedRecord) || (!newRecord.sameSubtype(cachedRecord) && (newRecord.getS… in handleRecord()
|
/external/v8/test/mjsunit/harmony/ |
D | simd.js | 409 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/ |
D | chai.js | 442 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());
|