HomeSort by relevance Sort by last modified time
    Searched refs:winerror (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objerror.h 6 #include <winerror.h>
scode.h 8 #include <winerror.h>
rpc.h 80 #include <winerror.h>
ratings.h 9 #include <winerror.h>
corerror.h 22 #include <winerror.h>
mapicode.h 9 #include <winerror.h>
lmerr.h 11 #include <winerror.h>
ole2.h 15 #include <winerror.h>
netmon.h 52 #include <winerror.h>
53 #include <winerror.h>
    [all...]
mapidefs.h 17 #include <winerror.h>
    [all...]
winbase.h     [all...]
  /external/llvm/lib/Support/
ErrorHandling.cpp 143 #include <winerror.h>
  /system/core/fastboot/
usb_windows.c 30 #include <winerror.h>
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 70 PyObject *winerror; member in struct:__anon68364
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 70 PyObject *winerror; member in struct:__anon68487
  /system/core/adb/
usb_windows.cpp 28 #include <winerror.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 200 self.assertEqual(WindowsError(1001, "message").winerror, 1001)
274 'strerror' : 'strErrorStr', 'winerror' : 1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 200 self.assertEqual(WindowsError(1001, "message").winerror, 1001)
274 'strerror' : 'strErrorStr', 'winerror' : 1,
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 167 #include <winerror.h>
262 ULONG WinError;
320 IN ULONG WinError
331 if (WinError == ErrorTable[i].WinError)
341 if ((WinError >= ERROR_WRITE_PROTECT) &&
342 (WinError <= ERROR_SHARING_BUFFER_EXCEEDED))
346 else if ((WinError >= ERROR_INVALID_STARTING_CODESEG) &&
347 (WinError <= ERROR_INFLOOP_IN_RELOC_CHAIN))
  /external/llvm/unittests/Support/
Path.cpp 20 #include <winerror.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]

Completed in 1003 milliseconds