HomeSort by relevance Sort by last modified time
    Searched defs:Win32 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/stats_viewer/
win32.cs 12 /// Win32 API constants, structs, and wrappers for access via C#.
14 class Win32 {
  /external/chromium_org/remoting/webapp/
host_installer.js 88 'Win32' : 'http://dl.google.com/dl/edgedl/chrome-remote-desktop/' +
  /external/llvm/include/llvm/ADT/
Triple.h 113 Win32,
347 return getOS() == Triple::Win32 &&
353 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
357 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium;
362 (getOS() == Triple::Win32 && getEnvironment() == Triple::Cygnus);
367 (getOS() == Triple::Win32 && getEnvironment() == Triple::GNU);
382 return getOS() == Triple::Win32 || isOSCygMing();

Completed in 223 milliseconds