Searched refs:test_bounds (Results 1 – 12 of 12) sorted by relevance
/external/sdv/vsomeip/third_party/boost/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()
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 417 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/ |
D | lifetime.rs | 98 fn test_bounds() { in test_bounds() function
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 197 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()
|
D | PathTest.cpp | 1207 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/ |
D | name.rs | 1670 fn test_bounds() { in test_bounds() function
|
D | map.rs | 3884 fn test_bounds() { in test_bounds() function
|
/external/rust/android-crates-io/crates/http/src/header/ |
D | name.rs | 1670 fn test_bounds() { in test_bounds() function
|
D | map.rs | 3884 fn test_bounds() { in test_bounds() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/ |
D | test_bytes.rs | 14 fn test_bounds() { in test_bounds() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/ |
D | test_bytes.rs | 14 fn test_bounds() { in test_bounds() function
|
/external/rust/android-crates-io/crates/bytes/tests/ |
D | test_bytes.rs | 17 fn test_bounds() { in test_bounds() function
|