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

  /external/walt/ios/WALT/
WALTAppDelegate.m 32 struct utsname systemInfo;
33 if (uname(&systemInfo) != 0) {
42 systemInfo.machine,
43 systemInfo.sysname,
44 systemInfo.release,
45 systemInfo.nodename,
46 systemInfo.version];
  /external/lzma/CPP/Windows/
System.cpp 18 SYSTEM_INFO systemInfo;
19 GetSystemInfo(&systemInfo);
20 return (UInt32)systemInfo.dwNumberOfProcessors;
  /external/swiftshader/src/Common/
Memory.cpp 49 SYSTEM_INFO systemInfo;
50 GetSystemInfo(&systemInfo);
51 pageSize = systemInfo.dwPageSize;
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 160 milliseconds