Home
last modified time | relevance | path

Searched refs:hardware_class (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/variations/
Dstudy_filtering.cc68 const std::string& hardware_class) { in CheckStudyHardwareClass() argument
81 size_t position = hardware_class.find(filter.hardware_class(i)); in CheckStudyHardwareClass()
92 size_t position = hardware_class.find( in CheckStudyHardwareClass()
169 const std::string& hardware_class) { in ShouldAddStudy() argument
203 if (!CheckStudyHardwareClass(study.filter(), hardware_class)) { in ShouldAddStudy()
223 const std::string& hardware_class, in FilterAndValidateStudies() argument
237 channel, form_factor, hardware_class)) { in FilterAndValidateStudies()
Dstudy_filtering.h34 const std::string& hardware_class);
61 const std::string& hardware_class);
74 const std::string& hardware_class,
Dstudy_filtering_unittest.cc318 const char* hardware_class; in TEST() member
358 std::vector<std::string> hardware_class; in TEST() local
359 base::SplitString(test_cases[i].hardware_class, ',', &hardware_class); in TEST()
360 for (size_t j = 0; j < hardware_class.size(); ++j) in TEST()
361 filter.add_hardware_class(hardware_class[j]); in TEST()
Dvariations_seed_processor.cc89 const std::string& hardware_class, in CreateTrialsFromSeed() argument
93 form_factor, hardware_class, &filtered_studies); in CreateTrialsFromSeed()
Dvariations_seed_processor.h43 const std::string& hardware_class,
Dvariations_seed_simulator.h62 const std::string& hardware_class);
Dvariations_seed_simulator.cc118 const std::string& hardware_class) { in SimulateSeedStudies() argument
121 form_factor, hardware_class, &filtered_studies); in SimulateSeedStudies()
/external/chromium_org/chromeos/system/
Dstatistics_provider.cc255 std::string hardware_class = machine_info_[kHardwareClassCrosSystemKey]; in LoadMachineStatistics() local
256 if (hardware_class.empty() || hardware_class == kCrosSystemUnknownValue) in LoadMachineStatistics()
259 machine_info_[kHardwareClassKey] = hardware_class; in LoadMachineStatistics()
/external/chromium_org/components/variations/proto/
Dstudy.proto208 // entry is treated as a substring of the actual device hardware_class,
213 repeated string hardware_class = 8; field
217 // hardware_class, so "FOO" will match the client's hardware class
219 // unless |hardware_class| is specified. Mutually exclusive with
220 // |hardware_class|.
/external/chromium_org/components/metrics/proto/
Dsystem_profile.proto108 optional string hardware_class = 4; field