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

  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 96 * <dt>throttleMs</dt>
151 static final String THROTTLE_MS_INIT_PARAM = "throttleMs";
401 long throttleMs = getThrottleMs();
402 if (throttled != Boolean.TRUE && throttleMs > 0)
408 if (throttleMs > 0)
409 continuation.setTimeout(throttleMs);
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 212 milliseconds