HomeSort by relevance Sort by last modified time
    Searched refs:WinError (Results 1 - 13 of 13) sorted by null

  /external/python/setuptools/setuptools/
windows_support.py 29 raise ctypes.WinError()
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 6 raise ctypes.WinError()
138 raise ctypes.WinError()
199 raise ctypes.WinError()
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 168 #include <winerror.h>
261 ULONG WinError;
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/python/cpython3/Lib/ctypes/test/
test_win32.py 108 e = WinError(ERROR_INVALID_PARAMETER)
111 self.assertEqual(e.winerror, ERROR_INVALID_PARAMETER)
115 raise WinError()
120 self.assertEqual(e.winerror, ERROR_INVALID_PARAMETER)
test_funcptr.py 94 raise WinError()
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialwin32.py 66 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/
test_funcptr.py 94 raise WinError()
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 56 #include <WinError.h>
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 52 #include <WinError.h>
  /external/python/cpython2/Lib/ctypes/
__init__.py 467 def WinError(code=None, descr=None):
  /external/python/cpython3/Lib/ctypes/
__init__.py 454 def WinError(code=None, descr=None):
  /external/python/cpython2/Lib/test/support/
__init__.py 340 raise ctypes.WinError()
349 raise ctypes.WinError()
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 482 raise ctypes.WinError()
491 raise ctypes.WinError()
    [all...]

Completed in 1051 milliseconds