Searched refs:WinError (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
H A Dtest_win32.py86 e = WinError(ERROR_INVALID_PARAMETER)
93 raise WinError()
H A Dtest_funcptr.py94 raise WinError()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py6 raise ctypes.WinError()
138 raise ctypes.WinError()
199 raise ctypes.WinError()
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialwin32.py66 raise SerialException("could not open port %r: %r" % (self.portstr, ctypes.WinError()))
202 raise ValueError("Cannot configure port, some setting was wrong. Original message: %r" % ctypes.WinError())
260 raise SerialException("ReadFile failed (%r)" % ctypes.WinError())
270 raise SerialException("ReadFile failed (%r)" % ctypes.WinError())
289 raise SerialException("WriteFile failed (%r)" % ctypes.WinError())
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_funcptr.py94 raise WinError()
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c261 ULONG WinError; member in struct:__anon5686
319 IN ULONG WinError
330 if (WinError == ErrorTable[i].WinError)
340 if ((WinError >= ERROR_WRITE_PROTECT) &&
341 (WinError <= ERROR_SHARING_BUFFER_EXCEEDED))
345 else if ((WinError >= ERROR_INVALID_STARTING_CODESEG) &&
346 (WinError <= ERROR_INFLOOP_IN_RELOC_CHAIN))
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A Dsystem_error.inc62 // see WinError.h comments for descriptions of errors
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp56 #include <WinError.h>
/external/python/cpython2/Lib/ctypes/
H A D__init__.py463 def WinError(code=None, descr=None): function
/external/python/cpython3/Lib/ctypes/
H A D__init__.py449 def WinError(code=None, descr=None): function
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp52 #include <WinError.h>
/external/python/cpython2/Lib/test/
H A Dtest_support.py325 raise ctypes.WinError()
334 raise ctypes.WinError()
/external/python/cpython3/Lib/test/support/
H A D__init__.py461 raise ctypes.WinError()
470 raise ctypes.WinError()

Completed in 512 milliseconds