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

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo_unittest.cc 30 #include "talk/base/systeminfo.h"
34 talk_base::SystemInfo info;
42 talk_base::SystemInfo info;
56 talk_base::SystemInfo info;
58 talk_base::SystemInfo::Architecture architecture = info.GetCpuArchitecture();
61 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_X64, architecture);
64 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_ARM, architecture);
66 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_X86, architecture);
74 talk_base::SystemInfo info;
82 talk_base::SystemInfo info
    [all...]
systeminfo.h 37 class SystemInfo {
46 SystemInfo();
systeminfo.cc 28 #include "talk/base/systeminfo.h"
127 SystemInfo::SystemInfo()
228 int SystemInfo::GetMaxCpus() {
233 int SystemInfo::GetMaxPhysicalCpus() {
240 int SystemInfo::GetCurCpus() {
263 SystemInfo::Architecture SystemInfo::GetCpuArchitecture() {
270 std::string SystemInfo::GetCpuVendor() {
289 int SystemInfo::GetCpuCacheSize()
    [all...]
cpumonitor.h 41 class SystemInfo;
98 scoped_ptr<SystemInfo> sysinfo_;
cpumonitor.cc 35 #include "talk/base/systeminfo.h"
120 sysinfo_.reset(new SystemInfo);
  /external/netperf/
netcpu_ntperf.c 166 SYSTEM_INFO SystemInfo;
168 GetSystemInfo(&SystemInfo);
227 SYSTEM_INFO SystemInfo;
229 GetSystemInfo(&SystemInfo);
259 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors)
263 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs);
308 SYSTEM_INFO SystemInfo;
310 GetSystemInfo(&SystemInfo);
354 if ((int)SystemInfo.dwNumberOfProcessors > 1)
356 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++
    [all...]
netlib.c 295 SYSTEM_INFO SystemInfo;
297 GetSystemInfo(&SystemInfo);
299 return SystemInfo.dwPageSize;
682 SYSTEM_INFO SystemInfo;
683 GetSystemInfo(&SystemInfo);
685 temp_cpus = SystemInfo.dwNumberOfProcessors;
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 206 SYSTEM_INFO SystemInfo;
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 206 SYSTEM_INFO SystemInfo;
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;

Completed in 753 milliseconds