/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialwin32.py | 12 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/ |
D | connection.py | 203 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/ |
D | extensions_win32.ini | 7 ; 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/ |
D | extensions_win32.ini | 7 ; 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/ |
D | CMakeLists.txt | 7 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/ |
D | Makefile.am | 207 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 | .gitignore | 14 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/ |
D | DEPS | 99 '--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',
|
D | UPDATING | 38 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/ |
D | xsWin32TestProcess.hpp | 46 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/ |
D | wpa_gui.pro | 10 win32 { 14 } else:win32-g++ { 15 # cross compilation to win32 20 } else:win32-x-g++ { 21 # cross compilation to win32
|
/external/libvpx/libvpx/ |
D | README | 58 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/ |
D | CMakeLists.txt | 18 win32/deMutexWin32.c 19 win32/deSemaphoreWin32.c 20 win32/deThreadWin32.c 21 win32/deThreadLocalWin32.c
|
/external/llvm/test/CodeGen/X86/ |
D | fltused_function_pointer.ll | 5 ; 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
|
D | fltused.ll | 5 ; 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/ |
D | CMakeLists.txt | 52 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/ |
D | glcConfigListWGL.cpp | 41 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/ |
D | tcuWin32VulkanPlatform.cpp | 42 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()
|
D | tcuWin32Platform.cpp | 31 namespace win32 namespace 67 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance)); in Platform() 93 return new tcu::win32::Platform(); in createPlatform()
|
/external/tcpdump/ |
D | Readme.Win32 | 8 - 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/ |
D | x86asm.pl | 258 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/ |
D | Android.mk | 63 …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/ |
D | expat.iss | 29 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/ |
D | README.win32 | 7 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/ |
D | mb_unittest.py | 19 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)
|