Home | History | Annotate | Download | only in metrics

Lines Matching refs:Probability

75   typedef int Probability;  // Probability type for being selected in a trial.
124 // Establish the name and probability of the next group in this trial.
128 int AppendGroup(const std::string& name, Probability group_probability);
169 Probability total_probability,
205 Probability total_probability,
241 const Probability divisor_;
246 // The randomly selected probability that is used to select a group (or have
249 Probability random_;
252 Probability accumulated_group_probability_;
351 FieldTrial::Probability total_probability,
368 FieldTrial::Probability total_probability,
410 // field trials to include the supplied trials, and using a 100% probability
423 // Create a FieldTrial with the given |name| and using 100% probability for