Searched refs:SysInfo (Results 1 - 24 of 24) sorted by relevance

/external/chromium/base/
H A Dsys_info_posix.cc29 int SysInfo::NumberOfProcessors() {
43 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {
56 std::string SysInfo::OperatingSystemName() {
66 std::string SysInfo::OperatingSystemVersion() {
76 std::string SysInfo::CPUArchitecture() {
87 void SysInfo::GetPrimaryDisplayDimensions(int* width, int* height) {
102 int SysInfo::DisplayCount() {
118 size_t SysInfo::VMAllocationGranularity() {
H A Dsys_info_win.cc18 int SysInfo::NumberOfProcessors() {
23 int64 SysInfo::AmountOfPhysicalMemory() {
38 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {
50 std::string SysInfo::OperatingSystemName() {
55 std::string SysInfo::OperatingSystemVersion() {
74 std::string SysInfo::CPUArchitecture() {
80 void SysInfo::GetPrimaryDisplayDimensions(int* width, int* height) {
89 int SysInfo::DisplayCount() {
94 size_t SysInfo::VMAllocationGranularity() {
99 void SysInfo
[all...]
H A Dsys_info_unittest.cc14 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1);
19 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0);
20 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemoryMB(), 0);
27 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0)
36 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version,
48 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
55 EXPECT_GE(base::SysInfo::DisplayCount(), 1);
64 lsb_release.append(base::SysInfo::GetLinuxStandardBaseVersionKey());
66 base::SysInfo::ParseLsbRelease(lsb_release,
79 std::string lsb_release(base::SysInfo
[all...]
H A Dsys_info_freebsd.cc13 int64 SysInfo::AmountOfPhysicalMemory() {
26 size_t SysInfo::MaxSharedMemorySize() {
H A Dsys_info_linux.cc12 int64 SysInfo::AmountOfPhysicalMemory() {
24 size_t SysInfo::MaxSharedMemorySize() {
H A Dsys_info_mac.cc17 void SysInfo::OperatingSystemVersionNumbers(int32* major_version,
29 int64 SysInfo::AmountOfPhysicalMemory() {
46 void SysInfo::GetPrimaryDisplayDimensions(int* width, int* height) {
55 int SysInfo::DisplayCount() {
H A Dsys_info_openbsd.cc14 int SysInfo::NumberOfProcessors() {
H A Dsys_info_chromeos.cc46 void SysInfo::OperatingSystemVersionNumbers(int32* major_version,
50 // The other implementations of SysInfo don't block on the disk.
72 std::string SysInfo::GetLinuxStandardBaseVersionKey() {
77 void SysInfo::ParseLsbRelease(const std::string& lsb_release,
H A Dsys_info.h18 class BASE_API SysInfo { class in namespace:base
H A Dprocess_util_linux.cc522 processor_count_ = base::SysInfo::NumberOfProcessors();
H A Dprocess_util_win.cc560 processor_count_(base::SysInfo::NumberOfProcessors()),
/external/chromium/chrome/browser/
H A Dfullscreen_win.cc17 base::SysInfo::OperatingSystemVersionNumbers(&major_version,
H A Dbug_report_util.cc173 base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &bugFix);
H A Dprocess_info_snapshot_mac.cc389 base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &bugfix);
H A Dbrowser_browsertest.cc252 if (base::SysInfo::AmountOfPhysicalMemoryMB() >= 2048) {
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log.cc320 WriteAttribute("arch", base::SysInfo::CPUArchitecture());
325 WriteIntAttribute("mb", base::SysInfo::AmountOfPhysicalMemoryMB());
334 base::SysInfo::OperatingSystemName());
336 base::SysInfo::OperatingSystemVersion());
352 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
355 WriteIntAttribute("screens", base::SysInfo::DisplayCount());
/external/chromium/webkit/glue/
H A Duser_agent.cc46 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version,
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc62 base::SysInfo::OperatingSystemName().c_str(),
63 base::SysInfo::OperatingSystemVersion().c_str())));
295 int64 disk_space = base::SysInfo::AmountOfFreeDiskSpace(data_dir);
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc411 std::string os_name(base::SysInfo::OperatingSystemName());
412 std::string os_hardware(base::SysInfo::CPUArchitecture());
432 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version,
/external/llvm/lib/Support/Windows/
H A DPathV2.inc900 SYSTEM_INFO SysInfo;
901 ::GetSystemInfo(&SysInfo);
902 return SysInfo.dwAllocationGranularity;
/external/chromium/net/disk_cache/
H A Dmem_backend_impl.cc60 int64 total_memory = base::SysInfo::AmountOfPhysicalMemory();
H A Dbackend_impl.cc1425 int64 available = base::SysInfo::AmountOfFreeDiskSpace(path_);
2109 static int64 total_memory = base::SysInfo::AmountOfPhysicalMemory();
/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc38 int mem_size_mb = base::SysInfo::AmountOfPhysicalMemoryMB();
/external/chromium/net/socket/
H A Dtcp_client_socket_win.cc655 base::SysInfo::OperatingSystemVersionNumbers(&major_version, &minor_version,

Completed in 469 milliseconds