Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Ddouble-equals.js36 function testEqual(a, b) { function
74 testEqual(Number.MAX_VALUE, Number.MAX_VALUE);
75 testEqual(Number.MIN_VALUE, Number.MIN_VALUE);
76 testEqual(Infinity, Infinity);
77 testEqual(-Infinity, -Infinity);
79 testEqual(0, 0);
80 testEqual(0, -0);
81 testEqual(-0, -0);
90 testEqual('hello', 'hello');
91 testEqual('hello', 'hel' + 'lo');
[all …]
/external/guava/guava-gwt/test/com/google/common/base/
DObjectsTest_gwt.java21 public void testEqual() throws Exception { in testEqual() method in ObjectsTest_gwt
23 testCase.testEqual(); in testEqual()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DObjectsTest.java31 public void testEqual() throws Exception { in testEqual() method in ObjectsTest
/external/guava/guava-tests/test/com/google/common/base/
DObjectsTest.java33 public void testEqual() throws Exception { in testEqual() method in ObjectsTest
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java256 public void testEqual() throws IOException { in testEqual() method in FilesTest
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
Dipaddr_test.py470 def testEqual(self): member in IpaddrUnitTest