/third_party/quickjs/tests/ |
D | test_bignum.js | 63 function test_eq(a, b) function 82 test_eq(3n, 3n); 85 test_eq(3, 3n); 88 test_eq(Math.sqrt(4), 2n); 160 test_eq(3l, 3l); 163 test_eq(3, 3l); 166 test_eq(Math.sqrt(9), 3l); 169 test_eq(3n, 3l); 243 test_eq(2m, 2m); 246 test_eq(2, 2m); [all …]
|
D | test_op.js | 109 function test_eq() function 342 test_eq();
|
D | test_language.js | 125 function test_eq() function 531 test_eq();
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_eq_test.cpp | 146 template<class F> void test_eq(F f1, F f2) in test_eq() function 184 test_eq( bind(f), bind(f) ); in test_0() 191 test_eq( bind(f, v1), bind(f, v1) ); in test_1_() 197 test_eq( bind(f, _1), bind(f, _1) ); in test_1() 209 test_eq( bind(f, v1, v1), bind(f, v1, v1) ); in test_2_() 216 test_eq( bind(f, _1, _2), bind(f, _1, _2) ); in test_2() 228 test_eq( bind(f, v1, v1, v1), bind(f, v1, v1, v1) ); in test_3_() 236 test_eq( bind(f, _1, _2, _3), bind(f, _1, _2, _3) ); in test_3() 248 test_eq( bind(f, v1, v1, v1, v1), bind(f, v1, v1, v1, v1) ); in test_4_() 257 test_eq( bind(f, _1, _2, _3, _4), bind(f, _1, _2, _3, _4) ); in test_4() [all …]
|
/third_party/boost/libs/bind/test/ |
D | bind_eq_test.cpp | 136 template<class F> void test_eq(F f1, F f2) in test_eq() function 150 test_eq( boost::bind(f), boost::bind(f) ); in test_0() 157 test_eq( boost::bind(f, v1), boost::bind(f, v1) ); in test_1_() 163 test_eq( boost::bind(f, _1), boost::bind(f, _1) ); in test_1() 175 test_eq( boost::bind(f, v1, v1), boost::bind(f, v1, v1) ); in test_2_() 182 test_eq( boost::bind(f, _1, _2), boost::bind(f, _1, _2) ); in test_2() 194 test_eq( boost::bind(f, v1, v1, v1), boost::bind(f, v1, v1, v1) ); in test_3_() 202 test_eq( boost::bind(f, _1, _2, _3), boost::bind(f, _1, _2, _3) ); in test_3() 214 test_eq( boost::bind(f, v1, v1, v1, v1), boost::bind(f, v1, v1, v1, v1) ); in test_4_() 223 test_eq( boost::bind(f, _1, _2, _3, _4), boost::bind(f, _1, _2, _3, _4) ); in test_4() [all …]
|
/third_party/boost/libs/smart_ptr/test/ |
D | shared_ptr_basic_test.cpp | 121 template<class T> void test_eq(T const & a, T const & b) in test_eq() function 192 test_eq(p, q); in main()
|
/third_party/python/Lib/unittest/test/ |
D | support.py | 8 def test_eq(self): member in TestEquality
|
/third_party/boost/libs/interprocess/test/ |
D | shared_ptr_test.cpp | 335 void test_eq(T const & a, T2 const & b) in test_eq() function 430 test_eq(p, q); in basic_shared_ptr_test()
|
/third_party/python/Lib/test/ |
D | test_http_cookies.py | 301 def test_eq(self): member in MorselTests
|
D | test_binop.py | 285 def test_eq(self): member in RatTestCase
|
D | test_weakset.py | 330 def test_eq(self): member in TestWeakSet
|
D | mapping_tests.py | 633 def test_eq(self): member in TestHashMappingProtocol
|
D | test_operator.py | 70 def test_eq(self): member in OperatorTestCase
|
D | test_dict.py | 602 def test_eq(self): member in DictTest
|
D | test_pathlib.py | 711 def test_eq(self): member in PurePosixPathTest 816 def test_eq(self): member in PureWindowsPathTest
|
D | test_set.py | 1026 def test_eq(self): # SF bug 643115 member in TestBinaryOps
|
D | test_collections.py | 2334 def test_eq(self): member in TestCounter
|
/third_party/protobuf/ruby/tests/ |
D | common_tests.rb | 689 def test_eq method 1769 def test_eq method
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | basic.rb | 903 def test_eq method in BasicTest.MessageContainerTest
|