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

  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 217 Study* study2 = seed.add_study(); local
218 *study2 = *study1;
247 study2->set_expiry_date(TimeToProtoTime(year_ago));
284 study.set_name("Study2");
380 study.set_name("Study2");
384 EXPECT_EQ(std::string(), GetVariationParamValue("Study2", "x"));
411 Study* study2 = seed.add_study(); local
412 study2->set_name("B");
413 study2->set_default_experiment_name("Default");
414 AddExperiment("BB", 100, study2);
    [all...]
study_filtering_unittest.cc 387 Study* study2 = seed.add_study(); local
388 *study2 = *study1;
389 study2->mutable_experiment(0)->set_name("Bam");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 341 # but doing more requires looking at every character. study2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 341 # but doing more requires looking at every character. study2

Completed in 97 milliseconds