HomeSort by relevance Sort by last modified time
    Searched refs:systemInfo (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
System.cpp 14 SYSTEM_INFO systemInfo;
15 GetSystemInfo(&systemInfo);
16 return (UInt32)systemInfo.dwNumberOfProcessors;
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 50 var systemInfo = null;
140 systemInfo != null) {
156 feedbackInfo.systemInformation.concat(systemInfo);
158 feedbackInfo.systemInformation = systemInfo;
275 systemInfo = sysInfo;

Completed in 217 milliseconds