OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSectionIntValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
linux_unittest.cc
68
EXPECT_TRUE(proc_info.
GetSectionIntValue
(0, "model", &out_model));
72
EXPECT_TRUE(proc_info.
GetSectionIntValue
(0, "stepping", &out_stepping));
76
EXPECT_TRUE(proc_info.
GetSectionIntValue
(0, "processor", &out_processor));
linux.h
117
virtual bool
GetSectionIntValue
(size_t section_num, const std::string& key,
linux.cc
83
if (
GetSectionIntValue
(i, "processor", &processor_id)) {
120
if (
GetSectionIntValue
(i, "physical id", &physical_id) &&
121
GetSectionIntValue
(i, "cpu cores", &cores) &&
147
if (
GetSectionIntValue
(i, "CPU architecture", &cpu_family)) {
153
GetSectionIntValue
(0, "cpu family", &cpu_family);
175
bool ProcCpuInfo::
GetSectionIntValue
(size_t section_num,
systeminfo.cc
196
proc_info.
GetSectionIntValue
(0, "model", &cpu_model_);
197
proc_info.
GetSectionIntValue
(0, "stepping", &cpu_stepping_);
198
proc_info.
GetSectionIntValue
(0, "cpu MHz", &cpu_speed_);
199
proc_info.
GetSectionIntValue
(0, "cache size", &cache_size_);
Completed in 93 milliseconds