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.h70 char *e2p_os2string(int os_type);
/external/chromium_org/chrome/test/functional/perf/
H A Dendure_setup.py55 '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, revisio
[all...]
/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());
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"));
H A Dgpu_control_list_entry_unittest.cc128 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...]
H A Dgpu_control_list.cc482 std::string os_type; local
486 os_value->GetString("type", &os_type);
493 if (!entry->SetOsInfo(os_type, os_version_op, os_version_string,
1036 OsType os_type, const std::string& os_version,
1038 DCHECK(os_type != kOsAny);
1039 if (os_info_.get() != NULL && !os_info_->Contains(os_type, os_version))
1129 if (exceptions_[i]->Contains(os_type, os_version, gpu_info) &&
1035 Contains( OsType os_type, const std::string& os_version, const GPUInfo& gpu_info) const argument
H A Dgpu_control_list.h298 bool Contains(OsType os_type, const std::string& os_version,
/external/chromium_org/chrome/test/pyautolib/
H A Dfetch_prebuilt_pyauto.py107 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/
H A Dwindows_version.cc85 DWORD os_type; local
93 0, 0, &os_type);
94 switch (os_type) {

Completed in 273 milliseconds