Searched refs:test_imp (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | F_nullptr.pass.cpp | 164 void test_imp() { in test_imp() function 180 test_imp<int(*)(), int()>(); in test_func() 181 test_imp<int(*)(...), int()>(); in test_func() 182 test_imp<int(*)(int), int(int)>(); in test_func() 183 test_imp<int(*)(int, ...), int(int)>(); in test_func() 184 test_imp<int(*)(int, int), int(int, int)>(); in test_func() 185 test_imp<int(*)(int, int, ...), int(int, int)>(); in test_func() 186 test_imp<int(*)(int, int, int), int(int, int, int)>(); in test_func() 187 test_imp<int(*)(int, int, int, ...), int(int, int, int)>(); in test_func() 191 test_imp<int(MemFun03::*)(), int(MemFun03&)>(); in test_mf() [all …]
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | quiet_NaN.pass.cpp | 21 test_imp(std::true_type) in test_imp() function 31 test_imp(std::false_type) in test_imp() function 44 test_imp<T>(std::is_floating_point<T>()); in test()
|
D | signaling_NaN.pass.cpp | 21 test_imp(std::true_type) in test_imp() function 31 test_imp(std::false_type) in test_imp() function 44 test_imp<T>(std::is_floating_point<T>()); in test()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4166 - test_imp rewritten so that it doesn't raise RuntimeError if run as a 4872 test_importhooks.py and test_imp.py). Now they are. (Note to
|
D | NEWS | 11941 - Converted test_imp to use unittest.
|