/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 94 SetLastError(ERROR_INVALID_PIXEL_FORMAT); in wglCreatePbufferARB() 99 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 117 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 129 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 139 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 151 SetLastError(ERROR_NO_SYSTEM_RESOURCES); in wglCreatePbufferARB() 160 SetLastError(ERROR_NO_SYSTEM_RESOURCES); in wglCreatePbufferARB() 247 SetLastError(ERROR_NO_SYSTEM_RESOURCES); in wglCreatePbufferARB() 278 SetLastError(ERROR_INVALID_HANDLE); in wglGetPbufferDCARB() 297 SetLastError(ERROR_INVALID_HANDLE); in wglReleasePbufferDCARB() [all …]
|
D | stw_ext_rendertexture.c | 132 SetLastError(ERROR_INVALID_OPERATION); in wglBindTexImageARB() 139 SetLastError(ERROR_INVALID_HANDLE); in wglBindTexImageARB() 146 SetLastError(ERROR_INVALID_DATA); in wglBindTexImageARB() 206 SetLastError(ERROR_INVALID_HANDLE); in wglReleaseTexImageARB() 213 SetLastError(ERROR_INVALID_DATA); in wglReleaseTexImageARB() 228 SetLastError(ERROR_INVALID_HANDLE); in wglSetPbufferAttribARB() 247 SetLastError(ERROR_INVALID_DATA); in wglSetPbufferAttribARB() 254 SetLastError(ERROR_INVALID_DATA); in wglSetPbufferAttribARB()
|
D | stw_ext_context.c | 109 SetLastError(ERROR_INVALID_PARAMETER); in wglCreateContextAttribsARB() 117 SetLastError(ERROR_INVALID_PARAMETER); in wglCreateContextAttribsARB() 125 SetLastError(ERROR_INVALID_PROFILE_ARB); in wglCreateContextAttribsARB() 143 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB() 149 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
|
D | stw_ext_swapinterval.c | 48 SetLastError(ERROR_INVALID_DATA); in wglSwapIntervalEXT()
|
D | stw_context.c | 499 SetLastError(ERROR_INVALID_PIXEL_FORMAT); in stw_make_current() 503 SetLastError(ERROR_INVALID_PIXEL_FORMAT); in stw_make_current()
|
/third_party/openssl/ |
D | e_os.h | 97 # define clear_sys_error() SetLastError(0) 98 # define set_sys_error(e) SetLastError(e)
|
/third_party/openssl/test/ |
D | errtest.c | 25 SetLastError(ERROR_INVALID_FUNCTION); in preserves_system_error()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 828 SetLastError(ERROR_DLL_INIT_FAILED); in GetModuleInfo() 837 SetLastError(ERROR_NOT_ENOUGH_MEMORY); in GetModuleInfo() 867 SetLastError(ERROR_DLL_INIT_FAILED); in GetModuleInfo() 914 SetLastError(ERROR_DLL_INIT_FAILED); in LoadModules() 928 SetLastError(ERROR_NOT_ENOUGH_MEMORY); in LoadModules() 1017 SetLastError(ERROR_DLL_INIT_FAILED); in LoadModules() 1053 SetLastError(ERROR_DLL_INIT_FAILED); in ShowCallstack() 1277 SetLastError(ERROR_SUCCESS); in ShowCallstack() 1304 SetLastError(ERROR_DLL_INIT_FAILED); in ShowObject()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 828 SetLastError(ERROR_DLL_INIT_FAILED); in GetModuleInfo() 837 SetLastError(ERROR_NOT_ENOUGH_MEMORY); in GetModuleInfo() 867 SetLastError(ERROR_DLL_INIT_FAILED); in GetModuleInfo() 914 SetLastError(ERROR_DLL_INIT_FAILED); in LoadModules() 928 SetLastError(ERROR_NOT_ENOUGH_MEMORY); in LoadModules() 1017 SetLastError(ERROR_DLL_INIT_FAILED); in LoadModules() 1053 SetLastError(ERROR_DLL_INIT_FAILED); in ShowCallstack() 1277 SetLastError(ERROR_SUCCESS); in ShowCallstack() 1304 SetLastError(ERROR_DLL_INIT_FAILED); in ShowObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 203 SetLastError(ec.value()); 267 SetLastError(ec.value()); 275 SetLastError(ec.value()); 295 SetLastError(err); 324 SetLastError(GetLastError()); 432 SetLastError(err);
|
/third_party/curl/lib/ |
D | strerror.c | 814 SetLastError(old_win_err); in Curl_strerror() 854 SetLastError(old_win_err); in Curl_winapi_strerror() 1005 SetLastError(old_win_err); in Curl_sspi_strerror()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 284 SetLastError(ec.value()); 348 SetLastError(ec.value()); 356 SetLastError(ec.value()); 376 SetLastError(err); 405 SetLastError(GetLastError()); 457 SetLastError(err);
|
/third_party/gn/src/base/files/ |
D | file.cc | 56 ::SetLastError(ERROR_ACCESS_DENIED); in Initialize()
|
/third_party/python/Python/ |
D | thread_nt.h | 422 SetLastError(error); in PyThread_get_key_value() 503 SetLastError(error); in PyThread_tss_get()
|
/third_party/openssl/crypto/ |
D | threads_win.c | 126 SetLastError(last_error); in CRYPTO_THREAD_get_local()
|
/third_party/gn/src/base/win/ |
D | scoped_process_information.cc | 27 ::SetLastError(last_error); in CheckAndDuplicateHandle()
|
D | scoped_handle.h | 69 ::SetLastError(last_error); in Set()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 422 SetLastError(0); in wcs_to_mbs() 443 SetLastError(0); in mbs_to_wcs()
|
/third_party/libuv/src/win/ |
D | fs.c | 290 SetLastError(ERROR_OUTOFMEMORY); in fs__wide_to_utf8() 394 SetLastError(ERROR_SYMLINK_NOT_SUPPORTED); in fs__readlink_handle() 405 SetLastError(ERROR_SYMLINK_NOT_SUPPORTED); in fs__readlink_handle() 414 SetLastError(ERROR_SYMLINK_NOT_SUPPORTED); in fs__readlink_handle() 421 SetLastError(ERROR_SYMLINK_NOT_SUPPORTED); in fs__readlink_handle() 430 SetLastError(ERROR_SYMLINK_NOT_SUPPORTED); in fs__readlink_handle() 436 SetLastError(ERROR_SYMLINK_NOT_SUPPORTED); in fs__readlink_handle() 1722 SetLastError(pRtlNtStatusToDosError(nt_status)); in fs__stat_handle() 1736 SetLastError(pRtlNtStatusToDosError(nt_status)); in fs__stat_handle() 2632 SetLastError(ERROR_OUTOFMEMORY); in fs__realpath_handle() [all …]
|
/third_party/cef/tests/shared/browser/ |
D | util_win.cc | 28 SetLastError(ERROR_SUCCESS); in SetUserDataPtr()
|
/third_party/python/Modules/_ctypes/ |
D | callbacks.c | 232 SetLastError(temp); in _CallPythonObject() 247 SetLastError(temp); in _CallPythonObject()
|
/third_party/python/Lib/ctypes/test/ |
D | test_win32.py | 84 windll.kernel32.SetLastError(ERROR_INVALID_PARAMETER)
|
/third_party/cef/libcef_dll/base/ |
D | cef_logging.cc | 163 ::SetLastError(last_error_); in ~SaveLastError()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 320 BOOST_SYMBOL_IMPORT BOOST_WINAPI_DETAIL_VOID BOOST_WINAPI_WINAPI_CC SetLastError(boost::winapi::DWO… 360 BOOST_FORCEINLINE BOOST_WINAPI_DETAIL_VOID SetLastError(boost::winapi::DWORD_ dwErrCode) in SetLastError() function 361 { ::SetLastError(dwErrCode); } in SetLastError() 611 { return SetLastError(err); } in set_last_error()
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 438 #define SET_ERRNO(x) (SetLastError((DWORD)(x)))
|