HomeSort by relevance Sort by last modified time
    Searched refs:SLOP (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/icu/source/test/perf/usetperf/
bitset.cpp 16 const int32_t SLOP = 8;
21 len = SLOP;
  /external/icu4c/test/perf/usetperf/
bitset.cpp 16 const int32_t SLOP = 8;
21 len = SLOP;
  /frameworks/base/tools/obbtool/
mkobb.sh 29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks
221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 376 && mPartial.fRight + SLOP >= rect.fLeft
402 touch coordinates, given some slop */
410 if (!mBounds.isEmpty() && (mPartial.fTop > mBounds.fBottom + SLOP
411 || mPartial.fBottom < mBounds.fTop - SLOP)) {
443 static const int SLOP = 30; // space between text parts and lines
534 touch coordinates, given some slop */
836 const int slop = 1; local
837 WebCore::IntRect rect = WebCore::IntRect(x - slop, y - slop,
838 slop * 2, slop * 2)
    [all...]
SelectText.cpp 305 // FIXME: the -1/8 below takes care of slop beween the computed gap
    [all...]

Completed in 376 milliseconds