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

  /external/iproute2/tc/
tc_red.c 79 double maxtime = 31/lW; local
84 if (maxtime/(1<<clog) < 512)
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 76 * @param maxtime the max possible time of the last occurrence. null means no limit
82 public long getLastOccurence(Time dtstart, Time maxtime,
128 if (hasCount || recur.rdates != null || maxtime != null) {
133 (maxtime != null) ?
134 maxtime.toMillis(false /* use isDst */) : -1 /* range end */);
    [all...]

Completed in 401 milliseconds