Home
last modified time | relevance | path

Searched refs:test_bounds (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/numeric/conversion/test/
Dbounds_test.cpp29 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/
DClipStackTest.cpp206 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()
DPathTest.cpp1162 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function
4936 test_bounds(reporter); in DEF_TEST()
/third_party/flutter/skia/tests/
DClipStackTest.cpp223 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()
DPathTest.cpp1170 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function
4876 test_bounds(reporter); in DEF_TEST()
/third_party/glib/glib/tests/
Dstrfuncs.c1729 test_bounds (void) in test_bounds() function
2562 g_test_add_func ("/strfuncs/bounds-check", test_bounds); in main()