| /external/llvm/include/llvm/ADT/ |
| IntervalMap.h | 352 /// after an overflow or underflow. Reserve space for a new element at Position, 600 /// @return (insert position, new size), or (i, Capacity+1) on overflow. 626 // Detect overflow. 644 // We must insert before i. Detect overflow. 727 assert(Size < N && "branch node overflow"); [all...] |
| /external/stlport/stlport/stl/ |
| _sstream.c | 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) function in class:_Alloc 163 return _Traits::eof(); // Overflow always fails if it's read-only
|
| _fstream.h | 204 virtual int_type overflow(int_type = traits_type::eof());
|
| /external/v8/src/mips/ |
| constants-mips.h | 377 overflow = 0, enumerator in enum:v8::internal::Condition
|
| /external/valgrind/main/cachegrind/ |
| cg_main.c | [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _sstream.c | 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) function in class:_Alloc 163 return _Traits::eof(); // Overflow always fails if it's read-only
|
| _fstream.h | 204 virtual int_type overflow(int_type = traits_type::eof());
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
| cpplib.h | 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num [all...] |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| cpplib.h | 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num [all...] |
| /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
| cpplib.h | 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
| _sstream.c | 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) function in class:_Alloc 163 return _Traits::eof(); // Overflow always fails if it's read-only
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
| _sstream.c | 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) function in class:_Alloc 163 return _Traits::eof(); // Overflow always fails if it's read-only
|
| /dalvik/vm/mterp/x86-atom/ |
| footer.S | 233 * find space for the new stack frame, check for overflow 253 jl .LstackOverflow # handle frame overflow 456 * fix stack overflow if necessary 510 cmp $$0, %eax # check for stack overflow;
|
| /external/libffi/ |
| ltcf-cxx.sh | 133 # or program results in "error TOC overflow" add -mminimal-toc to [all...] |
| /external/v8/test/mjsunit/ |
| array-sort.js | 54 // Tricky case avoiding integer overflow in Runtime_SmiLexicographicCompare.
|
| large-object-allocation.js | 28 // Allocate a very large object that is guaranteed to overflow the
|
| /dalvik/vm/mterp/x86/ |
| footer.S | 343 * find space for the new stack frame, check for overflow 363 jl .LstackOverflow # handle frame overflow
|
| /external/libpng/ |
| CHANGES | 243 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits. 246 More type casting. Removed erroneous overflow test in pngmem.c. [all...] |
| /external/llvm/lib/Support/ |
| APInt.cpp | 971 // Return infinity for exponent overflow [all...] |
| /external/v8/src/arm/ |
| simulator-arm.cc | 499 PrintF("OVERFLOW flag: %d; ", sim_->overflow_vfp_flag_); 1306 bool overflow; local [all...] |
| /external/valgrind/main/callgrind/ |
| sim.c | [all...] |
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| glslang_tab.cpp | [all...] |
| /external/webkit/Source/WebCore/css/ |
| html.css | 84 overflow: -webkit-marquee 672 overflow: hidden;
|
| /external/webkit/Source/WebCore/page/ |
| FrameView.cpp | 497 // Handle the overflow:hidden/scroll case for the body/html elements. WinIE treats 498 // overflow:hidden and overflow:scroll on <body> as applying to the document's 563 // It's sufficient to just check the X overflow, [all...] |
| /external/webkit/Source/WebCore/rendering/ |
| RenderBlockLineLayout.cpp | 395 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right 466 // Always compute glyph overflow if the block's line-box-contain value is "glyphs". 468 // If we don't stick out of the root line's font box, then don't bother computing our glyph overflow. This optimization 898 IntRect overflow = layoutOverflowRect(); local [all...] |