Home
last modified time | relevance | path

Searched refs:test_eq (Results 1 – 19 of 19) sorted by relevance

/third_party/quickjs/tests/
Dtest_bignum.js63 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 …]
Dtest_op.js109 function test_eq() function
342 test_eq();
Dtest_language.js125 function test_eq() function
531 test_eq();
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_eq_test.cpp146 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/
Dbind_eq_test.cpp136 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/
Dshared_ptr_basic_test.cpp121 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/
Dsupport.py8 def test_eq(self): member in TestEquality
/third_party/boost/libs/interprocess/test/
Dshared_ptr_test.cpp335 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/
Dtest_http_cookies.py301 def test_eq(self): member in MorselTests
Dtest_binop.py285 def test_eq(self): member in RatTestCase
Dtest_weakset.py330 def test_eq(self): member in TestWeakSet
Dmapping_tests.py633 def test_eq(self): member in TestHashMappingProtocol
Dtest_operator.py70 def test_eq(self): member in OperatorTestCase
Dtest_dict.py602 def test_eq(self): member in DictTest
Dtest_pathlib.py711 def test_eq(self): member in PurePosixPathTest
816 def test_eq(self): member in PureWindowsPathTest
Dtest_set.py1026 def test_eq(self): # SF bug 643115 member in TestBinaryOps
Dtest_collections.py2334 def test_eq(self): member in TestCounter
/third_party/protobuf/ruby/tests/
Dcommon_tests.rb689 def test_eq method
1769 def test_eq method
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb903 def test_eq method in BasicTest.MessageContainerTest