/bionic/libc/arch-mips/syscalls/ |
sysinfo.S | 4 .globl sysinfo 6 .ent sysinfo 8 sysinfo: label 22 .end sysinfo
|
/bionic/libc/arch-arm/syscalls/ |
sysinfo.S | 6 ENTRY(sysinfo) function 15 END(sysinfo)
|
/bionic/libc/arch-x86/syscalls/ |
sysinfo.S | 6 ENTRY(sysinfo) function 21 END(sysinfo)
|
/external/chromium/base/ |
sys_info_win.cc | 18 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::OperatingSystemVersionNumbers(int32* major_version [all...] |
sys_info_unittest.cc | 14 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::GetLinuxStandardBaseVersionKey()) [all...] |
sys_info_posix.cc | 29 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() {
|
sys_info_freebsd.cc | 13 int64 SysInfo::AmountOfPhysicalMemory() { 26 size_t SysInfo::MaxSharedMemorySize() {
|
sys_info_linux.cc | 12 int64 SysInfo::AmountOfPhysicalMemory() { 24 size_t SysInfo::MaxSharedMemorySize() {
|
sys_info_mac.cc | 17 void SysInfo::OperatingSystemVersionNumbers(int32* major_version, 29 int64 SysInfo::AmountOfPhysicalMemory() { 46 void SysInfo::GetPrimaryDisplayDimensions(int* width, int* height) { 55 int SysInfo::DisplayCount() {
|
sys_info_openbsd.cc | 14 int SysInfo::NumberOfProcessors() {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
sysinfo.h | 24 /* Get sysinfo structure from kernel header. */ 30 extern int sysinfo (struct sysinfo *__info) __THROW; 48 #endif /* sys/sysinfo.h */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
sysinfo.h | 24 /* Get sysinfo structure from kernel header. */ 30 extern int sysinfo (struct sysinfo *__info) __THROW; 48 #endif /* sys/sysinfo.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
sysinfo.h | 24 /* Get sysinfo structure from kernel header. */ 30 extern int sysinfo (struct sysinfo *__info) __THROW; 48 #endif /* sys/sysinfo.h */
|
/external/libvpx/libvpx/vp8/common/generic/ |
systemdependent.c | 48 SYSTEM_INFO sysinfo; local 56 pGNSI(&sysinfo); 58 GetSystemInfo(&sysinfo); 60 core_count = sysinfo.dwNumberOfProcessors;
|
/bionic/libc/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/development/ndk/platforms/android-3/include/sys/ |
sysinfo.h | 37 extern int sysinfo (struct sysinfo *info);
|
/development/ndk/platforms/android-9/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
sysinfo.h | 37 extern int sysinfo (struct sysinfo *info);
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|