Home | History | Annotate | Download | only in metrics

Lines Matching defs:Probability

80   typedef int Probability;  // Probability type for being selected in a trial.
140 // Establish the name and probability of the next group in this trial.
144 int AppendGroup(const std::string& name, Probability group_probability);
190 Probability total_probability,
228 Probability total_probability,
271 const Probability divisor_;
276 // The randomly selected probability that is used to select a group (or have
279 Probability random_;
282 Probability accumulated_group_probability_;
377 FieldTrial::Probability total_probability,
394 FieldTrial::Probability total_probability,
456 // field trials to include the supplied trials, and using a 100% probability
470 // Create a FieldTrial with the given |name| and using 100% probability for