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

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Path.inc 83 return mapWindowsError(::GetLastError());
157 return mapWindowsError(::GetLastError());
191 return mapWindowsError(::GetLastError());
211 DWORD LastError = ::GetLastError();
230 return mapWindowsError(::GetLastError());
254 std::error_code EC = mapWindowsError(::GetLastError());
261 std::error_code EC = mapWindowsError(::GetLastError());
295 DWORD ReplaceError = ::GetLastError();
321 DWORD MoveError = ::GetLastError();
348 DWORD LastError = ::GetLastError();
    [all...]
  /development/host/windows/usb/api/
adb_interface_enum.h 54 @return True on success, false on failure, in which case GetLastError()
70 GetLastError() provides extended information about the error that
80 GetLastError() provides extended information about the error that
adb_legacy_io_completion.h 80 the GetLastError function returns ERROR_IO_INCOMPLETE.
82 is not yet completed. If false is returned GetLastError() provides
83 extended error information. If GetLastError returns
  /external/ltp/testcases/kernel/io/disktest/
defs.h 75 #define GETLASTERROR() GetLastError()
88 #define GETLASTERROR() errno
threading.c 163 GETLASTERROR());
164 exit(GETLASTERROR());
174 GETLASTERROR());
178 exit(GETLASTERROR());
192 GETLASTERROR());
193 exit(GETLASTERROR());
  /external/mdnsresponder/mDNSWindows/
VPCDetect.cpp 51 err = translate_errno( scm, (OSStatus) GetLastError(), kOpenErr );
55 err = translate_errno( service, (OSStatus) GetLastError(), kNotFoundErr );
59 err = translate_errno( ok, (OSStatus) GetLastError(), kAuthenticationErr );
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 44 /** Format an error code returned by GetLastError to a human readable string. */
66 return "Could not format error " + to_string(error) + ": " + to_string(::GetLastError());
77 auto error = ::GetLastError();
  /frameworks/base/libs/androidfw/include/androidfw/
Chunk.h 72 // by calling HadError() and GetLastError() to get the reason for failure.
82 // LOG(ERROR) << iter.GetLastError();
99 inline std::string GetLastError() const { return last_error_; }
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 78 DWORD error = GetLastError();
90 DWORD error = GetLastError();
  /external/python/cpython2/Lib/test/
symlink_support.py 74 # note the following will cause an infinite loop if GetLastError
84 value = ctypes.windll.kernel32.GetLastError()
  /external/python/cpython2/Modules/_multiprocessing/
pipe_connection.c 27 if (ret == 0 && GetLastError() == ERROR_NO_SYSTEM_RESOURCES) {
56 err = GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__threading_support 477 return GetLastError();
505 return GetLastError();
556 return GetLastError();
572 return GetLastError();
574 return GetLastError();
581 return GetLastError();
606 return GetLastError();
618 return GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__threading_support 477 return GetLastError();
505 return GetLastError();
556 return GetLastError();
572 return GetLastError();
574 return GetLastError();
581 return GetLastError();
606 return GetLastError();
618 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
__threading_support 482 auto __ec = GetLastError();
512 return GetLastError();
563 return GetLastError();
579 return GetLastError();
581 return GetLastError();
588 return GetLastError();
613 return GetLastError();
625 return GetLastError();

Completed in 2018 milliseconds

1 23 4 5 6 7 8 91011>>