Searched defs:throttle (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
H A Dsession.h86 throttle, member in struct:perf_event_ops
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java89 private float throttle = -1; field in class:HDRRenderer
138 public void setThrottle(float throttle){ argument
139 this.throttle = throttle;
339 blendFactor = (time / throttle);
366 if (throttle == -1){
383 }else if (time > throttle){
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java308 * Throttle count. This is used to count the overall number of probes sent by JmDNS. When the last throttle increment happened .
313 * Last throttle increment.
2167 public void setThrottle(int throttle) { argument
2168 this._throttle = throttle;

Completed in 482 milliseconds