/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 95 SetLastError(ERROR_INVALID_PIXEL_FORMAT); in wglCreatePbufferARB() 100 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 118 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 130 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 140 SetLastError(ERROR_INVALID_DATA); in wglCreatePbufferARB() 152 SetLastError(ERROR_NO_SYSTEM_RESOURCES); in wglCreatePbufferARB() 161 SetLastError(ERROR_NO_SYSTEM_RESOURCES); in wglCreatePbufferARB() 253 SetLastError(ERROR_NO_SYSTEM_RESOURCES); in wglCreatePbufferARB() 286 SetLastError(ERROR_INVALID_HANDLE); in wglGetPbufferDCARB() 305 SetLastError(ERROR_INVALID_HANDLE); in wglReleasePbufferDCARB() [all …]
|
D | stw_ext_rendertexture.c | 135 SetLastError(ERROR_INVALID_OPERATION); in wglBindTexImageARB() 142 SetLastError(ERROR_INVALID_HANDLE); in wglBindTexImageARB() 149 SetLastError(ERROR_INVALID_DATA); in wglBindTexImageARB() 210 SetLastError(ERROR_INVALID_HANDLE); in wglReleaseTexImageARB() 217 SetLastError(ERROR_INVALID_DATA); in wglReleaseTexImageARB() 232 SetLastError(ERROR_INVALID_HANDLE); in wglSetPbufferAttribARB() 251 SetLastError(ERROR_INVALID_DATA); in wglSetPbufferAttribARB() 258 SetLastError(ERROR_INVALID_DATA); in wglSetPbufferAttribARB()
|
D | stw_ext_context.c | 95 SetLastError(ERROR_INVALID_PARAMETER); in wglCreateContextAttribsARB() 103 SetLastError(ERROR_INVALID_PARAMETER); in wglCreateContextAttribsARB() 111 SetLastError(ERROR_INVALID_PROFILE_ARB); in wglCreateContextAttribsARB() 129 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB() 135 SetLastError(ERROR_INVALID_VERSION_ARB); in wglCreateContextAttribsARB()
|
D | stw_ext_swapinterval.c | 48 SetLastError(ERROR_INVALID_DATA); in wglSwapIntervalEXT()
|
/external/cronet/base/ |
D | scoped_clear_last_error_unittest.cc | 38 ::SetLastError(1); in TEST() 47 ::SetLastError(1); in TEST() 50 ::SetLastError(2); in TEST()
|
D | scoped_clear_last_error_win.cc | 13 SetLastError(0); in ScopedClearLastError() 17 SetLastError(last_system_error_); in ~ScopedClearLastError()
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/ |
D | scoped_clear_last_error_pa_unittest.cc | 38 ::SetLastError(1); in TEST() 47 ::SetLastError(1); in TEST() 50 ::SetLastError(2); in TEST()
|
D | scoped_clear_last_error_win.cc | 13 SetLastError(0); in ScopedClearLastError() 17 SetLastError(last_system_error_); in ~ScopedClearLastError()
|
/external/cronet/base/win/ |
D | scoped_handle_unittest.cc | 54 ::SetLastError(magic_error); in TEST_F() 60 ::SetLastError(magic_error); in TEST_F() 67 ::SetLastError(magic_error); in TEST_F()
|
D | message_window.cc | 144 SetLastError(ERROR_SUCCESS); in WindowProc() 154 SetLastError(ERROR_SUCCESS); in WindowProc()
|
D | security_descriptor.cc | 128 ::SetLastError(error); in GetSecurityDescriptor() 170 ::SetLastError(error); in SetSecurityDescriptor() 210 ::SetLastError(ERROR_INVALID_SECURITY_DESCR); in FromPointer() 418 ::SetLastError(ERROR_INVALID_PARAMETER); in AccessCheck()
|
D | access_control_list.cc | 71 ::SetLastError(error); in AddACEToAcl() 107 ::SetLastError(ERROR_INVALID_ACL); in FromPACL()
|
/external/cronet/components/nacl/renderer/ |
D | nexe_load_manager.cc | 92 SetLastError(""); in NexeLoadManager() 202 SetLastError(error_string); in ReportLoadError() 222 SetLastError(error_string); in ReportLoadAbort() 296 void NexeLoadManager::SetLastError(const std::string& error) { in SetLastError() function in nacl::NexeLoadManager 417 SetLastError(message); in ReportDeadNexe()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tsd_win.h | 20 SetLastError(error); in tsd_cleanup_wrapper() 50 SetLastError(error); in tsd_wrapper_get()
|
D | util.h | 49 SetLastError(errnum); in set_errno()
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 77 ::SetLastError(ERROR_CALL_NOT_IMPLEMENTED); in SetDirTime() 207 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); in MyCreateHardLink() 455 ::SetLastError(ERROR_DIRECTORY); in RemoveDirWithSubItems() 615 SetLastError(ERROR_ALREADY_EXISTS); in CreateTempFile()
|
D | FileFind.cpp | 275 ::SetLastError(ERROR_CALL_NOT_IMPLEMENTED); in FindFirst() 280 SetLastError(0); in FindFirst() 308 ::SetLastError(ERROR_CALL_NOT_IMPLEMENTED); in FindNext() 494 ::SetLastError(ERROR_FILE_NOT_FOUND); in Find()
|
/external/rust/crates/shared_library/src/ |
D | dynamic_library.rs | 332 SetLastError(0); in open() 374 SetLastError(0); in check_for_errors_in() 396 fn SetLastError(error: libc::size_t); in SetLastError() function
|
/external/angle/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()
|
/external/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);
|
/external/crosvm/gpu_display/src/gpu_display_win/ |
D | window.rs | 47 use winapi::um::errhandlingapi::SetLastError; 296 SetLastError(0); in remove_property() 331 SetLastError(0); in get_attribute() 346 SetLastError(0); in set_attribute()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 283 SetLastError(ec.value()); 347 SetLastError(ec.value()); 355 SetLastError(ec.value()); 375 SetLastError(err); 404 SetLastError(GetLastError()); 456 SetLastError(err);
|
/external/curl/lib/ |
D | strerror.c | 916 SetLastError(old_win_err); in Curl_strerror() 956 SetLastError(old_win_err); in Curl_winapi_strerror() 1107 SetLastError(old_win_err); in Curl_sspi_strerror()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | extract.c | 46 SetLastError(183); in ensure_directory() 101 SetLastError(x); in map_new_file()
|
/external/llvm/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);
|