Searched refs:SystemInfo (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo_unittest.cc17 rtc::SystemInfo info;
25 rtc::SystemInfo info;
39 rtc::SystemInfo info;
41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture();
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture);
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture);
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture);
57 rtc::SystemInfo info;
65 rtc::SystemInfo info;
91 rtc::SystemInfo inf
[all...]
H A Dsysteminfo.h20 class SystemInfo { class in namespace:rtc
29 SystemInfo();
H A Dsysteminfo.cc110 SystemInfo::SystemInfo() function in class:rtc::SystemInfo
213 int SystemInfo::GetMaxCpus() {
218 int SystemInfo::GetMaxPhysicalCpus() {
225 int SystemInfo::GetCurCpus() {
248 SystemInfo::Architecture SystemInfo::GetCpuArchitecture() {
255 std::string SystemInfo::GetCpuVendor() {
274 int SystemInfo::GetCpuCacheSize() {
279 int SystemInfo
[all...]
H A Dcpumonitor.h24 class SystemInfo;
81 scoped_ptr<SystemInfo> sysinfo_;
H A Dcpumonitor.cc104 sysinfo_.reset(new SystemInfo);
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dsystem_info_unittest.py22 info = system_info.SystemInfo.FromDict(data)
23 self.assertTrue(isinstance(info, system_info.SystemInfo))
44 info = system_info.SystemInfo.FromDict(data)
62 system_info.SystemInfo.FromDict(data_copy)
H A Dsystem_info.py7 class SystemInfo(object): class in inherits:object
18 """Constructs a SystemInfo from a dictionary of attributes.
H A Dbrowser_unittest.py85 self.assertTrue(isinstance(info, system_info.SystemInfo))
/external/netperf/
H A Dnetcpu_ntperf.c166 SYSTEM_INFO SystemInfo; local
168 GetSystemInfo(&SystemInfo);
227 SYSTEM_INFO SystemInfo; local
229 GetSystemInfo(&SystemInfo);
259 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors)
263 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs);
308 SYSTEM_INFO SystemInfo; local
310 GetSystemInfo(&SystemInfo);
354 if ((int)SystemInfo.dwNumberOfProcessors > 1)
356 for (i=0; i < (int)SystemInfo
[all...]
H A Dnetlib.c295 SYSTEM_INFO SystemInfo; local
297 GetSystemInfo(&SystemInfo);
299 return SystemInfo.dwPageSize;
682 SYSTEM_INFO SystemInfo;
683 GetSystemInfo(&SystemInfo);
685 temp_cpus = SystemInfo.dwNumberOfProcessors;
2918 SYSTEM_INFO SystemInfo;
2919 GetSystemInfo( &SystemInfo ) ;
2936 SystemInfo.dwProcessorType
676 SYSTEM_INFO SystemInfo; local
2895 SYSTEM_INFO SystemInfo; local
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dsystem_info_backend.py16 req = {'method': 'SystemInfo.getInfo'}
29 return system_info.SystemInfo.FromDict(
/external/stlport/src/details/
H A Dfstream_win32io.cpp206 SYSTEM_INFO SystemInfo; local
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_system_info_handler.cc99 RegisterCommandHandler(devtools::SystemInfo::getInfo::kName,
H A Ddevtools_http_handler_impl.cc388 devtools::SystemInfo::kName,
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dtest_expectations_unittest.py32 self.system_info = system_info.SystemInfo.FromDict({

Completed in 3833 milliseconds