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

  /external/syslinux/gpxe/src/net/
retry.c 45 #define MIN_TIMEOUT 7
66 if ( timer->min_timeout == 0 )
67 timer->min_timeout = DEFAULT_MIN_TIMEOUT;
68 /* We must never be less than MIN_TIMEOUT under any circumstances */
69 if ( timer->min_timeout < MIN_TIMEOUT )
70 timer->min_timeout = MIN_TIMEOUT;
72 if ( timer->timeout < timer->min_timeout )
73 timer->timeout = timer->min_timeout;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java 34 private static final int MIN_TIMEOUT = 100;
41 MIN_TIMEOUT, MAX_TIMEOUT, mClock, mTimer);

Completed in 923 milliseconds