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

<<111213141516171819

  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 139 //sys GetLastError() (lasterr error)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 139 //sys GetLastError() (lasterr error)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 210 DWORD error = GetLastError();
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 911 FORMAT_MESSAGE_FROM_SYSTEM,NULL,GetLastError(),
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp     [all...]
  /external/python/cpython3/Doc/c-api/
exceptions.rst 183 *ierr* of :c:data:`0`, the error code returned by a call to :c:func:`GetLastError`
185 the Windows description of error code given by *ierr* or :c:func:`GetLastError`,
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 749 if (!ret && GetLastError() == ERROR_ENVVAR_NOT_FOUND) {
    [all...]
socketmodule.c 569 recognizes the error codes used by both GetLastError() and
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /external/annotation-tools/asmx/test/lib/
javancss.jar 
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 1153 LastError = PrivateFile->WinNtThunk->GetLastError ();
    [all...]
  /external/curl/lib/vtls/
schannel.c     [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 635 if (GetLastError() == ERROR_NO_MORE_FILES) {
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 55 #define GetLastError() errno
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 63 DWORD error = GetLastError();
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1028 err = translate_errno( n > 0, (OSStatus) GetLastError(), kParamErr );
1046 err = translate_errno( gDebugWindowsEventLogEventSource, (OSStatus) GetLastError(), kParamErr );
    [all...]
CommonServices.h 435 #define errno_compat() (int) GetLastError()
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/icu/icu4c/source/common/
putil.cpp     [all...]
  /external/pcre/dist2/src/
pcre2grep.c 749 err = GetLastError();
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c     [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]

Completed in 734 milliseconds

<<111213141516171819