/external/jemalloc_new/test/integration/ |
D | overflow.c | 3 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 45 test_overflow); in main()
|
D | mallocx.c | 54 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 224 test_overflow, in main()
|
D | rallocx.c | 211 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 244 test_overflow); in main()
|
/external/libopus/tests/ |
D | test_opus_padding.c | 42 int test_overflow(void) in test_overflow() function 88 tests += test_overflow(); in main()
|
/external/deqp/external/vulkancts/data/vulkan/amber/non_robust_buffer_access/ |
D | unexecuted_oob_overflow.amber | 36 SHADER compute test_overflow GLSL 96 ATTACH test_overflow
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 393 constexpr bool test_overflow() { in test_overflow() function 400 static_assert(test_overflow<int>(), ""); // expected-error {{constant}} expected-note {{call}} 401 static_assert(test_overflow<unsigned>(), ""); // ok, unsigned overflow is defined 402 static_assert(test_overflow<short>(), ""); // ok, short is promoted to int before multiplication 403 static_assert(test_overflow<unsigned short>(), ""); // ok 404 static_assert(test_overflow<unsigned long long>(), ""); // ok 405 …static_assert(test_overflow<long long>(), ""); // expected-error {{constant}} expected-note {{call… 406 static_assert(test_overflow<float>(), ""); // expected-error {{constant}} expected-note {{call}}
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 425 constexpr bool test_overflow() { in test_overflow() function 432 static_assert(test_overflow<int>(), ""); // expected-error {{constant}} expected-note {{call}} 433 static_assert(test_overflow<unsigned>(), ""); // ok, unsigned overflow is defined 434 static_assert(test_overflow<short>(), ""); // ok, short is promoted to int before multiplication 435 static_assert(test_overflow<unsigned short>(), ""); // ok 436 static_assert(test_overflow<unsigned long long>(), ""); // ok 437 …static_assert(test_overflow<long long>(), ""); // expected-error {{constant}} expected-note {{call… 438 static_assert(test_overflow<float>(), ""); // ok 439 static_assert(test_overflow<double>(), ""); // ok
|
/external/skia/tests/ |
D | PointTest.cpp | 103 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function 140 test_overflow(reporter); in DEF_TEST()
|
/external/skqp/tests/ |
D | PointTest.cpp | 103 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function 154 test_overflow(reporter); in DEF_TEST()
|
/external/jemalloc_new/test/unit/ |
D | size_classes.c | 139 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 182 test_overflow); in main()
|
/external/grpc-grpc/test/core/iomgr/ |
D | error_test.cc | 190 static void test_overflow() { in test_overflow() function 228 test_overflow(); in main()
|
/external/python/cpython3/Lib/test/test_json/ |
D | test_encode_basestring_ascii.py | 44 def test_overflow(self): member in TestCEncodeBasestringAscii
|
D | test_scanstring.py | 135 def test_overflow(self): member in TestScanstring
|
/external/python/cpython2/Lib/test/ |
D | test_list.py | 54 def test_overflow(self): member in ListTest
|
D | test_array.py | 994 def test_overflow(self): member in SignedNumberTest 1006 def test_overflow(self): member in UnsignedNumberTest
|
D | test_complex.py | 543 def test_overflow(self): member in ComplexTest
|
/external/grpc-grpc/test/core/gpr/ |
D | time_test.cc | 166 static void test_overflow(void) { in test_overflow() function 261 test_overflow(); in main()
|
/external/rust/crates/ryu/tests/ |
D | s2d_test.rs | 114 fn test_overflow() { in test_overflow() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_memfunctions.py | 8 def test_overflow(self): member in MemFunctionsTest
|
/external/llvm/test/Transforms/InstCombine/ |
D | allocsize.ll | 91 ; CHECK-LABEL: define void @test_overflow 92 define void @test_overflow(i8** %p, i32* %r) {
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_memfunctions.py | 9 def test_overflow(self): member in MemFunctionsTest
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | allocsize.ll | 91 ; CHECK-LABEL: define void @test_overflow 92 define void @test_overflow(i8** %p, i32* %r) {
|
/external/python/cpython2/Lib/json/tests/ |
D | test_scanstring.py | 151 def test_overflow(self): member in TestScanstring
|
/external/python/cpython3/Lib/test/ |
D | test_list.py | 63 def test_overflow(self): member in ListTest
|
/external/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/ |
D | calls.ll | 269 ; CHECK-LABEL: test_overflow 271 define i32 @test_overflow(i32* %a, i32* %b) {
|