Searched refs:check_invalid (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | test_sf_import_c99.cpp | 616 typename boost::enable_if_c<std::numeric_limits<T>::is_specialized>::type check_invalid(const T& va… in check_invalid() function 632 typename boost::disable_if_c<std::numeric_limits<T>::is_specialized>::type check_invalid(const T& v… in check_invalid() function 634 check_invalid(static_cast<typename T::result_type>(val)); in check_invalid() 660 check_invalid(acos(arg)); in test_c99_appendix_F() 662 check_invalid(acos(arg)); in test_c99_appendix_F() 666 check_invalid(acos(arg)); in test_c99_appendix_F() 668 check_invalid(acos(arg)); in test_c99_appendix_F() 673 check_invalid(acos(arg)); in test_c99_appendix_F() 675 check_invalid(acos(arg)); in test_c99_appendix_F() 690 check_invalid(asin(arg)); in test_c99_appendix_F() [all …]
|
/third_party/flutter/skia/tests/ |
D | InfRectTest.cpp | 13 static void check_invalid(skiatest::Reporter* reporter, in check_invalid() function 36 check_invalid(reporter, small, small, big, invalid[i]); in DEF_TEST() 37 check_invalid(reporter, small, small, invalid[i], big); in DEF_TEST() 38 check_invalid(reporter, small, invalid[i], big, big); in DEF_TEST() 39 check_invalid(reporter, invalid[i], small, big, big); in DEF_TEST()
|
/third_party/skia/tests/ |
D | InfRectTest.cpp | 13 static void check_invalid(skiatest::Reporter* reporter, in check_invalid() function 36 check_invalid(reporter, small, small, big, invalid[i]); in DEF_TEST() 37 check_invalid(reporter, small, small, invalid[i], big); in DEF_TEST() 38 check_invalid(reporter, small, invalid[i], big, big); in DEF_TEST() 39 check_invalid(reporter, invalid[i], small, big, big); in DEF_TEST()
|
/third_party/python/Lib/test/ |
D | test_unparse.py | 129 def check_invalid(self, node, raises=ValueError): member in ASTTestCase 324 self.check_invalid(ast.Raise(exc=None, cause=ast.Name(id="X"))) 327 self.check_invalid(ast.JoinedStr(values=[ast.Constant(value=100)])) 330 self.check_invalid( 339 self.check_invalid(ast.FormattedValue(value=ast.Constant(value="\\\\"))) 342 self.check_invalid(ast.YieldFrom(value=None))
|