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

1 2 3 4 5

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
win32_gas_test.sh 2 ${srcdir}/out_test.sh win32_gas_test modules/objfmts/win32/tests/gas "win32 objfmt" "-f win32 -p gas" ".obj"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32_test.sh 2 ${srcdir}/out_test.sh win32_test modules/objfmts/win32/tests "win32 objfmt" "-f win32" ".obj"
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialwin32.py 2 # Python Serial Port Extension for Win32, Linux, BSD, Jython
3 # serial driver for win32
12 from serial import win32 namespace
23 """Serial port implementation for Win32 based on ctypes."""
34 self._rtsState = win32.RTS_CONTROL_ENABLE
35 self._dtrState = win32.DTR_CONTROL_ENABLE
57 self.hComPort = win32.CreateFile(port,
58 win32.GENERIC_READ | win32.GENERIC_WRITE,
61 win32.OPEN_EXISTING
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 68 if sys.platform == 'win32':
181 if sys.platform != 'win32':
203 from _multiprocessing import win32 namespace
211 openmode = win32.PIPE_ACCESS_DUPLEX
212 access = win32.GENERIC_READ | win32.GENERIC_WRITE
215 openmode = win32.PIPE_ACCESS_INBOUND
216 access = win32.GENERIC_WRITE
219 h1 = win32.CreateNamedPipe(
221 win32.PIPE_TYPE_MESSAGE | win32.PIPE_READMODE_MESSAGE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 68 if sys.platform == 'win32':
181 if sys.platform != 'win32':
203 from _multiprocessing import win32 namespace
211 openmode = win32.PIPE_ACCESS_DUPLEX
212 access = win32.GENERIC_READ | win32.GENERIC_WRITE
215 openmode = win32.PIPE_ACCESS_INBOUND
216 access = win32.GENERIC_WRITE
219 h1 = win32.CreateNamedPipe(
221 win32.PIPE_TYPE_MESSAGE | win32.PIPE_READMODE_MESSAGE
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties 22 baseos=win32
23 basews=win32
  /external/deqp/execserver/
xsWin32TestProcess.hpp 23 * \brief TestProcess implementation for Win32.
46 namespace win32 namespace in namespace:xs
177 } // win32
199 win32::Process* m_process;
206 win32::CaseListWriter m_caseListWriter;
207 win32::FileReader m_stdOutReader;
208 win32::FileReader m_stdErrReader;
209 win32::TestLogReader m_testLogReader;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 41 # configs=win32,win32,x86 & linux,motif,x86
44 #configs=win32, win32, x86 & \
45 # win32,win32,x86_64 & \
46 # win32,win32,wpf & \
70 #archivesFormat=win32, win32, x86 - antZip&
    [all...]
  /external/chromium_org/chrome/tools/build/win/
make_zip.sh 20 output=${2:-chrome-win32}
make_chromebot_zip.sh 23 output=${2:-chrome-win32}
52 sym_output=${2:-chrome-win32-syms}
  /external/libyuv/
setup_env.bat 7 :: TODO(fbarchard): add files\win32 to for psnr tool
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 66 0,win32,win,x86,UNKNOWN,\
76 winxp-3GHz-2GB,win32,win,x86,UNKNOWN,\
78 winxp-2GHz-512MB,win32,win,x86,UNKNOWN
83 # eg., win32,win,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,linux,gtk,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.gz
85 win32,win,x86,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,\
  /external/chromium_org/native_client_sdk/src/build_tools/
dsc2gyp.py 184 'defines': ['_WINDOWS', '_DEBUG', 'WIN32'],
192 'defines': ['_WINDOWS', 'NDEBUG', 'WIN32'],
251 win32 = sys.platform in ('win32', 'cygwin')
252 if win32:
294 if win32:
300 if win32:
306 if win32:
319 if not win32 and ('newlib' in desc['TOOLS'] or 'glibc' in desc['TOOLS']):
334 if win32 or getos.GetPlatform() in desc['TOOLS']
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 26 #eclipse platforms: win32 | linux-motif | linux-gtk | aix-motif | hpux-motif |solaris-motif
27 platform=win32
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 25 runtime=eclipse-SDK-${buildId}-win32.zip
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/clang/tools/clang-format/
clang-format.py 51 if sys.platform.startswith('win32'):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 19 root.win32.win32.x86=eclipse.exe, eclipsec.exe
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 28 <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
53 <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
61 <assemblyIdentity type="win32" name="Microsoft.VC90.MFC"
86 <assemblyIdentity type="win32" name="Microsoft.VC90.MFC"
93 if sys.platform=="win32":
100 SKIP_MESSAGE = "These tests are only for win32"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 28 <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
53 <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
61 <assemblyIdentity type="win32" name="Microsoft.VC90.MFC"
86 <assemblyIdentity type="win32" name="Microsoft.VC90.MFC"
93 if sys.platform=="win32":
100 SKIP_MESSAGE = "These tests are only for win32"
  /external/libogg/
Makefile.am 16 macos macosx win32
  /sdk/monitor/
Android.mk 65 $(call mk-rcp-monitor-atree-file,win32.win32,x86) ; \
66 $(call mk-rcp-monitor-atree-file,win32.win32,x86_64) ; \
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 

Completed in 2579 milliseconds

1 2 3 4 5