/external/jemalloc/test/integration/ |
D | overflow.c | 3 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 48 test_overflow)); in main()
|
D | mallocx.c | 66 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 230 test_overflow, in main()
|
D | rallocx.c | 222 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 258 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/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/skia/tests/ |
D | PointTest.cpp | 85 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function 136 test_overflow(reporter); in DEF_TEST()
|
/external/jemalloc/test/unit/ |
D | size_classes.c | 140 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 183 test_overflow)); in main()
|
/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 | 514 def test_overflow(self): member in ComplexTest
|
D | test_zlib.py | 119 def test_overflow(self): member in ExceptionTestCase
|
D | test_float.py | 796 def test_overflow(self): member in RoundTestCase
|
D | test_datetime.py | 416 def test_overflow(self): member in TestTimeDelta 727 def test_overflow(self): member in TestDate
|
/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/cpython2/Lib/json/tests/ |
D | test_scanstring.py | 151 def test_overflow(self): member in TestScanstring
|
/external/python/cpython2/Misc/ |
D | NEWS | 1828 - Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memory
|