Home
last modified time | relevance | path

Searched defs:SystemInfo (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dsystem_info.h44 struct SystemInfo { struct
46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo() function
70 // MinidumpSystemInfo::GetOS. argument
82 // this field should match those used by MinidumpSystemInfo::GetCPU. argument
83 string cpu;
89 string cpu_info;
93 int cpu_count;
/external/netperf/src/
Dnetcpu_ntperf.c146 SYSTEM_INFO SystemInfo; in InitPerfCntrs() local
207 SYSTEM_INFO SystemInfo; in RestartPerfCntrs() local
288 SYSTEM_INFO SystemInfo; in ReportPerfCntrs() local
Dnetlib.c297 SYSTEM_INFO SystemInfo; in netlib_get_page_size() local
897 SYSTEM_INFO SystemInfo; in get_num_cpus() local
3436 SYSTEM_INFO SystemInfo; in get_id() local
/external/webrtc/webrtc/base/
Dsysteminfo.cc93 SystemInfo::SystemInfo() { in SystemInfo() function in rtc::SystemInfo
/external/google-breakpad/src/processor/
Dstackwalker_unittest_utils.h170 typedef google_breakpad::SystemInfo SystemInfo; typedef
Dsynth_minidump.cc55 SystemInfo::SystemInfo(const Dump &dump, in SystemInfo() function in google_breakpad::SynthMinidump::SystemInfo