HomeSort by relevance Sort by last modified time
    Searched defs:SystemInfo (Results 1 - 25 of 41) sorted by null

1 2

  /external/google-breakpad/src/google_breakpad/processor/
system_info.h 44 struct SystemInfo {
46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(),
49 // Resets the SystemInfo object to its default values.
  /external/webrtc/webrtc/base/
systeminfo.h 20 class SystemInfo {
29 SystemInfo();
systeminfo.cc 11 #include "webrtc/base/systeminfo.h"
91 int SystemInfo::logical_cpus_ = 0;
93 SystemInfo::SystemInfo() {
98 int SystemInfo::GetMaxCpus() {
107 int SystemInfo::GetCurCpus() {
131 SystemInfo::Architecture SystemInfo::GetCpuArchitecture() {
146 std::string SystemInfo::GetCpuVendor() {
164 int64_t SystemInfo::GetMemorySize()
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump.cc 55 SystemInfo::SystemInfo(const Dump &dump,
89 const MDRawSystemInfo SystemInfo::windows_x86 = {
112 const string SystemInfo::windows_x86_csd_version = "Service Pack 2";
synth_minidump.h 179 class SystemInfo: public Stream {
189 SystemInfo(const Dump &dump,
stackwalker_unittest_utils.h 170 typedef google_breakpad::SystemInfo SystemInfo;
172 const SystemInfo *system_info,
175 const SystemInfo *system_info,
179 const SystemInfo *system_info,
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows.go 68 type SystemInfo C.SYSTEM_INFO
  /prebuilts/go/linux-x86/src/runtime/
defs_windows.go 68 type SystemInfo C.SYSTEM_INFO
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsDir.c 626 EFI_FILE_SYSTEM_INFO *SystemInfo;
658 SystemInfo = Buffer;
659 if (SystemInfo->Size <
660 (SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (SystemInfo->VolumeLabel))) {
663 if (BufferSize < SystemInfo->Size) {
  /external/netperf/src/
netcpu_ntperf.c 146 SYSTEM_INFO SystemInfo;
148 GetSystemInfo(&SystemInfo);
207 SYSTEM_INFO SystemInfo;
209 GetSystemInfo(&SystemInfo);
239 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors)
243 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs);
288 SYSTEM_INFO SystemInfo;
290 GetSystemInfo(&SystemInfo);
334 if ((int)SystemInfo.dwNumberOfProcessors > 1)
336 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++
    [all...]
netlib.c 297 SYSTEM_INFO SystemInfo;
299 GetSystemInfo(&SystemInfo);
301 return SystemInfo.dwPageSize;
905 SYSTEM_INFO SystemInfo;
906 GetSystemInfo(&SystemInfo);
908 temp_cpus = SystemInfo.dwNumberOfProcessors;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
MiscConv.c 178 EFI_MISC_SYSTEM_MANUFACTURER_DATA *SystemInfo;
181 SystemInfo = NULL;
183 SystemInfo = (EFI_MISC_SYSTEM_MANUFACTURER_DATA *) RecordData;
191 &(SystemInfo->SystemManufacturer),
201 &(SystemInfo->SystemProductName),
211 &(SystemInfo->SystemVersion),
221 &(SystemInfo->SystemSerialNumber),
230 &SystemInfo->SystemUuid,
239 &SystemInfo->SystemWakeupType,
249 &(SystemInfo->SystemSKUNumber),
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 206 SYSTEM_INFO SystemInfo;
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 206 SYSTEM_INFO SystemInfo;
207 GetSystemInfo(&SystemInfo);
208 _M_page_size = SystemInfo.dwPageSize;
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 2613 milliseconds

1 2