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

  /external/chromium/chrome/browser/
about_flags.h 82 int num_choices; member in struct:about_flags::Experiment
about_flags.cc 364 DCHECK_LT(index, e.num_choices);
375 for (int i = 0; i < e.num_choices; ++i)
385 DCHECK_EQ(0, e.num_choices);
389 DCHECK_GT(e.num_choices, 0);
458 for (int i = 0; i < experiment.num_choices; ++i) {
583 for (int j = 0; j < e.num_choices; ++j)
669 for (int i = 0; i < e->num_choices; ++i) {
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 362 int num_choices = search_engine_choices_.size(); local
384 if (num_choices > 0) {
408 (label_width - (num_choices * logo_width)) / (num_choices + 1);
421 if (num_choices > 2) {
426 if (num_choices > 3) {
447 if (num_choices > 2) {
452 if (num_choices > 3) {
  /external/srec/srec/ca/
cnfd_scr.c 142 int num_choices,num_choices_left; local
145 num_choices_left = num_choices = srec_nbest_get_num_choices(nbestlist);
147 for(current_choice=0;current_choice<num_choices;current_choice++)

Completed in 64 milliseconds