Home
last modified time | relevance | path

Searched refs:test_comparisons (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/language.support/support.types/
Dnullptr_t.pass.cpp46 void test_comparisons() in test_comparisons() function
101 test_comparisons<std::nullptr_t>(); in main()
102 test_comparisons<void*>(); in main()
103 test_comparisons<A*>(); in main()
104 test_comparisons<void(*)()>(); in main()
/external/python/cpython2/Lib/test/
Dtest_compare.py36 def test_comparisons(self): member in ComparisonTest
Dtest_types.py36 def test_comparisons(self): member in TypesTests
Dtest_deque.py150 def test_comparisons(self): member in TestBasic
/external/python/cpython3/Lib/test/
Dtest_compare.py29 def test_comparisons(self): member in ComparisonTest
Dtest_parser.py795 def test_comparisons(self): member in STObjectTestCase
Dtest_deque.py150 def test_comparisons(self): member in TestBasic
Dtest_types.py38 def test_comparisons(self): member in TypesTests
Dtest_enum.py361 def test_comparisons(self): member in TestEnum