/external/python/cpython3/PC/ |
D | errmap.h | 2 int winerror_to_errno(int winerror) in winerror_to_errno() argument 4 switch(winerror) { in winerror_to_errno()
|
D | launcher.c | 68 winerror(int rc, wchar_t * message, int size) in winerror() function 88 winerror(GetLastError(), win_message, MSGSIZE); in error() 223 winerror(status, message, MSGSIZE); in locate_pythons_for_key() 236 winerror(status, message, MSGSIZE); in locate_pythons_for_key() 246 winerror(status, message, MSGSIZE); in locate_pythons_for_key() 263 winerror(GetLastError(), message, MSGSIZE); in locate_pythons_for_key() 1410 winerror(GetLastError(), message, MSGSIZE); in process()
|
/external/python/cpython2/PC/ |
D | errmap.h | 2 int winerror_to_errno(int winerror) in winerror_to_errno() argument 4 switch(winerror) { in winerror_to_errno()
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 747 , PyObject **winerror in oserror_parse_args() argument 759 PyObject **winerror = &_winerror; in oserror_parse_args() local 767 filename, winerror, filename2)) in oserror_parse_args() 770 if (*winerror && PyLong_Check(*winerror)) { in oserror_parse_args() 775 winerrcode = PyLong_AsLong(*winerror); in oserror_parse_args() 812 , PyObject *winerror in oserror_init() argument 858 Py_XINCREF(winerror); in oserror_init() 859 self->winerror = winerror; in oserror_init() 902 PyObject *winerror = NULL; in OSError_new() local 914 , &winerror in OSError_new() [all …]
|
/external/python/cpython3/Lib/asyncio/ |
D | windows_events.py | 134 if exc.winerror != _overlapped.ERROR_IO_PENDING: 221 if exc.winerror != _overlapped.ERROR_IO_PENDING: 444 if exc.winerror == _overlapped.ERROR_NETNAME_DELETED: 463 if exc.winerror == _overlapped.ERROR_NETNAME_DELETED: 505 if e.winerror != errno.WSAEINVAL: 550 if exc.winerror != _overlapped.ERROR_PIPE_BUSY:
|
/external/python/cpython2/Objects/ |
D | exceptions.c | 833 Py_CLEAR(self->winerror); in WindowsError_clear() 851 Py_VISIT(self->winerror); in WindowsError_traverse() 876 Py_XSETREF(self->winerror, self->myerrno); in WindowsError_init() 914 if (self->winerror) { in WindowsError_str() 915 Py_INCREF(self->winerror); in WindowsError_str() 916 PyTuple_SET_ITEM(tuple, 0, self->winerror); in WindowsError_str() 938 else if (self->winerror && self->strerror) { in WindowsError_str() 952 if (self->winerror) { in WindowsError_str() 953 Py_INCREF(self->winerror); in WindowsError_str() 954 PyTuple_SET_ITEM(tuple, 0, self->winerror); in WindowsError_str() [all …]
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_win32.py | 89 self.assertEqual(e.winerror, ERROR_INVALID_PARAMETER) 98 self.assertEqual(e.winerror, ERROR_INVALID_PARAMETER)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 320 if e.winerror == _winapi.ERROR_BROKEN_PIPE: 656 if e.winerror != _winapi.ERROR_NO_DATA: 693 if e.winerror not in (_winapi.ERROR_SEM_TIMEOUT, 837 ov, err = None, e.winerror 853 err = e.winerror 870 err = e.winerror
|
/external/python/cpython3/Lib/test/ |
D | test_exception_hierarchy.py | 135 self.assertEqual(e.winerror, None) 141 self.assertEqual(e.winerror, 183)
|
D | test_exceptions.py | 232 self.assertEqual(w.winerror, None) 237 self.assertEqual(w.winerror, 3) 245 self.assertEqual(w.winerror, 1001) 253 self.assertEqual(w.winerror, None)
|
D | test_socket.py | 1033 if e.winerror == 10022: 1121 if e.winerror == 10022: 1251 if exc.winerror == WSAEOPNOTSUPP:
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_windows_utils.py | 88 self.assertEqual(e.winerror, ERROR_IO_INCOMPLETE) 126 self.assertEqual(e.winerror, 6) # ERROR_INVALID_HANDLE
|
D | test_windows_events.py | 98 exc.winerror = _overlapped.ERROR_PIPE_BUSY
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 1773 ; BIG-NEXT: 837: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 1830 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 1859 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 1909 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 1938 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 1962 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 1991 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 2015 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 2045 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h 2069 ; BIG-NEXT: f:\dd\externalapis\windows\8.1\sdk\inc\winerror.h [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 21 #include <winerror.h>
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 32 FILE 31 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winerror.h 258 FILE 257 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winerror.h 366 FILE 365 f:\sp\public\sdk\inc\winerror.h 407 FILE 406 f:\sp\public\sdk\inc\winerror.h 414 FILE 413 f:\sp\public\sdk\inc\winerror.h 466 FILE 465 f:\sp\public\sdk\inc\winerror.h 544 FILE 543 f:\sp\public\sdk\inc\winerror.h 571 FILE 570 f:\sp\public\sdk\inc\winerror.h 631 FILE 630 f:\sp\public\sdk\inc\winerror.h 649 FILE 648 f:\sp\public\sdk\inc\winerror.h [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 32 FILE 31 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winerror.h 258 FILE 257 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winerror.h 366 FILE 365 f:\sp\public\sdk\inc\winerror.h 407 FILE 406 f:\sp\public\sdk\inc\winerror.h 414 FILE 413 f:\sp\public\sdk\inc\winerror.h 466 FILE 465 f:\sp\public\sdk\inc\winerror.h 544 FILE 543 f:\sp\public\sdk\inc\winerror.h 571 FILE 570 f:\sp\public\sdk\inc\winerror.h 631 FILE 630 f:\sp\public\sdk\inc\winerror.h 649 FILE 648 f:\sp\public\sdk\inc\winerror.h [all …]
|
/external/python/cpython3/Doc/library/ |
D | exceptions.rst | 257 OSError(errno, strerror[, filename[, winerror[, filename2]]]) 281 .. attribute:: winerror 287 Under Windows, if the *winerror* constructor argument is an integer, 290 *winerror* argument is ignored, and the :attr:`winerror` attribute
|
D | shutil.rst | 408 if why.winerror is None:
|
/external/python/cpython2/Include/ |
D | pyerrors.h | 70 PyObject *winerror; member
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 58 PyObject *winerror; member
|
/external/python/cpython2/Doc/library/ |
D | exceptions.rst | 455 correspond to an :c:data:`errno` value. The :attr:`winerror` and 458 Platform API. The :attr:`errno` value maps the :attr:`winerror` value to
|
/external/python/cpython2/Lib/test/ |
D | test_exceptions.py | 205 self.assertEqual(WindowsError(1001, "message").winerror, 1001)
|
D | test_tcl.py | 259 if e.winerror == 5:
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 776 if e.winerror != 5:
|