HomeSort by relevance Sort by last modified time
    Searched refs:win32 (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 106 win32=False):
116 if win32 and os.linesep != '\r\n':
  /external/libcxxabi/lib/
buildit 89 for FILE in ../src/support/win32/*.cpp; do
  /external/libvorbis/
Makefile.am 27 macos macosx win32
  /sdk/eclipse/buildConfig/
build.properties 43 # configs=win32,win32,x86 & linux,motif,x86
46 #configs=win32, win32, x86 & \
64 #archivesFormat=win32, win32, x86 - antZip& \
159 eclipseBaseURL=${eclipseURL}/eclipse-platform-${eclipseBuildId}-win32.zip
  /external/llvm/test/MC/AsmParser/
directive_seh.s 1 # RUN: llvm-mc -triple x86_64-pc-win32 %s | FileCheck %s
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 53 if sys.platform == 'win32':
55 from _multiprocessing import win32 namespace
65 assert win32.GetLastError() == 0, 'tagname already in use'
75 assert win32.GetLastError() == win32.ERROR_ALREADY_EXISTS
reduction.py 54 if not(sys.platform == 'win32' or hasattr(_multiprocessing, 'recvfd')):
61 if sys.platform == 'win32':
63 from _multiprocessing import win32 namespace
66 process_handle = win32.OpenProcess(
67 win32.PROCESS_ALL_ACCESS, False, destination_pid
203 if sys.platform == 'win32':
forking.py 102 if sys.platform != 'win32':
190 from _multiprocessing import win32, Connection, PipeConnection namespace
206 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False))
209 exit = win32.ExitProcess
210 close = win32.CloseHandle
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 53 if sys.platform == 'win32':
55 from _multiprocessing import win32 namespace
65 assert win32.GetLastError() == 0, 'tagname already in use'
75 assert win32.GetLastError() == win32.ERROR_ALREADY_EXISTS
reduction.py 54 if not(sys.platform == 'win32' or hasattr(_multiprocessing, 'recvfd')):
61 if sys.platform == 'win32':
63 from _multiprocessing import win32 namespace
66 process_handle = win32.OpenProcess(
67 win32.PROCESS_ALL_ACCESS, False, destination_pid
203 if sys.platform == 'win32':
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86asm.pl 221 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
229 { $win32=1; require "x86nasm.pl"; }
234 elsif (($type eq "win32"))
235 { $win32=1; require "x86masm.pl"; }
245 coff - GAS/COFF such as Win32 targets
x86nasm.pl 83 %elifidn __OUTPUT_FORMAT__,win32
156 if ($::win32)
  /external/openssl/crypto/perlasm/
x86asm.pl 221 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
229 { $win32=1; require "x86nasm.pl"; }
234 elsif (($type eq "win32"))
235 { $win32=1; require "x86masm.pl"; }
245 coff - GAS/COFF such as Win32 targets
x86nasm.pl 83 %elifidn __OUTPUT_FORMAT__,win32
156 if ($::win32)
  /external/chromium_org/media/base/simd/
media_export.asm 37 %ifidn __OUTPUT_FORMAT__,win32
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 10 ISAC=../win32/Release/ReleaseTest-API_2005.exe
  /external/expat/
import_expat.sh 50 rm -rf win32
  /sdk/adtproductbuild/
Android.mk 79 # $1 = the platform (linux|macosx|win32).(gtk|cocoa|win32)
142 # $1 = the platform (linux|macosx|win32).(gtk|cocoa|win32)
158 $(eval $(call mk-adt-ide,win32.win32,x86))
159 $(eval $(call mk-adt-ide,win32.win32,x86_64))
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 73 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
122 # win32-dll
124 # Declare package support for building win32 dll's.
125 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
144 ])# win32-dll
148 _LT_SET_OPTION([LT_INIT], [win32-dll])
151 put the `win32-dll' option into LT_INIT's first parameter.])
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 16 set os=win32
17 set ws=win32
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 44 #define COFF_SET_VMA (!objfmt_coff->win32)
178 int win32; /* nonzero for win32/64 output */ member in struct:yasm_objfmt_coff
324 objfmt_coff->win32 = 0;
354 objfmt_coff->win32 = 1;
355 /* Define a @feat.00 symbol for win32 safeseh handling */
386 objfmt_coff->win32 = 1;
417 if (objfmt_coff->win32)
526 if (!objfmt_coff->win32) {
570 * For Win32 COFF, need to adjust based on value size and position
    [all...]
  /external/chromium_org/third_party/apache-win32/
remove_files_not_needed_for_chromium.sh 45 -path ./README-win32.txt -o \
  /external/libcxx/lib/
buildit 142 for FILE in ../src/support/win32/*.cpp; do
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 117 for FILE in ../src/support/win32/*.cpp; do

Completed in 1477 milliseconds

12 3 4 5