Home
last modified time | relevance | path

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

12345678910>>...24

/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/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/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/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/libopus/
DMakefile.am207 win32/VS2015/opus.vcxproj \
208 win32/VS2015/test_opus_encode.vcxproj.filters \
209 win32/VS2015/test_opus_encode.vcxproj \
210 win32/VS2015/opus_demo.vcxproj \
211 win32/VS2015/test_opus_api.vcxproj.filters \
212 win32/VS2015/test_opus_api.vcxproj \
213 win32/VS2015/test_opus_decode.vcxproj.filters \
214 win32/VS2015/opus_demo.vcxproj.filters \
215 win32/VS2015/opus.vcxproj.filters \
216 win32/VS2015/test_opus_decode.vcxproj \
[all …]
/external/boringssl/src/
D.gitignore14 util/bot/cmake-win32
15 util/bot/cmake-win32.zip
20 util/bot/perl-win32
21 util/bot/perl-win32.zip
25 util/bot/yasm-win32.exe
/external/boringssl/src/util/bot/
DDEPS99 '--platform=win32',
102 '-s', 'boringssl/util/bot/cmake-win32.zip.sha1',
111 'boringssl/util/bot/cmake-win32.zip',
112 'boringssl/util/bot/cmake-win32/',
121 '--platform=win32',
124 '-s', 'boringssl/util/bot/perl-win32.zip.sha1',
134 'boringssl/util/bot/perl-win32.zip',
135 'boringssl/util/bot/perl-win32/',
144 '--platform=win32',
147 '-s', 'boringssl/util/bot/yasm-win32.exe.sha1',
DUPDATING38 cmake-win32.zip: Update to the latest prebuilt release of CMake, found at
40 download will be named cmake-VERSION-win32-x86.zip.
42 The current revision is cmake-3.10.1-win32-x86.zip.
44 perl-win32.zip: Update to the latest 32-bit prebuilt "Portable" edition of
50 yasm-win32.exe: Update to the appropriate release of Yasm. Use the same version
54 "Win32 .exe". The download will be named yasm-VERSION-win32.exe.
56 The current revision is yasm-1.3.0-win32.exe.
/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/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/libvpx/libvpx/
DREADME58 armv7-win32-vs11
59 armv7-win32-vs12
60 armv7-win32-vs14
61 armv7-win32-vs15
86 x86-win32-gcc
87 x86-win32-vs10
88 x86-win32-vs11
89 x86-win32-vs12
90 x86-win32-vs14
91 x86-win32-vs15
/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/tensorflow/tensorflow/contrib/cmake/patches/nsync/
DCMakeLists.txt52 include_directories ("${PROJECT_SOURCE_DIR}/platform/win32")
55 "platform/win32/src/clock_gettime.c"
56 "platform/win32/src/pthread_key_win32.cc"
60 "platform/win32/src/start_thread.c"
131 include_directories ("${PROJECT_SOURCE_DIR}/platform/win32")
134 "platform/win32/src/clock_gettime.c"
135 "platform/win32/src/init_callback_win32.c"
136 "platform/win32/src/nanosleep.c"
137 "platform/win32/src/nsync_semaphore_win32.c"
138 "platform/win32/src/pthread_cond_timedwait_win32.c"
[all …]
/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/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp42 namespace win32 namespace
54 VulkanWindow (MovePtr<win32::Window> window) in VulkanWindow()
66 UniquePtr<win32::Window> m_window;
83 …return new VulkanWindow(MovePtr<win32::Window>(new win32::Window(instance, (int)width, (int)height… in createWindow()
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/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/boringssl/src/crypto/perlasm/
Dx86asm.pl258 print "#if defined(__i386__)\n" unless $win32;
260 print "#endif\n" unless $win32;
268 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
278 { $win32=1; require "x86nasm.pl"; }
284 { $win32=1; require "x86masm.pl"; }
/external/robolectric-shadows/shadows/framework/
DAndroid.mk63 …s/common/m2/repository/com/almworks/sqlite4java/sqlite4java-win32-x64/0.282/sqlite4java-win32-x64-…
66 …s/common/m2/repository/com/almworks/sqlite4java/sqlite4java-win32-x86/0.282/sqlite4java-win32-x86-…
/external/expat/win32/
Dexpat.iss29 OutputDir=win32
36 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
37 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
45 Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin"
46 Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin"
48 Flags: ignoreversion; Source: win32\README.txt; DestDir: "{app}\Source"
/external/curl/docs/
DREADME.win327 README.win32
11 Curl has been compiled, built and run on all sorts of Windows and win32
13 are win32-based.
/external/v8/tools/mb/
Dmb_unittest.py19 def __init__(self, win32=False): argument
23 if win32:
216 def fake_mbw(self, files=None, win32=False): argument
217 mbw = FakeMBW(win32=win32)
358 mbw = self.fake_mbw(win32=True)
478 mbw = self.fake_mbw(win32=True)

12345678910>>...24