Home
last modified time | relevance | path

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

12345678910>>...16

/external/chromium-trace/catapult/telemetry/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/
DMANIFEST.MF2 Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=
5 Bundle-Localization: launcher.win32.win32.x86
9 Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; sin
14 agments/org.eclipse.equinox.launcher.win32.win32.x86;tag=R36x_v201010
25 Name: launcher.win32.win32.x86.properties
/external/libopus/
DMakefile.am126 win32/VS2010/silk_float.vcxproj \
127 win32/VS2010/celt.vcxproj.filters \
128 win32/VS2010/opus.vcxproj \
129 win32/VS2010/silk_common.vcxproj.filters \
130 win32/VS2010/silk_float.vcxproj.filters \
131 win32/VS2010/test_opus_encode.vcxproj.filters \
132 win32/VS2010/silk_common.vcxproj \
133 win32/VS2010/test_opus_encode.vcxproj \
134 win32/VS2010/opus_demo.vcxproj \
135 win32/VS2010/test_opus_api.vcxproj.filters \
[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/deqp/targets/gles3_wrapper/
Dgles3_wrapper.cmake21 win32/tcuWGL.cpp
22 win32/tcuWGL.hpp
23 win32/tcuWin32API.h
24 win32/tcuWin32Window.cpp
25 win32/tcuWin32Window.hpp
26 win32/tcuWin32GLES3Platform.cpp
27 win32/tcuWin32GLES3Platform.hpp
/external/boringssl/src/util/bot/
DDEPS52 '--platform=win32',
55 '-s', 'boringssl/util/bot/cmake-win32.zip.sha1',
63 '--platform=win32',
66 '-s', 'boringssl/util/bot/perl-win32.zip.sha1',
74 '--platform=win32',
77 '-s', 'boringssl/util/bot/yasm-win32.exe.sha1',
120 'boringssl/util/bot/cmake-win32.zip',
121 'boringssl/util/bot/cmake-win32/',
130 'boringssl/util/bot/perl-win32.zip',
131 'boringssl/util/bot/perl-win32/',
/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/libvpx/libvpx/
DREADME60 armv7-win32-vs11
61 armv7-win32-vs12
62 armv7-win32-vs14
82 x86-win32-gcc
83 x86-win32-vs7
84 x86-win32-vs8
85 x86-win32-vs9
86 x86-win32-vs10
87 x86-win32-vs11
88 x86-win32-vs12
[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/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
Dwin_chkstk.ll1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN_X32
2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN_X64
3 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -code-model=large | FileCheck %s -check-prefix=WIN64_LARGE
7 ; RUN: llc < %s -mtriple=x86_64-pc-win32-macho | FileCheck %s -check-prefix=LINUX
/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/deqp/framework/delibs/dethread/
DCMakeLists.txt34 win32/deMutexWin32.c
35 win32/deSemaphoreWin32.c
36 win32/deThreadWin32.c
37 win32/deThreadLocalWin32.c
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedPublish.eclipse.properties66 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%%-…
85 win32,win,x86,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,\
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl238 print "#if defined(__i386__)\n" unless $win32;
240 print "#endif\n" unless $win32;
249 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
259 { $win32=1; require "x86nasm.pl"; }
265 { $win32=1; require "x86masm.pl"; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
Dbuild.properties41 # 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& \
162 baseos=win32
163 basews=win32
182 eclipseBaseURL=${eclipseURL}/eclipse-platform-${eclipseBuildId}-win32.zip
/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/harfbuzz_ng/win32/
Dgenerate-msvc.mak6 # Copy the pre-defined config.h.win32
7 config.h: config.h.win32
8 @-copy $@.win32 $@
/external/llvm/test/CodeGen/MIR/AArch64/
Dlit.local.cfg6 # For now we don't test arm64-win32.
7 if re.search(r'cygwin|mingw32|win32|windows-gnu|windows-msvc', config.target_triple):
/external/llvm/test/CodeGen/AArch64/
Dlit.local.cfg8 # For now we don't test arm64-win32.
9 if re.search(r'cygwin|mingw32|win32|windows-gnu|windows-msvc', config.target_triple):
/external/llvm/test/MC/COFF/
Dtricky-names.ll2 ; RUN: llc -mtriple=i686-pc-win32 %s -o - | FileCheck %s --check-prefix=ASM
5 ; RUN: llc -mtriple=i686-pc-win32 %s -o - | llvm-mc -triple i686-pc-win32 -filetype=obj | llvm-read…

12345678910>>...16