HomeSort by relevance Sort by last modified time
    Searched full:overflow (Results 351 - 375 of 9855) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/sdk/support_api_diff/24.2.0/
changes.html 2 <HTML style="overflow:auto;">
17 body{overflow:auto;}
19 #doc-content{overflow:visible;border-left:3px solid #666;}
  /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/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF8.java 74 return CoderResult.OVERFLOW;
145 /* put in overflow buffer (not handled here) */
147 cr = CoderResult.OVERFLOW;
163 cr = CoderResult.OVERFLOW;
175 cr = CoderResult.OVERFLOW;
280 /* put in overflow buffer (not handled here) */
282 cr = CoderResult.OVERFLOW;
300 cr = CoderResult.OVERFLOW;
312 cr = CoderResult.OVERFLOW;
359 return CoderResult.OVERFLOW;
    [all...]
  /cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
roundup.c 27 // 0x800000001 and higher are actually rounded _down_ to prevent overflow
  /external/autotest/client/tests/tracing_microbenchmark/
control 12 overflow the ring buffer, so the buffer is generously sized.
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
main.css 19 overflow: hidden; /* Prevents scroll bar flickering on resize. */
60 overflow: auto;
92 overflow-x: hidden;
93 overflow-y: auto;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-item/
paper-item-body.html 46 overflow: hidden; /* needed for text-overflow: ellipsis to work on ff */
61 overflow: hidden;
62 text-overflow: ellipsis;
  /external/compiler-rt/test/asan/TestCases/Posix/
interception-in-shared-lib-test.cc 22 // CHECK: {{.*ERROR: AddressSanitizer: stack-buffer-overflow}}
new_array_cookie_test.cc 19 // CHECK: AddressSanitizer: heap-buffer-overflow
  /external/compiler-rt/test/asan/TestCases/Windows/
calloc_left_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
calloc_right_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
dll_intercept_memchr.cc 12 // CHECK: AddressSanitizer: stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
global_const_string_oob.cc 13 // CHECK: AddressSanitizer: global-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
iostream_sbo.cc 17 // CHECK-NOT: AddressSanitizer: stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
malloc_left_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
malloc_right_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
operator_array_new_left_oob.cc 7 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
operator_array_new_right_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
operator_new_left_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
operator_new_right_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
realloc_left_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
realloc_right_oob.cc 9 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
stack_array_right_oob.cc 10 // CHECK: AddressSanitizer: stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
wrong_downcast_on_heap.cc 18 // CHECK: AddressSanitizer: heap-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]

Completed in 429 milliseconds

<<11121314151617181920>>