/libcore/luni/src/main/java/java/util/concurrent/ |
TimeUnit.java | 169 * Scale d by m, checking for overflow. 189 * overflow saturate to {@code Long.MIN_VALUE} if negative or 199 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow. 211 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow. 223 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow. 235 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
full_streambuf.h | 26 int_type overflow(int_type c) { function in class:full_streambuf
|
/ndk/tests/device/test-stlport/unit/ |
full_streambuf.h | 26 int_type overflow(int_type c) { function in class:full_streambuf
|
/packages/apps/Dialer/InCallUI/res/values-sw410dp/ |
config.xml | 19 count are put into the overflow menu. -->
|
/packages/apps/UnifiedEmail/res/raw/ |
template_print_message.html | 25 <div style="overflow: hidden;">
|
/system/media/audio_utils/ |
roundup.c | 27 // 0x800000001 and higher are actually rounded _down_ to prevent overflow
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
beq.s | 16 # Test that branches which overflow are converted to jumps.
|
/external/bison/lib/ |
xalloc-oversized.h | 24 to size arithmetic overflow. S must be positive and N must be 28 By gnulib convention, SIZE_MAX represents overflow in size
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
tab_id_importer.py | 16 # Needs to run after all other importers so overflow events have been 38 # trace buffer overflow.
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-dropdown/ |
iron-dropdown-scroll-manager.html | 194 this._originalBodyStyles.overflow = document.body.style.overflow; 198 // Disable overflow scrolling on body: 199 // TODO(cdata): It is technically not sufficient to hide overflow on 201 // the current scroll locking element and hide overflow on them. This 204 document.body.style.overflow = 'hidden'; 221 document.body.style.overflow = this._originalBodyStyles.overflow;
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
layer_picker.css | 31 overflow: auto; 37 overflow: auto;
|
/external/clang/test/Sema/ |
builtin-object-size.c | 26 __builtin___vsnprintf_chk (0, 42, 0, 11, fmt, args); // expected-warning {{'__builtin___vsnprintf_chk' will always overflow destination buffer}} 53 __builtin___memccpy_chk (b, buf, '\0', sizeof(buf), __builtin_object_size (b, 0)); // expected-warning {{'__builtin___memccpy_chk' will always overflow destination buffer}}
|
/external/clang/test/SemaCXX/ |
cxx11-crashes.cpp | 3 // rdar://12240916 stack overflow. 40 // rdar://12542261 stack overflow.
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
suppressions-darwin.cc | 31 // CHECK-CRASH: AddressSanitizer: heap-buffer-overflow 33 // CHECK-IGNORE-NOT: AddressSanitizer: heap-buffer-overflow
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
malloc-in-qsort.cc | 43 // CHECK-FAST: ERROR: AddressSanitizer: heap-buffer-overflow 48 // CHECK-SLOW: ERROR: AddressSanitizer: heap-buffer-overflow
|
overflow-in-qsort.cc | 41 // CHECK-FAST: ERROR: AddressSanitizer: global-buffer-overflow 45 // CHECK-SLOW: ERROR: AddressSanitizer: global-buffer-overflow
|
stack-overflow-sigbus.cc | 1 // Test ASan detection of stack-overflow condition when Linux sends SIGBUS. 25 // CHECK: {{stack-overflow on address 0x.* \(pc 0x.* bp 0x.* sp 0x.* T.*\)}}
|
/external/llvm/test/Analysis/ScalarEvolution/ |
pointer-sign-bits.ll | 8 br i1 undef, label %"stack overflow", label %"no stack overflow" 26 "stack overflow": ; preds = %start 29 "no stack overflow": ; preds = %start 30 br i1 undef, label %verifyNullCont, label %"no stack overflow.end_crit_edge" 32 "no stack overflow.end_crit_edge": ; preds = %"no stack overflow" 35 verifyNullCont: ; preds = %"no stack overflow"
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-extract.ll | 29 declare %addovf @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone 32 %r = call %addovf @llvm.sadd.with.overflow.i32(i32 %x, i32 %y)
|
/external/pdfium/third_party/base/numerics/ |
safe_conversions.h | 26 // overflow or underflow. NaN source will always trigger a CHECK. 34 // that the specified numeric conversion will saturate rather than overflow or
|
/external/v8/src/base/ |
safe_conversions.h | 28 // overflow or underflow. NaN source will always trigger a CHECK. 36 // that the specified numeric conversion will saturate rather than overflow or
|
/external/v8/test/mjsunit/regress/ |
regress-233.js | 29 // A stack overflow detected by a global regexp match wasn't handled correctly. 38 // Stack overflow caught.
|
regress-475705.js | 6 // stack depth that causes a stack overflow. The issue only arises without 10 // Should not crash with a stack overflow in the regexp compiler, even when the
|
/external/v8/tools/sodium/ |
styles.css | 8 overflow:auto; 16 overflow:auto;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
abs_quant_loop.c | 60 /* To prevent negative overflow */ 63 /* To prevent positive overflow */
|