HomeSort by relevance Sort by last modified time
    Searched refs:study2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 183 Study* study2 = seed.add_study(); local
184 *study2 = *study1;
208 study2->set_expiry_date(TimeToProtoTime(year_ago));
277 study.set_name("Study2");
281 EXPECT_EQ(std::string(), GetVariationParamValue("Study2", "x"));
308 Study* study2 = seed.add_study(); local
309 study2->set_name("B");
310 study2->set_default_experiment_name("Default");
311 AddExperiment("BB", 100, study2);
312 AddExperiment("Default", 0, study2);
    [all...]
study_filtering_unittest.cc 387 Study* study2 = seed.add_study(); local
388 *study2 = *study1;
389 study2->mutable_experiment(0)->set_name("Bam");

Completed in 55 milliseconds