Searched defs:SystemInfo (Results 1 - 10 of 10) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dsystem_info.py7 class SystemInfo(object): class in inherits:object
18 """Constructs a SystemInfo from a dictionary of attributes.
/external/google-breakpad/src/google_breakpad/processor/
H A Dsystem_info.h44 struct SystemInfo { struct in namespace:google_breakpad
46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), function in struct:google_breakpad::SystemInfo
49 // Resets the SystemInfo object to its default values.
/external/webrtc/webrtc/base/
H A Dsysteminfo.h20 class SystemInfo { class in namespace:rtc
29 SystemInfo();
H A Dsysteminfo.cc91 int SystemInfo::logical_cpus_ = 0;
93 SystemInfo::SystemInfo() { function in class:rtc::SystemInfo
98 int SystemInfo::GetMaxCpus() {
107 int SystemInfo::GetCurCpus() {
131 SystemInfo::Architecture SystemInfo::GetCpuArchitecture() {
146 std::string SystemInfo::GetCpuVendor() {
164 int64_t SystemInfo::GetMemorySize() {
200 std::string SystemInfo
[all...]
/external/google-breakpad/src/processor/
H A Dsynth_minidump.h179 class SystemInfo: public Stream { class in namespace:google_breakpad::SynthMinidump
189 SystemInfo(const Dump &dump,
H A Dstackwalker_unittest_utils.h170 typedef google_breakpad::SystemInfo SystemInfo; typedef in class:MockSymbolSupplier
172 const SystemInfo *system_info,
175 const SystemInfo *system_info,
179 const SystemInfo *system_info,
H A Dsynth_minidump.cc55 SystemInfo::SystemInfo(const Dump &dump, function in class:google_breakpad::SynthMinidump::SystemInfo
89 const MDRawSystemInfo SystemInfo::windows_x86 = {
112 const string SystemInfo::windows_x86_csd_version = "Service Pack 2";
/external/netperf/src/
H A Dnetcpu_ntperf.c146 SYSTEM_INFO SystemInfo; local
148 GetSystemInfo(&SystemInfo);
207 SYSTEM_INFO SystemInfo; local
209 GetSystemInfo(&SystemInfo);
239 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors)
243 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs);
288 SYSTEM_INFO SystemInfo; local
290 GetSystemInfo(&SystemInfo);
334 if ((int)SystemInfo.dwNumberOfProcessors > 1)
336 for (i=0; i < (int)SystemInfo
[all...]
H A Dnetlib.c297 SYSTEM_INFO SystemInfo; local
299 GetSystemInfo(&SystemInfo);
301 return SystemInfo.dwPageSize;
905 SYSTEM_INFO SystemInfo;
906 GetSystemInfo(&SystemInfo);
908 temp_cpus = SystemInfo.dwNumberOfProcessors;
3461 SYSTEM_INFO SystemInfo;
3462 GetSystemInfo( &SystemInfo ) ;
3479 SystemInfo.dwProcessorType
897 SYSTEM_INFO SystemInfo; local
3436 SYSTEM_INFO SystemInfo; local
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 282 milliseconds