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

  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 448 Study* study1 = seed.add_study(); local
449 study1->set_name(kTrial1Name);
450 study1->set_default_experiment_name("Default");
451 AddExperiment(kGroup1Name, 100, study1);
452 AddExperiment("Default", 0, study1);
455 *study2 = *study1;
579 Study* study1 = seed.add_study(); local
580 study1->set_name(kTrialName);
581 study1->set_default_experiment_name("Default");
582 AddExperiment(kGroup1Name, 100, study1);
703 Study* study1 = seed.add_study(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 340 # study1 was sufficient to determine the continuation status,
428 # Note that study1 did this with a Python loop, but
430 # cases; the string may be huge, but study1 pre-squashed
431 # strings to a couple of characters per line. study1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 340 # study1 was sufficient to determine the continuation status,
428 # Note that study1 did this with a Python loop, but
430 # cases; the string may be huge, but study1 pre-squashed
431 # strings to a couple of characters per line. study1

Completed in 1160 milliseconds