OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPermutedValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.h
41
virtual uint16
GetPermutedValue
(uint32 randomization_seed) const OVERRIDE;
caching_permuted_entropy_provider.cc
41
uint16 CachingPermutedEntropyProvider::
GetPermutedValue
(
47
value = PermutedEntropyProvider::
GetPermutedValue
(randomization_seed);
/external/chromium_org/components/variations/
entropy_provider.h
83
virtual uint16
GetPermutedValue
(uint32 randomization_seed) const;
entropy_provider.cc
108
return
GetPermutedValue
(randomization_seed) /
112
uint16 PermutedEntropyProvider::
GetPermutedValue
(
Completed in 577 milliseconds