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

  /external/iproute2/examples/
cbq.init-v0.7.3 327 # QUANTUM=<bytes> optional, default not set
502 CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB"
616 PEAK=""; PERTURB=10; QUANTUM=""
638 QUANTUM=${QUANTUM:+quantum $QUANTUM}
782 $PERTURB $QUANTUM
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 73 // Alignment quantum for inexact repeating alarms
74 private static final long QUANTUM = AlarmManager.INTERVAL_FIFTEEN_MINUTES;
253 if (interval % QUANTUM != 0) {
254 if (localLOGV) Slog.v(TAG, "Interval " + interval + " not a quantum multiple");
266 // Slip forward to the next ELAPSED-timebase quantum after the stated time. If
267 // we're *at* a quantum point, leave it alone.
269 long offset = (triggerAtTime - skew) % QUANTUM;
271 adjustedTriggerTime = triggerAtTime - offset + QUANTUM;
276 // Set the alarm based on the quantum-aligned start time
    [all...]

Completed in 155 milliseconds