OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBackoffRandomizationFactor
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/sync/engine/
polling_constants.cc
23
const int
kBackoffRandomizationFactor
= 2;
polling_constants.h
16
extern const int
kBackoffRandomizationFactor
;
syncer_thread.cc
735
last_delay.InSeconds() *
kBackoffRandomizationFactor
);
742
(rand_sign * (last_delay.InSeconds() /
kBackoffRandomizationFactor
));
[
all
...]
/external/chromium_org/sync/internal_api/public/engine/
polling_constants.cc
23
const int
kBackoffRandomizationFactor
= 2;
polling_constants.h
17
SYNC_EXPORT extern const int
kBackoffRandomizationFactor
;
/external/chromium_org/sync/engine/
backoff_delay_provider.cc
46
last_delay.InSeconds() *
kBackoffRandomizationFactor
);
53
(rand_sign * (last_delay.InSeconds() /
kBackoffRandomizationFactor
));
/external/chromium_org/chrome/browser/sync/
retry_verifier.cc
20
syncer::
kBackoffRandomizationFactor
);
24
syncer::
kBackoffRandomizationFactor
);
Completed in 83 milliseconds