HomeSort by relevance Sort by last modified time
    Searched defs:os_type (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/config/
gpu_control_list_os_info_unittest.cc 27 const GpuControlList::OsType os_type[] = { local
38 EXPECT_EQ(os_type[i], info.type());
85 const GpuControlList::OsType os_type[] = { local
90 for (size_t i = 0; i < arraysize(os_type); ++i) {
91 EXPECT_TRUE(info.Contains(os_type[i], std::string()));
92 EXPECT_TRUE(info.Contains(os_type[i], "7.8"));
gpu_control_list_entry_unittest.cc 130 const GpuControlList::OsType os_type[] = { local
137 for (size_t i = 0; i < arraysize(os_type); ++i)
138 EXPECT_TRUE(entry->Contains(os_type[i], "10.6", gpu_info()));
158 const GpuControlList::OsType os_type[] = { local
164 for (size_t i = 0; i < arraysize(os_type); ++i)
165 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
191 const GpuControlList::OsType os_type[] = { local
198 for (size_t i = 0; i < arraysize(os_type); ++i)
199 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
223 const GpuControlList::OsType os_type[] = local
282 const GpuControlList::OsType os_type[] = { local
309 const GpuControlList::OsType os_type[] = { local
388 const GpuControlList::OsType os_type[] = { local
415 const GpuControlList::OsType os_type[] = { local
442 const GpuControlList::OsType os_type[] = { local
    [all...]
gpu_control_list.cc 481 std::string os_type; local
485 os_value->GetString("type", &os_type);
492 if (!entry->SetOsInfo(os_type, os_version_op, os_version_string,
    [all...]

Completed in 57 milliseconds