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

1 2 3 4 5 6 7 8 9

  /external/chromium-trace/catapult/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
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...]
  /external/python/cpython2/Lib/multiprocessing/
connection.py 68 if sys.platform == 'win32':
181 if sys.platform != 'win32':
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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 68 if sys.platform == 'win32':
181 if sys.platform != 'win32':
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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 68 if sys.platform == 'win32':
181 if sys.platform != 'win32':
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
    [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
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
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/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 23 * \brief Win32 EGL native display factory
33 namespace win32 namespace in namespace:tcu
48 } // win32
tcuWin32Platform.cpp 21 * \brief Win32 platform port.
31 namespace win32 namespace in namespace:tcu
67 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance));
87 } // win32
93 return new tcu::win32::Platform();
tcuWin32VulkanPlatform.hpp 23 * \brief Win32 Vulkan platform
32 namespace win32 namespace in namespace:tcu
51 } // win32
tcuWin32Platform.hpp 23 * \brief Win32 platform port.
35 namespace win32 namespace in namespace:tcu
57 } // win32
tcuWin32Window.hpp 23 * \brief Generic Win32 window class.
32 namespace win32 namespace in namespace:tcu
58 } // win32
  /external/freetype/builds/windows/
w32-lcc.mk 2 # FreeType 2 configuration rules for Win32 + LCC
17 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-bcc.mk 2 # FreeType 2 Borland C++ on Win32
21 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-bccd.mk 2 # FreeType 2 Borland C++ on Win32 + debugging
18 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-dev.mk 2 # FreeType 2 configuration rules for Win32 + GCC
24 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-gcc.mk 2 # FreeType 2 configuration rules for Win32 + GCC
21 # include Win32-specific definitions
22 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-icc.mk 2 # FreeType 2 configuration rules for Win32 + IBM Visual Age C++
21 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-intl.mk 2 # FreeType 2 configuration rules for Intel C/C++ on Win32
21 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-mingw32.mk 21 # include Win32-specific definitions
22 include $(TOP_DIR)/builds/windows/win32-def.mk
w32-vcc.mk 2 # FreeType 2 Visual C++ on Win32
21 include $(TOP_DIR)/builds/windows/win32-def.mk
  /external/jline/src/src/main/native/
Makefile 7 #gcc -I'C:/Program Files/Java/'*'/include/' -I'C:/Program Files/Java/'*'/include//win32/' -mno-cygwin -Wl,--add-stdcall-alias -shared -o jline.dll jline_WindowsTerminal.c
8 gcc -L /usr/lib/mingw/ -I${JDK}/include -I${JDK}/include/win32 -mwindows -mno-cygwin -Wl,--add-stdcall-alias -shared -o jline.dll jline_WindowsTerminal.c
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /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/libyuv/
setup_env.bat 7 :: TODO(fbarchard): add files\win32 to for psnr tool
  /external/deqp/external/openglcts/modules/common/
glcConfigListWGL.cpp 41 static void getDefaultWglConfigList(tcu::win32::Platform& wglPlatform, glu::ApiType type, ConfigList& configList)
45 const tcu::win32::Window tmpWindow(instance, 1, 1);
85 tcu::win32::Platform& wglPlatform = dynamic_cast<tcu::win32::Platform&>(platform);

Completed in 1107 milliseconds

1 2 3 4 5 6 7 8 9