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

  /external/e2fsprogs/lib/e2p/
ostype.c 25 * Convert an os_type to a string
27 char *e2p_os2string(int os_type)
32 if (os_type <= EXT2_OS_LITES)
33 os = os_tab[os_type];
44 * Convert an os_type to a string
e2p.h 71 char *e2p_os2string(int os_type);
  /external/chromium_org/gpu/config/
gpu_control_list_entry_unittest.cc 129 const GpuControlList::OsType os_type[] = { local
136 for (size_t i = 0; i < arraysize(os_type); ++i)
137 EXPECT_TRUE(entry->Contains(os_type[i], "10.6", gpu_info()));
157 const GpuControlList::OsType os_type[] = { local
163 for (size_t i = 0; i < arraysize(os_type); ++i)
164 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
190 const GpuControlList::OsType os_type[] = { local
197 for (size_t i = 0; i < arraysize(os_type); ++i)
198 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
222 const GpuControlList::OsType os_type[] = local
281 const GpuControlList::OsType os_type[] = { local
308 const GpuControlList::OsType os_type[] = { local
489 const GpuControlList::OsType os_type[] = { local
516 const GpuControlList::OsType os_type[] = { local
    [all...]
gpu_control_list_os_info_unittest.cc 27 const GpuControlList::OsType os_type[] = { local
38 EXPECT_EQ(os_type[i], info.type());
125 const GpuControlList::OsType os_type[] = { local
130 for (size_t i = 0; i < arraysize(os_type); ++i) {
131 EXPECT_TRUE(info.Contains(os_type[i], std::string()));
132 EXPECT_TRUE(info.Contains(os_type[i], "7.8"));
gpu_control_list.cc 464 std::string os_type; local
468 os_value->GetString("type", &os_type);
475 if (!entry->SetOsInfo(os_type, os_version_op, os_version_string,
    [all...]
gpu_control_list.h 290 bool Contains(OsType os_type, const std::string& os_version,
  /external/chromium_org/base/win/
windows_version.cc 85 DWORD os_type; local
93 0, 0, &os_type);
94 switch (os_type) {
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 33 const llvm::Triple::OSType os_type = triple_ref.getOS(); local
34 if ((os_type == llvm::Triple::UnknownOS))
  /external/chromium_org/content/test/gpu/gpu_tests/
cloud_storage_test_base.py 126 self.options.os_type, self.vendor_id, self.device_id, msaa_string)
129 self.options.os_type, self.vendor_string, self.device_string,

Completed in 233 milliseconds