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

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTestParams.java 10 public int throttle; field in class:ObexTestParams
13 public ObexTestParams(int packageSize, int throttle, long bytesToSend) {
15 this.throttle = throttle;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventQueue.java 32 public MonkeyEventQueue(Random random, long throttle, boolean randomizeThrottle) {
35 mThrottle = throttle;
43 long throttle = mThrottle; local
45 throttle = mRandom.nextLong();
46 if (throttle < 0) {
47 throttle = -throttle;
49 throttle %= mThrottle;
50 ++throttle;
52 super.add(new MonkeyThrottleEvent(throttle));
    [all...]
  /external/ImageMagick/Magick++/lib/
ResourceLimits.cpp 83 void Magick::ResourceLimits::throttle(const MagickSizeType limit_) function in class:Magick::ResourceLimits
88 MagickCore::MagickSizeType Magick::ResourceLimits::throttle(void) function in class:Magick::ResourceLimits
  /system/gatekeeper/
gatekeeper.cpp 53 bool throttle = (pw_handle->version >= HANDLE_VERSION_THROTTLE); local
54 if (throttle) {
74 if (throttle && timeout > 0) {
127 bool throttle = (password_handle->version >= HANDLE_VERSION_THROTTLE); local
129 if (throttle) {
158 if (throttle) ClearFailureRecord(uid, user_id, throttle_secure);
161 if (throttle && timeout > 0) {
  /external/ImageMagick/MagickCore/
resource.c 86 throttle,
120 MagickULLConstant(0), /* initial throttle */
130 MagickULLConstant(0), /* throttle limit */
281 ((MagickSizeType) resource_info.throttle < limit) ?
283 (void) FormatMagickSize((MagickSizeType) resource_info.throttle,
649 resource=(MagickSizeType) resource_info.throttle;
829 (void) FormatLocaleFile(file," Throttle: %.20g\n",(double)
84 throttle, member in struct:_ResourceInfo
    [all...]
  /external/mesa3d/src/glx/
dri2_glx.c 89 const __DRI2throttleExtension *throttle; member in struct:dri2_screen
481 * This function uses the DRI2 throttle extension to give the
482 * driver the opportunity to throttle on flush front, copysubbuffer
490 if (psc->throttle) {
496 psc->throttle->throttle(ctx, draw->driDrawable, reason);
1002 psc->throttle = (__DRI2throttleExtension *) extensions[i];
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 90 * <dd>how long to blocking wait for the throttle semaphore.</dd>
237 long throttle = __DEFAULT_THROTTLE_MS; local
240 throttle = Long.parseLong(parameter);
241 setThrottleMs(throttle);
351 // So either reject it, delay it or throttle it
367 // fall through to throttle code
388 // Throttle the request
425 // if we were accepted (either immediately or after throttle)
786 * blocking wait for the throttle semaphore.
797 * blocking wait for the throttle semaphore
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
knockout-2.0.0.js 28 r.b("ko.memoization.unmemoizeDomNodeAndDescendants",r.r.Sa);r.Aa={throttle:function(a,b){a.throttleEvaluation=b;var d=o;return r.i({read:a,write:function(e){clearTimeout(d);d=setTimeout(function(){a(e)},b)}})},notify:function(a,b){a.equalityComparer="always"==b?function(){return p}:r.w.fn.equalityComparer;return a}};r.b("ko.extenders",r.Aa);r.Oa=function(a,b){this.da=a;this.bb=b;r.l(this,"dispose",this.v)};r.Oa.prototype.v=function(){this.nb=m;this.bb()};
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 289 * throttle callbacks.
303 void (*throttle)(__DRIcontext *ctx, member in struct:__DRI2throttleExtensionRec
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 289 * throttle callbacks.
303 void (*throttle)(__DRIcontext *ctx, member in struct:__DRI2throttleExtensionRec
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 546 milliseconds