HomeSort by relevance Sort by last modified time
    Searched full:getlasterror (Results 226 - 250 of 472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 252 func getlasterror() uint32 func
580 print("runtime: waitforsingleobject wait_failed; errno=", getlasterror(), "\n")
598 print("runtime: setevent failed; errno=", getlasterror(), "\n")
612 print("runtime: createevent failed; errno=", getlasterror(), "\n")
640 print("runtime: failed to create new OS thread (have ", mcount(), " already; errno=", getlasterror(), ")\n")
  /toolchain/binutils/binutils-2.27/zlib/test/
minigzip.c 72 for ERROR come from GetLastError.
78 of GetLastError. */
86 DWORD lasterr = GetLastError();
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c 26 from GetLastError.
32 GetLastError. */
39 DWORD lasterr = GetLastError();
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 501 return Callback->OpenFileError(path, ::GetLastError());
508 return Callback->OpenFileError(path, ::GetLastError());
705 return ::GetLastError();
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 276 translate_errno( g_nonLocalizedResources, GetLastError(), kUnknownErr );
284 translate_errno( g_localizedResources, GetLastError(), kUnknownErr );
312 err = translate_errno( nChars > 0, (OSStatus) GetLastError(), kUnknownErr );
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 34 #define SEM_GET_LAST_ERROR() GetLastError()
174 if (GetLastError() == ERROR_TOO_MANY_POSTS) {
455 /* On Windows we should fail if GetLastError()==ERROR_ALREADY_EXISTS */
  /external/python/cpython2/Modules/zlib/
gzlib.c 26 from GetLastError.
32 GetLastError. */
39 DWORD lasterr = GetLastError();
  /external/python/cpython3/Modules/_multiprocessing/
semaphore.c 36 #define SEM_GET_LAST_ERROR() GetLastError()
167 if (GetLastError() == ERROR_TOO_MANY_POSTS) {
449 /* On Windows we should fail if GetLastError()==ERROR_ALREADY_EXISTS */
  /external/python/cpython3/Modules/zlib/
gzlib.c 26 from GetLastError.
32 GetLastError. */
39 DWORD lasterr = GetLastError();
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Program.inc 281 DWORD err = GetLastError();
321 SetLastError(GetLastError());
361 DWORD err = GetLastError();
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 125 (int) GetLastError());
131 (int) GetLastError());
221 wpa_printf(MSG_INFO, "WriteFile() failed: %d", (int) GetLastError());
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 88 (int) GetLastError());
513 (int) GetLastError());
580 err = GetLastError();
  /external/zlib/src/
gzlib.c 26 from GetLastError.
32 GetLastError. */
39 DWORD lasterr = GetLastError();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 250 if(destSize==0) return HRESULT_FROM_WIN32(GetLastError());
256 return HRESULT_FROM_WIN32(GetLastError());
293 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) return HRESULT_FROM_WIN32(GetLastError());
wmiatlprov.h 315 t_Result = MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,GetLastError());
346 t_Result = MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,GetLastError());
  /toolchain/binutils/binutils-2.27/zlib/
gzlib.c 26 from GetLastError.
32 GetLastError. */
39 DWORD lasterr = GetLastError();
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.cc 296 if (GetLastError() != ERROR_PIPE_BUSY) {
394 if (GetLastError() != ERROR_PIPE_BUSY) {
  /external/gptfdisk/
diskio-windows.cc 106 errno = GetLastError();
203 errno = GetLastError();
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 322 if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) {
355 if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) {
winnmfmt.cpp 411 DWORD lastError = GetLastError();
433 if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) {
  /external/lzma/CPP/Windows/
FileIO.cpp 112 if (::GetLastError() != NO_ERROR)
131 if (::GetLastError() != NO_ERROR)
  /external/python/cpython3/Modules/_ctypes/
callbacks.c 228 space[1] = GetLastError();
240 space[1] = GetLastError();
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 284 if (lib_handle == NULL && GetLastError() == ERROR_MOD_NOT_FOUND) {
292 (void)snprintf(errorMsg, 163, "Failed to open dynamic library \"%s\" with error %lu", libPath, GetLastError());
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 137 // The returned error is always non-nil, constructed from the result of GetLastError.
296 // The returned error is always non-nil, constructed from the result of GetLastError.
  /prebuilts/go/linux-x86/src/syscall/
dll_windows.go 137 // The returned error is always non-nil, constructed from the result of GetLastError.
296 // The returned error is always non-nil, constructed from the result of GetLastError.

Completed in 1834 milliseconds

1 2 3 4 5 6 7 8 91011>>