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

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 217 int ticksLeft;
222 this.ticksLeft = this.ticks;
227 ticksLeft--;
228 if (ticksLeft == -1) {
230 this.ticksLeft = 2 * ticks;
241 int ticksLeft;
245 this.ticksLeft = this.ticks;
267 ticksLeft--;
268 if (ticksLeft == -1) {
270 this.ticksLeft = 2 * ticks
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 905 milliseconds