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/
variations_seed_processor_unittest.cc 192 const Study_FormFactor form_factors[] = { local
199 static_cast<int>(arraysize(form_factors)));
201 bool form_factor_added[arraysize(form_factors)] = { 0 };
204 for (size_t i = 0; i <= arraysize(form_factors); ++i) {
205 for (size_t j = 0; j < arraysize(form_factors); ++j) {
209 form_factors[j]);
213 if (i < arraysize(form_factors)) {
214 filter.add_form_factor(form_factors[i]);
222 for (size_t i = 0; i <= arraysize(form_factors); ++i) {
223 for (size_t j = 0; j < arraysize(form_factors); ++j)
    [all...]

Completed in 815 milliseconds