Home
last modified time | relevance | path

Searched refs:win32 (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialwin32.py12 from serial import win32
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,
62 win32.FILE_ATTRIBUTE_NORMAL | win32.FILE_FLAG_OVERLAPPED,
64 if self.hComPort == win32.INVALID_HANDLE_VALUE:
69 self._overlappedRead = win32.OVERLAPPED()
70 self._overlappedRead.hEvent = win32.CreateEvent(None, 1, 0, None)
[all …]
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py203 from _multiprocessing import win32
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 |
222 win32.PIPE_WAIT,
223 1, obsize, ibsize, win32.NMPWAIT_WAIT_FOREVER, win32.NULL
225 h2 = win32.CreateFile(
[all …]
/external/python/cpython2/Tools/freeze/
Dextensions_win32.ini7 ; This is all setup for all the win32 extension modules
10 ; to point to the root win32 extensions directory
65 dsp=%PYTHONEX%\win32\perfmon.dsp
66 cl=/I %PYTHONEX%\win32\src
70 dsp=%PYTHONEX%\win32\pywintypes.dsp
71 cl=/I %PYTHONEX%\win32\src
75 dsp=%PYTHONEX%\win32\win32api.dsp
76 cl=/I %PYTHONEX%\win32\src
80 dsp=%PYTHONEX%\win32\win32service.dsp
81 cl=/I %PYTHONEX%\win32\src
[all …]
/external/python/cpython3/Tools/freeze/
Dextensions_win32.ini7 ; This is all setup for all the win32 extension modules
10 ; to point to the root win32 extensions directory
65 dsp=%PYTHONEX%\win32\perfmon.dsp
66 cl=/I %PYTHONEX%\win32\src
70 dsp=%PYTHONEX%\win32\pywintypes.dsp
71 cl=/I %PYTHONEX%\win32\src
75 dsp=%PYTHONEX%\win32\win32api.dsp
76 cl=/I %PYTHONEX%\win32\src
80 dsp=%PYTHONEX%\win32\win32service.dsp
81 cl=/I %PYTHONEX%\win32\src
[all …]
/external/boringssl/src/
D.gitignore15 util/bot/cmake-win32
16 util/bot/cmake-win32.zip
22 util/bot/nasm-win32.exe
23 util/bot/perl-win32
24 util/bot/perl-win32.zip
27 util/bot/sde-win32
28 util/bot/sde-win32.tar.bz2
30 util/bot/yasm-win32.exe
/external/deqp/framework/platform/
DCMakeLists.txt7 win32/tcuWin32Platform.hpp
8 win32/tcuWin32Platform.cpp
9 win32/tcuWGLContextFactory.hpp
10 win32/tcuWGLContextFactory.cpp
11 win32/tcuWGL.hpp
12 win32/tcuWGL.cpp
13 win32/tcuWin32API.h
14 win32/tcuWin32Window.cpp
15 win32/tcuWin32Window.hpp
16 win32/tcuWin32EGLNativeDisplayFactory.hpp
[all …]
/external/boringssl/src/util/bot/
DDEPS111 '--platform=win32',
114 '-s', 'boringssl/util/bot/cmake-win32.zip.sha1',
123 'boringssl/util/bot/cmake-win32.zip',
124 'boringssl/util/bot/cmake-win32/',
133 '--platform=win32',
136 '-s', 'boringssl/util/bot/perl-win32.zip.sha1',
146 'boringssl/util/bot/perl-win32.zip',
147 'boringssl/util/bot/perl-win32/',
156 '--platform=win32',
159 '-s', 'boringssl/util/bot/yasm-win32.exe.sha1',
[all …]
DUPDATING45 cmake-win32.zip: Update to the latest prebuilt release of CMake, found at
51 nasm-win32.exe: Update to the appropriate release of NASM, found at
61 perl-win32.zip: Update to the latest 64-bit prebuilt "Portable" edition of
67 yasm-win32.exe: Update to the appropriate release of Yasm. Use the same version
71 "Win32 .exe". The download will be named yasm-VERSION-win32.exe.
73 The current revision is yasm-1.3.0-win32.exe.
75 Finally, update sde-linux64.tar.bz2 and sde-win32.tar.bz2 by downloading the
80 upload_to_google_storage.py -b chrome-boringssl-sde sde-linux64.tar.bz2 sde-win32.tar.bz2
/external/libopus/
DMakefile.am216 win32/VS2015/opus.vcxproj \
217 win32/VS2015/test_opus_encode.vcxproj.filters \
218 win32/VS2015/test_opus_encode.vcxproj \
219 win32/VS2015/opus_demo.vcxproj \
220 win32/VS2015/test_opus_api.vcxproj.filters \
221 win32/VS2015/test_opus_api.vcxproj \
222 win32/VS2015/test_opus_decode.vcxproj.filters \
223 win32/VS2015/opus_demo.vcxproj.filters \
224 win32/VS2015/opus.vcxproj.filters \
225 win32/VS2015/test_opus_decode.vcxproj \
[all …]
/external/deqp/execserver/
DxsWin32TestProcess.hpp46 namespace win32 namespace
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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dsimple.ll1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -O0 < %s | FileCheck --check-prefix=X86 %s
2 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32-itanium -O0 < %s | FileCheck --check-prefix=X86 %s
3 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32-gnu -O0 < %s | FileCheck --check-prefix=X86 %s
4 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -o - -O0 < %s | llvm-mc -triple=i686-pc-win32 -filety…
5 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32-itanium -o - -O0 < %s | llvm-mc -triple=i686-pc-win32
6 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32-gnu -o - -O0 < %s | llvm-mc -triple=i686-pc-win32 -fi…
7 ; RUN: llc -mcpu=core2 -mtriple=x86_64-pc-win32 -O0 < %s | FileCheck --check-prefix=X64 %s
8 ; RUN: llc -mcpu=core2 -mtriple=x86_64-pc-win32-itanium -O0 < %s | FileCheck --check-prefix=X64 %s
9 ; RUN: llc -mcpu=core2 -mtriple=x86_64-pc-win32-gnu -O0 < %s | FileCheck --check-prefix=X64 %s
10 ; RUN: llc -mcpu=core2 -mtriple=x86_64-pc-win32 -o - -O0 < %s | llvm-mc -triple=x86_64-pc-win32 -fi…
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro10 win32 {
14 } else:win32-g++ {
15 # cross compilation to win32
20 } else:win32-x-g++ {
21 # cross compilation to win32
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dtricky-names.ll2 ; RUN: llc -mtriple=i686-pc-win32 %s -o - | FileCheck %s --check-prefix=ASM
3 ; RUN: llc -mtriple=i686-pc-win32 %s -x86-asm-syntax=intel -o - | FileCheck %s --check-prefix=ASM
7 ; RUN: llc -mtriple=i686-pc-win32 %s -o - | llvm-mc -triple i686-pc-win32 -filetype=obj | llvm-read…
8 ; RUN: llc -mtriple=i686-pc-win32 -x86-asm-syntax=intel %s -o - | llvm-mc -triple i686-pc-win32 -fi…
/external/deqp/framework/delibs/dethread/
DCMakeLists.txt18 win32/deMutexWin32.c
19 win32/deSemaphoreWin32.c
20 win32/deThreadWin32.c
21 win32/deThreadLocalWin32.c
/external/llvm/test/CodeGen/X86/
Dfltused_function_pointer.ll5 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
6 ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
7 ; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
8 ; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
Dfltused.ll5 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
6 ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
7 ; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
8 ; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfltused.ll5 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
6 ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
7 ; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
8 ; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
Dfltused_function_pointer.ll5 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
6 ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
7 ; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
8 ; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
/external/v8/tools/mb/
Dmb_unittest.py19 def __init__(self, win32=False): argument
23 if win32:
180 def fake_mbw(self, files=None, win32=False): argument
181 mbw = FakeMBW(win32=win32)
326 mbw = self.fake_mbw(win32=True)
402 mbw = self.fake_mbw(files=files, win32=True)
436 mbw = self.fake_mbw(files=files, win32=True)
472 mbw = self.fake_mbw(files=files, win32=True)
/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp41 static void getDefaultWglConfigList(tcu::win32::Platform& wglPlatform, glu::ApiType type, ConfigLis… in getDefaultWglConfigList()
45 const tcu::win32::Window tmpWindow(instance, 1, 1); in getDefaultWglConfigList()
85 tcu::win32::Platform& wglPlatform = dynamic_cast<tcu::win32::Platform&>(platform); in getConfigListWGL()
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl279 $comment = ";" if ($win32 || $netware);
285 if ($win32 || $netware) {
300 print "#endif\n" unless ($win32 || $netware);
308 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
318 { $win32=1; require "x86nasm.pl"; }
324 { $win32=1; $masm=1; require "x86masm.pl"; }
/external/tcpdump/
DReadme.Win328 - the WinPcap source code, that includes libpcap for win32. Download it
20 windump\win32\prj\release directory . The debug version will be generated
21 in windump\win32\prj\debug.
23 From cygnus, go to windump\win32\prj\ and type "make". WinDump.exe will be
/external/deqp/framework/platform/win32/
DtcuWin32Platform.cpp31 namespace win32 namespace
67 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance)); in Platform()
93 return new tcu::win32::Platform(); in createPlatform()
/external/speex/
Dconfigure.ac340 win32/Makefile win32/libspeexdsp/Makefile
343 win32/VS2003/Makefile
344 win32/VS2003/libspeexdsp/Makefile
345 win32/VS2003/tests/Makefile
347 win32/VS2005/Makefile
348 win32/VS2005/libspeexdsp/Makefile
349 win32/VS2005/tests/Makefile
351 win32/VS2008/Makefile
352 win32/VS2008/libspeexdsp/Makefile
353 win32/VS2008/tests/Makefile
/external/robolectric-shadows/shadows/framework/
DAndroid.mk67 …s/common/m2/repository/com/almworks/sqlite4java/sqlite4java-win32-x64/0.282/sqlite4java-win32-x64-…
70 …s/common/m2/repository/com/almworks/sqlite4java/sqlite4java-win32-x86/0.282/sqlite4java-win32-x86-…

12345678910>>...34