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

<<111213141516171819

  /sdk/find_java/src/source/
utils.cpp 40 // Displays GetLastError prefixed with a description in an error dialog box
  /system/core/adb/client/
main.cpp 169 android::base::SystemErrorCodeToString(GetLastError()).c_str());
  /toolchain/binutils/binutils-2.27/zlib/
gzguts.h 120 # define zstrerror() gz_strwinerror((DWORD)GetLastError())
  /external/python/cpython2/Modules/_ctypes/
callproc.c 103 accessed by the GetLastError() and SetLastError() api functions.
833 space[1] = GetLastError();
852 space[1] = GetLastError();
    [all...]
callbacks.c 309 space[1] = GetLastError();
321 space[1] = GetLastError();
  /external/python/cpython3/Modules/_ctypes/
callproc.c 98 accessed by the GetLastError() and SetLastError() api functions.
801 space[1] = GetLastError();
820 space[1] = GetLastError();
    [all...]
  /external/libusb/libusb/os/
windows_winusb.c 270 if (GetLastError() != ERROR_NO_MORE_ITEMS)
307 if (GetLastError() != ERROR_NO_MORE_ITEMS)
319 if (GetLastError() != ERROR_NO_MORE_ITEMS)
331 if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) {
376 if (GetLastError() != ERROR_NO_MORE_ITEMS)
388 if (GetLastError() != ERROR_NO_MORE_ITEMS)
400 if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) {
    [all...]
  /external/curl/lib/
telnet.c     [all...]
  /external/python/cpython3/PC/
launcher.c 88 winerror(GetLastError(), win_message, MSGSIZE);
263 winerror(GetLastError(), message, MSGSIZE);
582 rc = GetLastError();
    [all...]
  /external/jemalloc/include/jemalloc/internal/
tsd.h 310 DWORD error = GetLastError(); \
342 DWORD error = GetLastError(); \
  /external/python/cpython2/PC/bdist_wininst/
install.c 851 wsprintf(reason, "Can't load Python for pre-install script (%d)", GetLastError());
959 SystemError(GetLastError(), Buffer);
1077 SystemError(GetLastError(),
    [all...]
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 473 "GetLastError($module, /)\n"
478 {"GetLastError", (PyCFunction)_winapi_GetLastError, METH_NOARGS, _winapi_GetLastError__doc__},
  /external/python/cpython3/PC/bdist_wininst/
install.c 895 wsprintf(reason, "Can't load Python for pre-install script (%d)", GetLastError());
1003 SystemError(GetLastError(), Buffer);
    [all...]
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 244 #define GetLastError() errno
300 #define GetLastError() errno
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sti.h 388 STDMETHOD(GetLastError) (THIS_ LPDWORD pdwLastDeviceError) PURE;
413 #define IStiDevice_GetLastError(p,a) (p)->lpVtbl->GetLastError(p,a)
  /prebuilts/go/darwin-x86/src/runtime/
sys_windows_386.s 37 // GetLastError().
64 TEXT runtime·getlasterror(SB),NOSPLIT,$0
sys_windows_amd64.s 66 // GetLastError().
96 TEXT runtime·getlasterror(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/runtime/
sys_windows_386.s 37 // GetLastError().
64 TEXT runtime·getlasterror(SB),NOSPLIT,$0
sys_windows_amd64.s 66 // GetLastError().
96 TEXT runtime·getlasterror(SB),NOSPLIT,$0
  /system/core/libunwindstack/tests/
ElfTest.cpp 588 elf.GetLastError(&error);
602 elf.GetLastError(&error);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 177 if (ERROR_INSUFFICIENT_BUFFER != GetLastError()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winsound.py 34 # winsound.Beep returns 0 and GetLastError() returns 127, which
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 212 errorCode = GetLastError();
  /external/boringssl/src/crypto/bio/
fd.c 112 #define BORINGSSL_ERRNO (int)GetLastError()
  /external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h 95 * fprintf(stderr,"Normalization of string in Windows API failed for mode %s. ErrorNo: %i at line number %i\n",mode,GetLastError(),line);

Completed in 704 milliseconds

<<111213141516171819