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

  /sdk/find_java2/src/
JavaFinder.cpp 419 // Get the app sysinfo state (the one hidden by WOW64)
420 SYSTEM_INFO sysInfo;
421 GetSystemInfo(&sysInfo);
422 WORD programArch = sysInfo.wProcessorArchitecture;
423 // Check the real sysinfo state (not the one hidden by WOW64) for x86
424 GetNativeSystemInfo(&sysInfo);
425 WORD actualArch = sysInfo.wProcessorArchitecture;
491 // Check the real sysinfo state (not the one hidden by WOW64) for x86
492 SYSTEM_INFO sysInfo;
493 GetNativeSystemInfo(&sysInfo);
    [all...]
  /sdk/find_java/src/source/
find_java_lib.cpp 41 SYSTEM_INFO sysInfo;
42 GetSystemInfo(&sysInfo);
47 return (sysInfo.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64);
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/fio/os/windows/
posix.c 161 SYSTEM_INFO sysInfo;
174 GetSystemInfo(&sysInfo);
175 val = sysInfo.dwPageSize;

Completed in 561 milliseconds