HomeSort by relevance Sort by last modified time
    Searched full:sysinfo (Results 76 - 100 of 265) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
kernel.h 16 struct sysinfo { struct
  /sdk/find_java/
find_java_lib.cpp 305 // Get the app sysinfo state (the one hidden by WOW64)
306 SYSTEM_INFO sysInfo;
307 GetSystemInfo(&sysInfo);
308 WORD programArch = sysInfo.wProcessorArchitecture;
309 // Check the real sysinfo state (not the one hidden by WOW64) for x86
310 GetNativeSystemInfo(&sysInfo);
311 WORD actualArch = sysInfo.wProcessorArchitecture;
388 // Check the real sysinfo state (not the one hidden by WOW64) for x86
389 SYSTEM_INFO sysInfo;
390 GetNativeSystemInfo(&sysInfo);
    [all...]
  /bionic/libc/kernel/common/linux/
kernel.h 22 struct sysinfo { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kernel.h 10 struct sysinfo { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernel.h 10 struct sysinfo { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernel.h 10 struct sysinfo { struct
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties 13 view.name.SysInfo = System Information
  /external/iptables/include/linux/
kernel.h 13 struct sysinfo { struct
  /external/webrtc/src/system_wrappers/source/
cpu_info.cc 23 #include <sys/sysinfo.h>
  /external/chromium/chrome/browser/resources/
bug_report.html 23 if ($('sysinfo-url')) {
24 $('sysinfo-url').onclick = function(event) {
215 <span id="sysinfo-label">
216 <a id="sysinfo-url" href="#"
217 i18n-content="sysinfo"></a>
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 320 WriteAttribute("arch", base::SysInfo::CPUArchitecture());
325 WriteIntAttribute("mb", base::SysInfo::AmountOfPhysicalMemoryMB());
334 base::SysInfo::OperatingSystemName());
336 base::SysInfo::OperatingSystemVersion());
352 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
355 WriteIntAttribute("screens", base::SysInfo::DisplayCount());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /external/chromium/base/
sys_info.h 18 class BASE_API SysInfo {
  /external/chromium/chrome/browser/
bug_report_util.h 51 // base::SysInfo::OperatingSystemVersion returns an std::string

Completed in 1278 milliseconds

1 2 34 5 6 7 8 91011