Searched refs:test_order (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_numerical_differentiation.cpp | 28 void test_order(size_t points_to_test) in test_order() function 229 test_order<float, 1>(points_to_test); in BOOST_AUTO_TEST_CASE() 230 test_order<double, 1>(points_to_test); in BOOST_AUTO_TEST_CASE() 233 test_order<float, 2>(points_to_test); in BOOST_AUTO_TEST_CASE() 234 test_order<double, 2>(points_to_test); in BOOST_AUTO_TEST_CASE() 236 test_order<float, 4>(points_to_test); in BOOST_AUTO_TEST_CASE() 237 test_order<double, 4>(points_to_test); in BOOST_AUTO_TEST_CASE() 239 test_order<float, 6>(points_to_test); in BOOST_AUTO_TEST_CASE() 240 test_order<double, 6>(points_to_test); in BOOST_AUTO_TEST_CASE() 242 test_order<float, 8>(points_to_test); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/optional/test/ |
D | optional_test_ref_portable_minimum.cpp | 260 void test_order() in test_order() function 458 test_order<T, T>(); in test_optional_ref() 474 test_order<const T, const T>(); in test_optional_const_ref() 475 test_order<T, const T>(); in test_optional_const_ref()
|
/third_party/python/Lib/test/ |
D | _test_atexit.py | 26 def test_order(self): member in GeneralTest
|
D | test_decorators.py | 219 def test_order(self): member in TestDecorators 442 def test_order(self): member in TestClassDecorators
|
D | test_queue.py | 542 def test_order(self): member in BaseSimpleQueueTest
|
D | test_weakref.py | 2055 def test_order(self): member in FinalizeTestCase
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_queues.py | 93 def test_order(self): member in QueueBasicTests 581 def test_order(self): member in LifoQueueTests 592 def test_order(self): member in PriorityQueueTests
|
/third_party/glib/glib/tests/ |
D | date.c | 683 test_order (void) in test_order() function 805 g_test_add_func ("/date/order", test_order); in main()
|