/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
overflow.pass.cpp | 15 // int_type overflow(int_type c = traits::eof()); 32 overflow(typename base::int_type c = base::traits_type::eof()) function in struct:testbuf 33 {++overflow_called; return base::overflow(c);} 42 tb.overflow();
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
overflow.pass.cpp | 15 // int_type overflow(int_type c = traits::eof()); 32 overflow(typename base::int_type c = base::traits_type::eof()) function in struct:testbuf 33 {++overflow_called; return base::overflow(c);} 42 tb.overflow();
|
/cts/apps/CtsVerifier/assets/report/ |
compatibility_result.css | 143 overflow:hidden; 153 overflow:hidden; 163 overflow:auto;
|
/external/dng_sdk/source/ |
dng_safe_arithmetic.cpp | 11 // https://www.securecoding.cert.org/confluence/display/c/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow 36 ThrowProgramError("Arithmetic overflow"); 49 ThrowProgramError("Arithmetic overflow"); 105 ThrowProgramError("Arithmetic overflow"); 115 ThrowProgramError("Arithmetic overflow"); 171 ThrowProgramError("Arithmetic overflow"); 183 bool overflow = true; local 187 overflow = (arg1 > std::numeric_limits<std::int64_t>::max() / arg2); 189 overflow = (arg2 < std::numeric_limits<std::int64_t>::min() / arg1); 193 overflow = (arg1 < std::numeric_limits<std::int64_t>::min() / arg2) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
Android.mk | 74 #LOCAL_SANITIZE := signed-integer-overflow 97 #LOCAL_SANITIZE := signed-integer-overflow 129 #LOCAL_SANITIZE := signed-integer-overflow
|
/prebuilts/go/darwin-x86/src/time/ |
internal_test.go | 23 // We manually create a runtimeTimer to bypass the overflow 38 // overflow timer and kick the timer proc back into service. 44 // Instead we zero the overflow timer duration and start it
|
/prebuilts/go/linux-x86/src/time/ |
internal_test.go | 23 // We manually create a runtimeTimer to bypass the overflow 38 // overflow timer and kick the timer proc back into service. 44 // Instead we zero the overflow timer duration and start it
|
/external/autotest/frontend/client/src/autotest/public/ |
tkoclient.css | 4 overflow: hidden;
|
/external/mesa3d/src/mesa/main/ |
eval.c | 583 goto overflow; 593 goto overflow; 599 goto overflow; 608 goto overflow; 615 goto overflow; 627 overflow: 675 goto overflow; 685 goto overflow; 691 goto overflow; 700 goto overflow; [all...] |
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
Android.mk | 16 LOCAL_SANITIZE := signed-integer-overflow cfi
|
/frameworks/av/media/libstagefright/wifi-display/ |
Android.mk | 34 LOCAL_SANITIZE := signed-integer-overflow cfi
|
/prebuilts/go/darwin-x86/src/math/ |
exp_amd64.s | 93 JGE overflow 110 overflow: // return +Inf label
|
hypot.go | 12 // unnecessary overflow and underflow.
|
pow10.go | 7 // This table might overflow 127-bit exponent representations.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4316.go | 7 // Issue 4316: the stack overflow check in the linker
|
/prebuilts/go/linux-x86/src/math/ |
exp_amd64.s | 93 JGE overflow 110 overflow: // return +Inf label
|
hypot.go | 12 // unnecessary overflow and underflow.
|
pow10.go | 7 // This table might overflow 127-bit exponent representations.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4316.go | 7 // Issue 4316: the stack overflow check in the linker
|
/system/netd/server/ |
Android.mk | 24 LOCAL_SANITIZE := unsigned-integer-overflow 51 LOCAL_SANITIZE := unsigned-integer-overflow 131 LOCAL_SANITIZE := unsigned-integer-overflow 144 LOCAL_SANITIZE := unsigned-integer-overflow
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-ns32k.c | 152 int overflow = 0; local 353 /* FIXME: This overflow checking is incomplete, because the value 358 FIXME: We should also do overflow checking on the result after 393 overflow if howto->bitsize is the number of bits in 405 overflow if howto->bitsize is the number of bits in 415 overflow. */ 558 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow) 576 bfd_boolean overflow; local 600 /* Check for overflow. FIXME: We may drop bits during the addition 604 overflow = FALSE [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips@branch-misc-4.d | 6 # Verify PC-relative relocations do not overflow (microMIPS).
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
MultU64x32.S | 38 imull 8(%esp), %ecx # overflow not detectable
|
/external/clang/test/SemaCXX/ |
enum.cpp | 108 enum { overflow = 123456 * 234567 }; enumerator in enum:__anon15717
|
/external/icu/icu4c/source/common/ |
ucnv_u16.c | 59 char overflow[4]; local 180 * prepare for overflow output 183 overflow[0]=(char)(c>>8); 184 overflow[1]=(char)c; 198 length=0; /* from here on, length counts the bytes in overflow[] */ 211 /* output the surrogate pair, will overflow (see conditions comment above) */ 213 overflow[0]=(char)(c>>8); 214 overflow[1]=(char)c; 215 overflow[2]=(char)(trail>>8); 216 overflow[3]=(char)trail 658 char overflow[4]; local [all...] |