Home
last modified time | relevance | path

Searched refs:SystemInfo (Results 1 – 25 of 62) sorted by relevance

123

/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc17 rtc::SystemInfo info; in TEST()
25 rtc::SystemInfo info; in TEST()
39 rtc::SystemInfo info; in TEST()
41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); in TEST()
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture); in TEST()
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture); in TEST()
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture); in TEST()
57 rtc::SystemInfo info; in TEST()
83 rtc::SystemInfo info; in TEST()
90 rtc::SystemInfo info; in TEST()
[all …]
Dsysteminfo.cc91 int SystemInfo::logical_cpus_ = 0;
93 SystemInfo::SystemInfo() { in SystemInfo() function in rtc::SystemInfo
98 int SystemInfo::GetMaxCpus() { in GetMaxCpus()
107 int SystemInfo::GetCurCpus() { in GetCurCpus()
131 SystemInfo::Architecture SystemInfo::GetCpuArchitecture() { in GetCpuArchitecture()
146 std::string SystemInfo::GetCpuVendor() { in GetCpuVendor()
164 int64_t SystemInfo::GetMemorySize() { in GetMemorySize()
200 std::string SystemInfo::GetMachineModel() { in GetMachineModel()
Dsysteminfo.h20 class SystemInfo {
29 SystemInfo();
/external/google-breakpad/src/google_breakpad/processor/
Dsymbol_supplier.h42 struct SystemInfo;
67 const SystemInfo *system_info,
75 const SystemInfo *system_info,
88 const SystemInfo *system_info,
Dminidump_processor.h47 struct SystemInfo;
84 static bool GetCPUInfo(Minidump* dump, SystemInfo* info);
90 static bool GetOSInfo(Minidump* dump, SystemInfo* info);
Dstackwalker.h88 const SystemInfo* system_info,
114 Stackwalker(const SystemInfo* system_info,
182 const SystemInfo* system_info_;
Dsystem_info.h44 struct SystemInfo { struct
46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo() argument
Dstack_frame_symbolizer.h51 struct SystemInfo;
79 const SystemInfo* system_info,
Dprocess_state.h110 const SystemInfo* system_info() const { return &system_info_; } in system_info()
169 SystemInfo system_info_;
Dmicrodump.h114 SystemInfo* GetSystemInfo() { return system_info_.get(); } in GetSystemInfo()
120 scoped_ptr<SystemInfo> system_info_;
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h108 const SystemInfo *system_info,
112 const SystemInfo *system_info,
119 const SystemInfo *system_info,
129 const SystemInfo *system_info,
Dstackwalker_unittest_utils.h170 typedef google_breakpad::SystemInfo SystemInfo; typedef
172 const SystemInfo *system_info,
175 const SystemInfo *system_info,
179 const SystemInfo *system_info,
Dsimple_symbol_supplier.cc61 const CodeModule *module, const SystemInfo *system_info, in GetSymbolFile()
81 const SystemInfo *system_info, in GetSymbolFile()
100 const SystemInfo *system_info, in GetCStringSymbolData()
143 const CodeModule *module, const SystemInfo *system_info, in GetSymbolFileAtPathFromRoot()
Dminidump_processor_unittest.cc163 using google_breakpad::SystemInfo;
193 const SystemInfo *system_info,
197 const SystemInfo *system_info,
202 const SystemInfo *system_info,
219 const SystemInfo *system_info, in GetSymbolFile()
246 const SystemInfo *system_info, in GetSymbolFile()
263 const SystemInfo *system_info, in GetCStringSymbolData()
Dsynth_minidump.cc55 SystemInfo::SystemInfo(const Dump &dump, in SystemInfo() function in google_breakpad::SynthMinidump::SystemInfo
89 const MDRawSystemInfo SystemInfo::windows_x86 = {
112 const string SystemInfo::windows_x86_csd_version = "Service Pack 2";
Dsynth_minidump.h179 class SystemInfo: public Stream {
189 SystemInfo(const Dump &dump,
Dstackwalker.cc68 Stackwalker::Stackwalker(const SystemInfo* system_info, in Stackwalker()
192 const SystemInfo* system_info, in StackwalkerForCPU()
Dstackwalker_ppc64.h54 StackwalkerPPC64(const SystemInfo* system_info,
Dstackwalker_ppc.h56 StackwalkerPPC(const SystemInfo* system_info,
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.h56 const SystemInfo *system_info,
61 const SystemInfo *system_info,
67 const SystemInfo *system_info,
106 const SystemInfo *system_info);
Don_demand_symbol_supplier.mm51 using google_breakpad::SystemInfo;
125 const SystemInfo *system_info,
145 const SystemInfo *system_info,
165 const SystemInfo *system_info,
258 const SystemInfo *system_info) {
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DGlobalStateImpl.java28 import com.nxp.id.jcopx.util.SystemInfo;
231 switch (SystemInfo.getExternalState( in inBootloader()
232 SystemInfo.SYSTEMINFO_SCENARIO_0)) { in inBootloader()
251 return SystemInfo.getExternalState(SystemInfo.SYSTEMINFO_SCENARIO_0); in inBootloaderRaw()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc644 const SystemInfo& SystemInfo::Get() { in Get()
645 static const SystemInfo* info = new SystemInfo(); in Get()
649 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/external/google-benchmark/src/
Dsysinfo.cc693 const SystemInfo& SystemInfo::Get() { in Get()
694 static const SystemInfo* info = new SystemInfo(); in Get()
698 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/external/webrtc/webrtc/system_wrappers/source/
Dcpu_info.cc18 return static_cast<uint32_t>(rtc::SystemInfo::GetMaxCpus()); in DetectNumberOfCores()

123