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

  /packages/apps/Browser/src/com/android/browser/view/
PieStackView.java 30 private static final int SLOP = 5;
66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
  /external/chromium_org/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;
  /external/chromium_org/content/test/data/indexeddb/
value_size_test.js 26 var SLOP = 1024;
38 value = repeat(SEED, LIMIT_MB * CHARS_PER_MB - SLOP); // Just under limit
96 overLimit = value + repeat(SEED, SLOP * 2);
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 186 int SLOP = 2;
188 if (rightDistance < radius + SLOP) {
192 if (bottomDistance < radius + SLOP) {
197 boolean createColumn = leftDistance < radius + SLOP;
198 boolean createRow = topDistance < radius + SLOP;
    [all...]

Completed in 181 milliseconds