Home | History | Annotate | Download | only in chromeos

Lines Matching refs:trial

51 // Establishes field trial for wifi scanning in chromeos.  crbug.com/242733.
58 scoped_refptr<base::FieldTrial> trial =
66 group_to_char[trial->AppendGroup("FullScan", 0)] = "c";
67 group_to_char[trial->AppendGroup("33Percent_4MinMax", 0)] = "1";
68 group_to_char[trial->AppendGroup("50Percent_4MinMax", 0)] = "2";
69 group_to_char[trial->AppendGroup("50Percent_8MinMax", 0)] = "3";
70 group_to_char[trial->AppendGroup("100Percent_8MinMax", 0)] = "4";
71 group_to_char[trial->AppendGroup("100Percent_1MinSeen_A", 0)] = "5";
72 group_to_char[trial->AppendGroup("100Percent_1MinSeen_B", 0)] = "6";
73 group_to_char[trial->AppendGroup("100Percent_1Min_4Max", 0)] = "7";
77 const int group_num = trial->group();
85 VLOG(1) << "Configured in group '" << trial->group_name()
87 << name_of_experiment << " field trial";