HomeSort by relevance Sort by last modified time
    Searched refs:Win32 (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/
launcher.win32.win32.x86.properties 11 pluginName = Equinox Launcher Win32 X86 Fragment
  /external/chromium_org/third_party/angle/src/
copy_compiler_dll.bat 3 set _arch=%_arch:Win32=x86%
  /external/llvm/lib/Support/
Makefile 14 EXTRA_DIST = Unix Win32 README.txt
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stdarg.h 11 #error Only Win32 target is supported!
setjmpex.h 10 #error Only Win32 target is supported!
share.h 10 #error Only Win32 target is supported!
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
locking.h 10 #error Only Win32 target is supported!
timeb.h 12 #error Only Win32 target is supported!
types.h 10 #error Only Win32 target is supported!
utime.h 10 #error Only Win32 target is supported!
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild
build_ogg_dynamic_debug.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
build_ogg_static.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Release" /rebuild
build_ogg_static_debug.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
  /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();
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h 24 #error ERROR: Only Win32 targets supported!
  /external/chromium_org/tools/stats_viewer/
win32.cs 12 /// Win32 API constants, structs, and wrappers for access via C#.
14 class Win32 {
stats_table.cs 228 Win32.OpenFileMapping((int)Win32.MapAccess.FILE_MAP_WRITE, false,
234 Win32.MapViewOfFile(map_handle_, (int)Win32.MapAccess.FILE_MAP_WRITE,
237 Win32.CloseHandle(map_handle_);
249 Win32.UnmapViewOfFile(memory_);
250 Win32.CloseHandle(map_handle_);
  /external/tcpdump/win32/prj/
GNUmakefile 13 -I ${PCAP_DIR}/wpcap/libpcap/Win32/Include \
14 -I ${PCAP_DIR}/wpcap/libpcap/Win32/Include/net \
15 -I ../../Win32/Include -I ../../linux-Include \
149 ../../Win32/src/getopt.o \
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 43 if ($^O =~ /^(MS)?Win32$/) {
44 return Win32::GetShortPathName($^X);
  /external/stlport/test/eh/
intel.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
33 CPP_PROJ=/nologo /W3 /GX /D "WIN32" /MTd /Zi /Gm /Od /D "_CONSOLE" /I$(STL_INCL) /I. /D_DEBUG
intel45.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml_test.py 78 '\'Debug|Win32\'" Label="Configuration">'
93 {'Condition': "'$(Configuration)|$(Platform)'=='Debug|Win32'",
  /external/llvm/tools/msbuild/
install.bat 12 IF %PLATFORM% == Win32 SET PLATFORM=x64
13 IF %PLATFORM% == None SET PLATFORM=Win32
uninstall.bat 11 IF %PLATFORM% == Win32 SET PLATFORM=x64
12 IF %PLATFORM% == None SET PLATFORM=Win32

Completed in 931 milliseconds

1 2 3 4