Searched refs:WindowsError (Results 1 – 23 of 23) sorted by relevance
/third_party/rust/crates/libloading/src/ |
D | error.rs | 13 pub struct WindowsError(pub(crate) std::io::Error); struct 15 impl std::fmt::Debug for WindowsError { implementation 49 source: WindowsError 56 source: WindowsError 63 source: WindowsError 70 source: WindowsError
|
/third_party/node/deps/v8/third_party/ittapi/ |
D | buildall.py | 39 except WindowsError: 48 except WindowsError: 58 except WindowsError:
|
/third_party/python/Lib/ |
D | _compat_pickle.py | 145 WindowsError
|
/third_party/rust/crates/libloading/src/os/windows/ |
D | mod.rs | 409 fn with_get_last_error<T, F>(wrap: fn(crate::error::WindowsError) -> crate::Error, closure: F) in with_get_last_error() 417 Some(wrap(crate::error::WindowsError(io::Error::from_raw_os_error(error as i32)))) in with_get_last_error()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Memory.inc | 17 #include "llvm/Support/WindowsError.h"
|
D | Process.inc | 18 #include "llvm/Support/WindowsError.h"
|
D | Program.inc | 19 #include "llvm/Support/WindowsError.h"
|
D | Signals.inc | 16 #include "llvm/Support/WindowsError.h"
|
D | Path.inc | 20 #include "llvm/Support/WindowsError.h"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | CMakeLists.txt | 155 "include/llvm/Support/WindowsError.h"
|
/third_party/python/Lib/test/ |
D | test_exceptions.py | 354 WindowsError 358 self.assertIs(WindowsError, OSError) 492 (WindowsError, (1, 'strErrorStr', 'filenameStr'),
|
D | test_ssl.py | 944 self.assertRaises(WindowsError, ssl.enum_certificates, "") 967 self.assertRaises(WindowsError, ssl.enum_crls, "")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 16 #include "llvm/Support/WindowsError.h"
|
D | Program.inc | 19 #include "llvm/Support/WindowsError.h"
|
D | Path.inc | 20 #include "llvm/Support/WindowsError.h"
|
D | Signals.inc | 16 #include "llvm/Support/WindowsError.h"
|
/third_party/python/Doc/library/ |
D | exceptions.rst | 350 :exc:`EnvironmentError`, :exc:`IOError`, :exc:`WindowsError`, 624 .. exception:: WindowsError
|
D | winreg.rst | 21 :exc:`WindowsError`, which is now an alias of :exc:`OSError`.
|
D | ctypes.rst | 47 Windows errors used to raise :exc:`WindowsError`, which is now an alias 1355 :exc:`WindowsError` used to be raised. 2039 An instance of :exc:`WindowsError` used to be created.
|
/third_party/python/Objects/ |
D | exceptions.c | 2836 INIT_ALIAS(WindowsError, OSError); in _PyBuiltins_AddExceptions()
|
/third_party/python/Doc/c-api/ |
D | exceptions.rst | 191 This is a convenience function to raise :exc:`WindowsError`. If called with
|
/third_party/python/Doc/whatsnew/ |
D | 3.3.rst | 334 :exc:`WindowsError`, :exc:`mmap.error`, :exc:`socket.error` or
|
/third_party/python/Misc/ |
D | HISTORY | 18012 - WindowsError now has two error code attributes: errno, which carries 18062 As a result, these functions now raise WindowsError instead of OSError. 18797 WindowsError now (instead of OSError).
|