Searched refs:os_type (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/lib/e2p/
H A Dostype.c25 * Convert an os_type to a string
27 char *e2p_os2string(int os_type) argument
32 if (os_type <= EXT2_OS_LITES)
33 os = os_tab[os_type];
44 * Convert an os_type to a string
H A De2p.h71 char *e2p_os2string(int os_type);
/external/chromium_org/gpu/config/
H A Dgpu_control_list_os_info_unittest.cc27 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"));
H A Dgpu_control_list_entry_unittest.cc129 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
[all...]
H A Dgpu_control_list.cc433 std::string os_type; local
437 os_value->GetString("type", &os_type);
444 if (!entry->SetOsInfo(os_type, os_version_op, os_version_string,
1101 OsType os_type, const std::string& os_version,
1103 DCHECK(os_type != kOsAny);
1104 if (os_info_.get() != NULL && !os_info_->Contains(os_type, os_version))
1248 if (exceptions_[i]->Contains(os_type, os_version, gpu_info) &&
1100 Contains( OsType os_type, const std::string& os_version, const GPUInfo& gpu_info) const argument
H A Dgpu_control_list.h264 bool Contains(OsType os_type, const std::string& os_version,
/external/chromium_org/base/win/
H A Dwindows_version.cc85 DWORD os_type; local
93 0, 0, &os_type);
94 switch (os_type) {
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp33 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/
H A Dcloud_storage_test_base.py127 self.options.os_type, self.vendor_id, self.device_id, msaa_string)
130 self.options.os_type, self.vendor_string, self.device_string,

Completed in 1500 milliseconds