Searched refs:test_bounds (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/numeric/conversion/test/ |
D | bounds_test.cpp | 29 void test_bounds( T expected_lowest, T expected_highest, T expected_smallest ) in test_bounds() function 52 test_bounds( numeric_limits<T>::min BOOST_PREVENT_MACRO_SUBSTITUTION() in test_bounds_integer() 60 test_bounds( -numeric_limits<T>::max BOOST_PREVENT_MACRO_SUBSTITUTION () in test_bounds_float() 86 void test_bounds() in test_bounds() function 97 test_bounds(); in test_main()
|
/third_party/skia/tests/ |
D | ClipStackTest.cpp | 206 static void test_bounds(skiatest::Reporter* reporter, in test_bounds() function 888 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect); in DEF_TEST() 889 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST() 890 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
|
D | PathTest.cpp | 1162 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function 4936 test_bounds(reporter); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 223 static void test_bounds(skiatest::Reporter* reporter, in test_bounds() function 1501 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect); in DEF_TEST() 1502 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST() 1503 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
|
D | PathTest.cpp | 1170 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function 4876 test_bounds(reporter); in DEF_TEST()
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1729 test_bounds (void) in test_bounds() function 2562 g_test_add_func ("/strfuncs/bounds-check", test_bounds); in main()
|