Home
last modified time | relevance | path

Searched refs:GetEntropyForTrial (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/test/
Dmock_entropy_provider.cc14 double MockEntropyProvider::GetEntropyForTrial( in GetEntropyForTrial() function in base::MockEntropyProvider
Dmock_entropy_provider.h21 double GetEntropyForTrial(const std::string& trial_name,
/external/libchrome/base/metrics/
Dfield_trial.h118 virtual double GetEntropyForTrial(const std::string& trial_name,
Dfield_trial.cc585 entropy_value = entropy_provider->GetEntropyForTrial(trial_name, in FactoryGetFieldTrialWithRandomizationSeed()