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

  /external/chromium_org/components/variations/
study_filtering_unittest.cc 78 const Study_FormFactor form_factors[] = { local
85 static_cast<int>(arraysize(form_factors)));
87 bool form_factor_added[arraysize(form_factors)] = { 0 };
90 for (size_t i = 0; i <= arraysize(form_factors); ++i) {
91 for (size_t j = 0; j < arraysize(form_factors); ++j) {
95 form_factors[j]);
99 if (i < arraysize(form_factors)) {
100 filter.add_form_factor(form_factors[i]);
108 for (size_t i = 0; i <= arraysize(form_factors); ++i) {
109 for (size_t j = 0; j < arraysize(form_factors); ++j)
    [all...]

Completed in 8948 milliseconds