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

  /external/chromium_org/components/variations/
study_filtering.h 31 // Checks whether a study is applicable for the given |hardware_class| per
34 const std::string& hardware_class);
61 const std::string& hardware_class);
74 const std::string& hardware_class,
study_filtering.cc 68 const std::string& hardware_class) {
69 // Empty hardware_class and exclude_hardware_class matches all.
80 // Check if the entry is a substring of |hardware_class|.
81 size_t position = hardware_class.find(filter.hardware_class(i));
91 // Check if the entry is a substring of |hardware_class|.
92 size_t position = hardware_class.find(
169 const std::string& hardware_class) {
203 if (!CheckStudyHardwareClass(study.filter(), hardware_class)) {
205 " due to hardware_class."
    [all...]
variations_seed_processor.h 31 // factor and hardware_class).
38 const std::string& hardware_class);
variations_seed_simulator.h 62 const std::string& hardware_class);
study_filtering_unittest.cc 318 const char* hardware_class; member in struct:chrome_variations::__anon11268
358 std::vector<std::string> hardware_class; local
359 base::SplitString(test_cases[i].hardware_class, ',', &hardware_class);
360 for (size_t j = 0; j < hardware_class.size(); ++j)
361 filter.add_hardware_class(hardware_class[j]);
variations_seed_processor.cc 76 const std::string& hardware_class) {
79 form_factor, hardware_class, &filtered_studies);
variations_seed_simulator.cc 118 const std::string& hardware_class) {
121 form_factor, hardware_class, &filtered_studies);
  /external/chromium_org/chromeos/system/
statistics_provider.cc 73 const char kHardwareClassKey[] = "hardware_class";
255 std::string hardware_class = machine_info_[kHardwareClassCrosSystemKey]; local
256 if (hardware_class.empty() || hardware_class == kCrosSystemUnknownValue)
259 machine_info_[kHardwareClassKey] = hardware_class;

Completed in 113 milliseconds