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/linux-tools-perf/src/tools/perf/util/
tool.h 37 throttle, member in struct:perf_tool
  /system/gatekeeper/
gatekeeper.cpp 51 bool throttle = (pw_handle->version >= HANDLE_VERSION_THROTTLE); local
52 if (throttle) {
72 if (throttle && timeout > 0) {
125 bool throttle = (password_handle->version >= HANDLE_VERSION_THROTTLE); local
127 if (throttle) {
156 if (throttle) ClearFailureRecord(uid, user_id, throttle_secure);
159 if (throttle && timeout > 0) {
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 89 private float throttle = -1; field in class:HDRRenderer
138 public void setThrottle(float throttle){
139 this.throttle = throttle;
339 blendFactor = (time / throttle);
366 if (throttle == -1){
383 }else if (time > throttle){
  /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/trace-viewer/tracing/third_party/tvcm/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/lib/main/
h2-1.2.147.jar 

Completed in 307 milliseconds