HomeSort by relevance Sort by last modified time
    Searched defs:slop (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/util/
arena.cc 46 size_t slop = (current_mod == 0 ? 0 : align - current_mod); local
47 size_t needed = bytes + slop;
50 result = alloc_ptr_ + slop;
  /external/jpeg/
jmemmac.c 18 * application's zone, with the exception of the rather small "slop"
123 long slop, mem; local
132 * We add some slop to ensure we don't use up all available memory.
134 slop = max_bytes_needed / 16 + 32768L;
135 mem = CompactMem(max_bytes_needed + slop) - slop;
137 mem = 0; /* sigh, couldn't even get the slop */
jmemmgr.c 232 * we try to get enough space for the current request plus a "slop" factor,
233 * where the slop will be the amount of leftover space in the new pool.
234 * The speed vs. space tradeoff is largely determined by the slop values.
235 * A different slop value is provided for each pool class (lifetime),
263 size_t odd_bytes, min_request, slop; local
288 /* min_request is what we need now, slop is what will be leftover */
291 slop = first_pool_slop[pool_id];
293 slop = extra_pool_slop[pool_id];
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop = (size_t) (MAX_ALLOC_CHUNK-min_request)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_controller.cc 279 int slop = GetMargin(); local
280 return (r2.x() <= r1.right() + slop &&
281 r2.right() >= r1.x() - slop &&
282 r2.y() <= r1.bottom() + slop &&
283 r2.bottom() >= r1.y() - slop);
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.c 438 int length, numbytes, slop; local
463 slop = numbytes & 3;
475 if (slop) _XEatData(dpy, 4-slop);
982 int length, numbytes, slop; local
1007 slop = numbytes & 3;
1019 if (slop) _XEatData(dpy, 4-slop);
1053 int inSize, outSize, length, slop; local
1097 slop = outSize & 3
    [all...]
  /external/chromium_org/net/http/
http_util.cc 505 // some slop at the start. If the "http" string could not be found
509 const int slop = 4; local
513 int i_max = std::min(buf_len - http_len, slop);
588 // Skip any leading slop, since the consumers of this output
  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 234 * we try to get enough space for the current request plus a "slop" factor,
235 * where the slop will be the amount of leftover space in the new pool.
236 * The speed vs. space tradeoff is largely determined by the slop values.
237 * A different slop value is provided for each pool class (lifetime),
269 size_t min_request, slop; local
297 /* min_request is what we need now, slop is what will be leftover */
300 slop = first_pool_slop[pool_id];
302 slop = extra_pool_slop[pool_id];
304 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
305 slop = (size_t) (MAX_ALLOC_CHUNK-min_request)
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 509 int slop = gesture_detector_config_.touch_slop; local
510 int half_slop = slop / 2;
521 generator_->MoveTouch(gfx::Point(11 + slop + 1, 12));
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 2657 int slop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 1567 milliseconds