OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sameValue
(Results
1 - 9
of
9
) sorted by null
/external/v8/test/mjsunit/
samevalue.js
30
// Test the
SameValue
and SameValueZero internal methods.
35
var
sameValue
= Object.is;
38
// Calls
SameValue
and SameValueZero and checks that their results match.
40
var result =
sameValue
(a, b);
45
// Calls
SameValue
and SameValueZero and checks that their results don't match.
48
assertTrue(result && !
sameValue
(a, b));
117
//
SameValue
considers -0 and +0 to be different; SameValueZero considers
/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
...]
/external/v8/test/mjsunit/harmony/
simd.js
409
var
sameValue
= Object.is
414
assertFalse(
sameValue
(instance, other));
418
// Test that f(a, b) is the same as f(SIMD(a), SIMD(b)) for
sameValue
and
424
assertSame(
sameValue
(a, b),
sameValue
(aval, bval));
/prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
chai.js
442
if (
sameValue
(a, b)) {
456
return
sameValue
(a, b);
471
function
sameValue
(a, b) {
502
return
sameValue
(a.getTime(), b.getTime());
507
* to string and checking for `
sameValue
`.
516
return
sameValue
(a.toString(), b.toString());
[
all
...]
/prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
Completed in 2139 milliseconds