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

  /external/v8/test/unittests/base/
sys-info-unittest.cc 18 EXPECT_LT(0, SysInfo::NumberOfProcessors());
23 EXPECT_LT(0, SysInfo::AmountOfPhysicalMemory());
28 EXPECT_LE(0, SysInfo::AmountOfVirtualMemory());
  /external/libchrome/base/
sys_info_unittest.cc 22 EXPECT_GT(base::SysInfo::MaxSharedMemorySize(), 0u);
28 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1);
33 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0);
34 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemoryMB(), 0);
36 EXPECT_GE(base::SysInfo::AmountOfVirtualMemory(), 0);
43 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0)
52 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version,
62 base::TimeDelta up_time_1 = base::SysInfo::Uptime();
66 base::TimeDelta up_time_2 = base::SysInfo::Uptime();
73 std::string hardware_model = base::SysInfo::HardwareModelName()
    [all...]
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_mac.cc 24 std::string SysInfo::OperatingSystemName() {
29 std::string SysInfo::OperatingSystemVersion() {
36 void SysInfo::OperatingSystemVersionNumbers(int32_t* major_version,
48 int64_t SysInfo::AmountOfPhysicalMemory() {
65 int64_t SysInfo::AmountOfAvailablePhysicalMemory() {
83 std::string SysInfo::CPUModelName() {
91 std::string SysInfo::HardwareModelName() {
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 Time SysInfo::GetLsbReleaseTime() {
208 bool SysInfo::IsRunningOnChromeOS()
    [all...]
sys_info_posix.cc 81 int SysInfo::NumberOfProcessors() {
87 int64_t SysInfo::AmountOfVirtualMemory() {
92 int64_t SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {
103 std::string SysInfo::OperatingSystemName() {
115 std::string SysInfo::OperatingSystemVersion() {
126 std::string SysInfo::OperatingSystemArchitecture() {
142 size_t SysInfo::VMAllocationGranularity() {
sys_info_linux.cc 64 int64_t SysInfo::AmountOfAvailablePhysicalMemory() {
69 int64_t SysInfo::AmountOfPhysicalMemory() {
74 uint64_t SysInfo::MaxSharedMemorySize() {
79 std::string SysInfo::CPUModelName() {
sys_info.h 21 class BASE_EXPORT SysInfo {
  /external/v8/src/base/
sys-info.h 14 class SysInfo final {
sys-info.cc 31 int SysInfo::NumberOfProcessors() {
55 int64_t SysInfo::AmountOfPhysicalMemory() {
106 int64_t SysInfo::AmountOfVirtualMemory() {
  /external/libchrome/sandbox/linux/services/
yama_unittests.cc 32 base::SysInfo::OperatingSystemArchitecture() == "x86_64";
33 bool is_linux = base::SysInfo::OperatingSystemName() == "Linux";
35 base::SysInfo::OperatingSystemVersion(), "3.2",
  /external/libchrome/base/files/
memory_mapped_file.cc 87 static_cast<int64_t>(SysInfo::VMAllocationGranularity()) - 1;
file_util_posix.cc 481 if (SysInfo::IsRunningOnChromeOS()) {
  /system/nativepower/example/
power_example.cc 60 CHECK(client.Suspend(base::SysInfo::Uptime(),
  /system/nativepower/daemon/
power_manager_unittest.cc 123 const int64_t kStartTime = base::SysInfo::Uptime().InMilliseconds();
138 interface_->goToSleep(base::SysInfo::Uptime().InMilliseconds(), 0, 0));
power_manager.cc 120 last_resume_uptime_ = base::SysInfo::Uptime();
  /system/core/metricsd/collectors/
cpu_usage_collector.cc 50 num_cpu_ = base::SysInfo::NumberOfProcessors();
  /external/v8/src/libplatform/
default-platform.cc 69 thread_pool_size = base::SysInfo::NumberOfProcessors();
  /external/libchrome/base/process/
process_metrics_mac.cc 340 processor_count_ = SysInfo::NumberOfProcessors();
process_metrics_linux.cc 320 processor_count_ = SysInfo::NumberOfProcessors();
  /external/libchrome/base/trace_event/
trace_log.cc     [all...]
  /external/v8/src/
d8.cc     [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]

Completed in 995 milliseconds