HomeSort by relevance Sort by last modified time
    Searched full:rand_sign (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 738 int rand_sign = base::RandInt(0, 1) * 2 - 1; local
742 (rand_sign * (last_delay.InSeconds() / kBackoffRandomizationFactor));
    [all...]

Completed in 998 milliseconds