Searched defs:Win32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dhost_installer.js88 'Win32' : 'http://dl.google.com/dl/edgedl/chrome-remote-desktop/' +
/external/chromium_org/tools/stats_viewer/
H A Dwin32.cs12 /// Win32 API constants, structs, and wrappers for access via C#.
14 class Win32 { class in namespace:StatsViewer
/external/llvm/include/llvm/ADT/
H A DTriple.h113 Win32, enumerator in enum:llvm::Triple::OSType
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 559 milliseconds