HomeSort by relevance Sort by last modified time
    Searched refs:Win32 (Results 1 - 25 of 89) 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/jemalloc/
.gitignore 66 /msvc/Win32/
70 /msvc/projects/*/*/Win32/
  /external/libusb/
appveyor_cygwin.bat 7 if [%Platform%] NEQ [Win32] exit 0
9 C:\cygwin\bin\bash -e -l -c "mkdir build-Win32-cygwin"
11 C:\cygwin\bin\bash -e -l -c "cd build-Win32-cygwin"
12 C:\cygwin\bin\bash -e -l -c "build-Win32-cygwin/../configure"
appveyor_minGW.bat 17 if [%Platform%] NEQ [Win32] exit 0
19 C:\msys64\usr\bin\bash -e -l -c "mkdir build-Win32"
21 C:\msys64\usr\bin\bash -e -l -c "cd build-Win32"
22 C:\msys64\usr\bin\bash -e -l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw32 --host=i686-w64-mingw32"
  /external/swiftshader/third_party/LLVM/lib/Support/
Makefile 17 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!
  /device/linaro/bootloader/edk2/BaseTools/Source/
BinaryFiles.txt 5 # BaseTools Win32 binaries.
6 # When new tools are create, the tool executable must be listed in the [Bin.Win32]
9 # [ExtraFiles.Win32] section.
10 # The [CxFreeze.Win32] section is maintained by the owner of the Build Server who
12 # present in the Bin\Win32 directory.
26 [Bin.Win32]
62 [ExtraFiles.Win32]
67 [CxFreeze.Win32]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
ms.common 41 BIN_PATH = $(BASE_TOOLS_PATH)\Bin\Win32
42 LIB_PATH = $(BASE_TOOLS_PATH)\Lib\Win32
43 SYS_BIN_PATH = $(EDK_TOOLS_PATH)\Bin\Win32
44 SYS_LIB_PATH = $(EDK_TOOLS_PATH)\Lib\Win32
  /external/libusb/msvc/
appveyor.bat 20 if [%Platform%] NEQ [Win32] exit 0
22 msbuild %libusb_2010% /p:Configuration=Debug,Platform=Win32 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
25 if [%Platform%] NEQ [Win32] exit 0
27 msbuild %libusb_2010% /p:Configuration=Release,Platform=Win32 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
  /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/libusb/.private/
bd.cmd 38 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\static
39 copy Win32\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin32
40 copy Win32\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin32
41 copy Win32\Release\examples\fxload.exe E:\dailies\%DATE%\examples\bin32
48 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\dll
49 copy Win32\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS32\dll
50 copy Win32\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS32\dll
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgMS.mak 29 $(EDK_TOOLS_PATH)\Bin\Win32\dlg.exe: $(DLG_OBJS) $(SUPPORT_OBJS)
31 -@if not exist $(EDK_TOOLS_PATH)\Bin\Win32 mkdir $(EDK_TOOLS_PATH)\Bin\Win32
32 copy dlg.exe $(EDK_TOOLS_PATH)\Bin\Win32
125 -del $(EDK_TOOLS_PATH)\Bin\Win32\dlg.exe
  /external/llvm/include/llvm/ADT/
Triple.h 155 Win32,
485 return getOS() == Triple::Win32 &&
492 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
496 return getOS() == Triple::Win32 && getEnvironment() == Triple::CoreCLR;
500 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium;
504 return getOS() == Triple::Win32 && getEnvironment() == Triple::Cygnus;
508 return getOS() == Triple::Win32 && getEnvironment() == Triple::GNU;
524 return getOS() == Triple::Win32;
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 19 @REM it is also used to build the Win32 binaries, calling nmake
132 @REM This option can be used to set the EDK_TOOLS_PATH containing the Win32 binaries to an
151 @REM Force pulling updated (or checkout if they do not exist) from SVN for the BaseTools\Bin\Win32 directory
348 @REM Set up the path to include the EDK_TOOLS_PATH\Bin\Win32 directory; this test determines
355 @if not exist "%EDK_TOOLS_PATH%\Bin\Win32\build.exe" (
356 @echo ERROR : %EDK_TOOLS_PATH%\Bin\Win32\build.exe does not exist
406 @if exist %EDK_TOOLS_PATH%\Bin\Win32 (
407 @set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32
410 @echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!!
411 @echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrMS.mak 30 $(EDK_TOOLS_PATH)\Bin\Win32\antlr.exe: $(ANTLR_OBJS) $(SUPPORT_OBJS)
32 -@if not exist $(EDK_TOOLS_PATH)\Bin\Win32 mkdir $(EDK_TOOLS_PATH)\Bin\Win32
33 copy antlr.exe $(EDK_TOOLS_PATH)\Bin\Win32
239 -del $(EDK_TOOLS_PATH)\Bin\Win32\antlr.exe
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 63 if exist %1\Bin\Win32 set EDK_TOOLS_PATH=%1
117 if exist %EDK_TOOLS_PATH%\Bin\Win32 (
118 set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32
121 echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!!
122 echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32
123 echo Or configure EDK_TOOLS_BIN env to point Win32 directory.
135 if exist %EDK_TOOLS_PATH%\Bin\Win32 (
136 set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32
139 echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!!
140 echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 43 if ($^O =~ /^(MS)?Win32$/) {
44 return Win32::GetShortPathName($^X);

Completed in 714 milliseconds

1 2 3 4