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

  /external/chromium_org/chrome/browser/
about_flags.h 107 int num_choices; member in struct:about_flags::Experiment
about_flags.cc     [all...]
about_flags_unittest.cc 196 for (int j = 0; j < experiment.num_choices; ++j) {
  /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++)
  /external/chromium_org/win8/metro_driver/
file_picker.cc 518 uint32 num_choices = 0; local
519 hr = choices->get_Size(&num_choices);
523 if (num_choices == 0) {
file_picker_ash.cc 466 uint32 num_choices = 0; local
467 hr = choices->get_Size(&num_choices);
471 if (num_choices == 0) {

Completed in 539 milliseconds