/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 | 70 char *e2p_os2string(int os_type);
|
/external/chromium_org/chrome/test/functional/perf/ |
endure_setup.py | 55 'chromium-browser-continuous/{os_type}/{revision}'), 97 os_type = GetCurrentOSType() 98 if not os_type.startswith('Linux'): 100 % os_type) 120 FetchBinaries(fetch_py, binary_dir, os_type) 209 def FetchBinaries(fetch_py, binary_dir, os_type): 215 os_type: 'Mac', 'Win', 'Linux', 'Linux_x64'. 220 revision = GetLatestRevision(os_type) 227 os_type=os_type, revision=revision) [all...] |
/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 | 128 const GpuControlList::OsType os_type[] = { local 135 for (size_t i = 0; i < arraysize(os_type); ++i) 136 EXPECT_TRUE(entry->Contains(os_type[i], "10.6", gpu_info())); 156 const GpuControlList::OsType os_type[] = { local 162 for (size_t i = 0; i < arraysize(os_type); ++i) 163 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info())); 189 const GpuControlList::OsType os_type[] = { local 196 for (size_t i = 0; i < arraysize(os_type); ++i) 197 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info())); 221 const GpuControlList::OsType os_type[] = local 280 const GpuControlList::OsType os_type[] = { local 307 const GpuControlList::OsType os_type[] = { local 395 const GpuControlList::OsType os_type[] = { local 422 const GpuControlList::OsType os_type[] = { local [all...] |
gpu_control_list.cc | 482 std::string os_type; local 486 os_value->GetString("type", &os_type); 493 if (!entry->SetOsInfo(os_type, os_version_op, os_version_string, [all...] |
gpu_control_list.h | 298 bool Contains(OsType os_type, const std::string& os_version,
|
/external/chromium_org/chrome/test/pyautolib/ |
fetch_prebuilt_pyauto.py | 107 os_type = {'win': 'Win', 112 if os_type == 'Linux' and platform.architecture()[0] == '64bit': 113 os_type = 'Linux_x64' 115 'chromium-browser-continuous/%s/LAST_CHANGE' % os_type) 122 'chromium-browser-continuous/%s/%s' % (os_type,
|
/external/chromium_org/base/win/ |
windows_version.cc | 85 DWORD os_type; local 93 0, 0, &os_type); 94 switch (os_type) {
|