/external/valgrind/main/exp-sgcheck/ |
sg_main.c | 88 if there is any overlap. Redundant paranoia with casting is there 331 /* If there are any blocks which overlap and have the same 1125 Bool overlap = False; local [all...] |
/external/valgrind/main/memcheck/docs/ |
mc-manual.xml | 336 <sect2 id="mc-manual.overlap" 348 <computeroutput>dst</computeroutput> pointers aren't allowed to overlap. 350 between objects that overlap, the behavior is undefined." Therefore, 356 ==27492== Source and destination overlap in memcpy(0xbffff294, 0xbffff280, 21) 358 ==27492== by 0x804865A: main (overlap.c:40) 361 <para>You don't want the two blocks to overlap because one of them could [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_imdct_synth.h | 85 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
/frameworks/base/core/java/com/android/internal/util/ |
FileRotator.java | 283 * Read any rotated data that overlap the requested time range.
|
/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 155 <!-- Amount of close_handle that will NOT overlap the notification list -->
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 559 // Overlap two graphic formats and different blends 560 // Results displayed after all overlap measurments with 590 // Display overlap results [all...] |
/frameworks/wilhelm/src/itf/ |
IEqualizer.c | 300 // assumes bands can overlap (a pessimistic assumption)
|
/libcore/luni/src/main/java/javax/xml/transform/ |
overview.html | 175 this process, despite the overlap with Java object serialization.</p>
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallButtonPresenter.java | 288 // while the dialpad is visible (since it would overlap.)
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
ProjectPickerAdapter.java | 179 // Draw movie title at the left of the overlay. Trim title if it is going to overlap with
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/ |
printing.py | 242 but has some overlap. GDB's built-in printing will not handle
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/ |
printing.py | 242 but has some overlap. GDB's built-in printing will not handle
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_algobase.h | 161 * The ranges must not overlap. 293 // because the input and output ranges are permitted to overlap.) 615 * that the start of the output range may overlap [first,last). 651 * that the start of the output range may overlap [first,last). [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
BaseLayoutRuleTest.java | 135 // 4 original from the sample elements, plus overlap with one
|
/dalvik/vm/compiler/codegen/mips/Mips32/ |
Factory.cpp | 884 // Handle overlap 895 // Handle overlap
|
/external/aac/libSYS/include/ |
genericStds.h | 314 * Copy memory. Source and destination memory must not overlap. 324 * Copy memory. Source and destination memory are allowed to overlap.
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view_layout.cc | 35 // The vertical overlap between the TabStrip and the Toolbar. 364 // Raise the |infobar_container_| by its vertical overlap.
|
/external/chromium/net/spdy/ |
spdy_session_unittest.cc | 622 // The third host has no overlap with the first, so it can't pool IPs. 633 // Overlap between 2 and 3 does is not transitive to 1.
|
/external/chromium_org/cc/resources/ |
picture_layer_tiling.cc | 266 // and ToEnclosingRect, tiles might overlap in destination space on the 284 // sure that the new current geometry rect doesn't overlap with the last.
|
/external/chromium_org/cc/trees/ |
layer_sorter.cc | 90 // Early out if the projected bounds don't overlap. 127 // Check the corresponding layer depth value for all overlap points to
|
/external/chromium_org/chrome/browser/history/ |
scored_history_match.cc | 80 // Sort matches by offset and eliminate any which overlap. 84 // suggestion string. But this sort and de-overlap doesn't have to
|
/external/chromium_org/courgette/ |
disassembler_win32_x86.cc | 487 // region that could overlap rel32_rva. 491 // overlap. Skip four bytes past the abs32 reloc.
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.cpp | 2183 size_t overlap = m_overlap; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpatialNavigation.cpp | 670 // df = dotDist + dx + dy + 2 * (xdisplacement + ydisplacement) - sqrt(Overlap) 728 // Area elements tend to overlap more than other focusable elements. We flatten the rect of the area elements
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
unorm.h | 191 * The source and result buffers must not be the same, nor overlap. 440 * @param right Right source string. Must not be the same as dest, nor overlap.
|