/external/kernel-headers/original/uapi/linux/ |
kernel.h | 5 #include <linux/sysinfo.h>
|
/external/libchrome/base/ |
sys_info.cc | 30 int ram_size_mb = SysInfo::AmountOfPhysicalMemoryMB(); 39 bool SysInfo::IsLowEndDevice() { 53 std::string SysInfo::HardwareModelName() { 59 base::TimeDelta SysInfo::Uptime() {
|
sys_info_chromeos.cc | 89 SysInfo::LsbReleaseMap::const_iterator iter = lsb_release_map_.find(key); 105 const SysInfo::LsbReleaseMap& lsb_release_map() const { 159 SysInfo::LsbReleaseMap lsb_release_map_; 176 void SysInfo::OperatingSystemVersionNumbers(int32_t* major_version, 184 const SysInfo::LsbReleaseMap& SysInfo::GetLsbReleaseMap() { 189 bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) { 194 std::string SysInfo::GetLsbReleaseBoard() { 203 std::string SysInfo::GetStrippedReleaseBoard() { 213 Time SysInfo::GetLsbReleaseTime() [all...] |
sys_info_linux.cc | 46 int64_t SysInfo::AmountOfPhysicalMemory() { 51 int64_t SysInfo::AmountOfAvailablePhysicalMemory() { 59 int64_t SysInfo::AmountOfAvailablePhysicalMemory( 72 std::string SysInfo::CPUModelName() {
|
sys_info_posix.cc | 135 int SysInfo::NumberOfProcessors() { 141 int64_t SysInfo::AmountOfVirtualMemory() { 146 int64_t SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { 156 int64_t SysInfo::AmountOfTotalDiskSpace(const FilePath& path) { 167 std::string SysInfo::OperatingSystemName() { 179 std::string SysInfo::OperatingSystemVersion() { 191 void SysInfo::OperatingSystemVersionNumbers(int32_t* major_version, 214 std::string SysInfo::OperatingSystemArchitecture() { 230 size_t SysInfo::VMAllocationGranularity() {
|
/bionic/libc/bionic/ |
sysinfo.cpp | 29 #include <sys/sysinfo.h> 80 struct sysinfo si; 81 sysinfo(&si); 86 struct sysinfo si; 87 sysinfo(&si);
|
/external/autotest/client/bin/result_tools/ |
throttler_lib_unittest.py | 27 {'sysinfo': 51 ['', 'sysinfo', 'var', 'log', 'file4'], 52 ['', 'sysinfo', 'file3'], 60 ['', 'sysinfo', 'var', 'log', 'file4'], 61 ['', 'sysinfo', 'file3'],
|
/external/linux-kselftest/tools/testing/selftests/size/ |
get_size.c | 17 * sysinfo(), write(), and _exit() 24 #include <sys/sysinfo.h> 76 struct sysinfo info; 83 ccode = sysinfo(&info); 87 print(" ---\n reason: \"could not get sysinfo\"\n ...\n");
|
/external/ltp/testcases/kernel/syscalls/sysinfo/ |
sysinfo02.c | 24 * Verify that sysinfo() returns the correct error for an invalid address structure. 27 * sysinfo() returns value 0 on success and the sysinfo structure should 68 #include <sys/sysinfo.h> 85 struct sysinfo *sysinfo_buf; 100 TEST(sysinfo(sysinfo_buf)); 109 tst_brkm(TFAIL, cleanup, "sysinfo() Failed, Expected -1"
|
sysinfo01.c | 23 * Verify that sysinfo() succeeds to get the system information and fills 27 * sysinfo() returns value 0 on success and the sysinfo structure should 41 * if we are being called by another sysinfo test. 72 #include <sys/sysinfo.h> 84 struct sysinfo *sys_buf; 89 sys_buf = malloc(sizeof(struct sysinfo)); 101 TEST(sysinfo(sys_buf)); 105 tst_brkm(TFAIL, cleanup, "sysinfo() Failed, errno=%d" 112 * sysinfo [all...] |
/frameworks/compile/mclinker/lib/Support/Windows/ |
System.inc | 32 SYSTEM_INFO sysinfo; 33 GetSystemInfo(&sysinfo); 34 _pagesize = sysinfo.dwPageSize;
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
help | 30 sysinfo
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
control.dummyServer | 49 from autotest_lib.client.bin import sysinfo 61 'under the sysinfo/ folder in results.') 64 job.sysinfo.add_logdir(sysinfo.logdir(folder, excludes=()))
|
control.dummyServerNoSsp | 48 from autotest_lib.client.bin import sysinfo 60 'under the sysinfo/ folder in results.') 63 job.sysinfo.add_logdir(sysinfo.logdir(folder, excludes=()))
|
control.smoke | 49 from autotest_lib.client.bin import sysinfo 60 'under the sysinfo/ folder in results.') 63 job.sysinfo.add_logdir(sysinfo.logdir(folder, excludes=()))
|
/external/autotest/server/site_tests/provision_AutoUpdate/ |
control | 39 from autotest_lib.client.bin import sysinfo 58 job.sysinfo.add_logdir( 59 sysinfo.logdir(constants.AUTOUPDATE_PRESERVE_LOG)) 62 # Only collect pre-test sysinfo to save time.
|
/bionic/libc/include/sys/ |
sysinfo.h | 37 int sysinfo(struct sysinfo* __info);
|
/external/autotest/server/site_tests/logging_KernelCrashServer/ |
control | 31 for log in job.sysinfo.test_loggables: 33 job.sysinfo.test_loggables.remove(log)
|
/external/deqp/framework/platform/win32/ |
tcuWin32VulkanPlatform.cpp | 173 SYSTEM_INFO sysInfo; 175 deMemset(&sysInfo, 0, sizeof(sysInfo)); 176 GetSystemInfo(&sysInfo); 180 const char* const archName = getProcessorArchitectureName(sysInfo.wProcessorArchitecture); 185 dst << tcu::toHex(sysInfo.wProcessorArchitecture); 188 dst << ", level " << tcu::toHex(sysInfo.wProcessorLevel) << ", revision " << tcu::toHex(sysInfo.wProcessorRevision);
|
/external/scrypt/ |
config.h | 38 /* Define to 1 if the system has the type `struct sysinfo'. */ 41 /* Define to 1 if `mem_unit' is member of `struct sysinfo'. */ 44 /* Define to 1 if `totalram' is member of `struct sysinfo'. */ 50 /* Define to 1 if you have the `sysinfo' function. */ 62 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
|
/external/gemmlowp/internal/ |
platform.h | 64 SYSTEM_INFO sysinfo; local 65 GetSystemInfo(&sysinfo); 66 return sysinfo.dwNumberOfProcessors;
|
/external/v8/src/base/ |
sys-info.cc | 31 int SysInfo::NumberOfProcessors() { 55 int64_t SysInfo::AmountOfPhysicalMemory() { 103 int64_t SysInfo::AmountOfVirtualMemory() {
|
/external/autotest/client/bin/ |
base_sysinfo.py | 50 """ Abstract class for representing all things "loggable" by sysinfo. """ 88 r = "sysinfo.logfile(%r, %r, %r)" 138 r = "sysinfo.command(%r, %r, %r)" 264 sysinfodir = os.path.join(resultsdir, "sysinfo") 297 @log.log_and_ignore_errors("post-reboot sysinfo error:") 314 @log.log_and_ignore_errors("pre-test sysinfo error:") 338 @log.log_and_ignore_errors("post-test sysinfo error:") 346 # create a symlink in the test sysinfo dir to the current boot 367 # log some sysinfo data into the test keyval file 382 @log.log_and_ignore_errors("pre-test siteration sysinfo error:" [all...] |
/bionic/libc/kernel/uapi/linux/ |
kernel.h | 21 #include <linux/sysinfo.h>
|
sysinfo.h | 23 struct sysinfo { struct
|