Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/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()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp417 constexpr const char *test_bounds(const char *p, int o) { in test_bounds() function
420 static_assert(test_bounds("foo", 0)[0] == 'f', "");
421 static_assert(test_bounds("foo", 3)[0] == 0, "");
422 static_assert(test_bounds("foo", 4)[-3] == 'o', "");
423 static_assert(test_bounds("foo" + 4, -4)[0] == 'f', "");
424 …static_assert(test_bounds("foo", 5) != 0, ""); // expected-error {{constant}} expected-note {{call…
425 …static_assert(test_bounds("foo", -1) != 0, ""); // expected-error {{constant}} expected-note {{cal…
426 …static_assert(test_bounds("foo", 1000) != 0, ""); // expected-error {{constant}} expected-note {{c…
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dlifetime.rs98 fn test_bounds() { in test_bounds() function
/external/skia/tests/
DClipStackTest.cpp197 static void test_bounds(skiatest::Reporter* reporter, in test_bounds() function
879 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect); in DEF_TEST()
880 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST()
881 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
DPathTest.cpp1207 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function
5119 test_bounds(reporter); in DEF_TEST()
/external/rust/android-crates-io/extra_versions/crates/http/src/header/
Dname.rs1670 fn test_bounds() { in test_bounds() function
Dmap.rs3884 fn test_bounds() { in test_bounds() function
/external/rust/android-crates-io/crates/http/src/header/
Dname.rs1670 fn test_bounds() { in test_bounds() function
Dmap.rs3884 fn test_bounds() { in test_bounds() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_bytes.rs14 fn test_bounds() { in test_bounds() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_bytes.rs14 fn test_bounds() { in test_bounds() function
/external/rust/android-crates-io/crates/bytes/tests/
Dtest_bytes.rs17 fn test_bounds() { in test_bounds() function