Home | History | Annotate | Download | only in metrics

Lines Matching defs:loser

146   const std::string loser = "Loser";
153 trial->AppendGroup(loser, 5); // 50% chance of not being chosen.
252 const std::string loser = "Loser";
261 trial->AppendGroup(loser, 999999999); // 99.9999999% chance of being chosen.
558 EXPECT_FALSE(FieldTrialList::CreateTrialsFromString("Some name/Loser/",
691 FieldTrial* trial2 = FieldTrialList::CreateFieldTrial("Some_name", "Loser");