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

  /external/chromium_org/chrome/test/mini_installer/
quit_chrome.py 17 import winerror namespace
43 if error.args[0] != winerror.ERROR_INVALID_WINDOW_HANDLE:
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-embed-manifest.py 19 import winerror namespace
45 if error.args[0] == winerror.ERROR_RESOURCE_DATA_NOT_FOUND:
gyptest-link-update-manifest.py 19 import winerror namespace
44 if error.args[0] == winerror.ERROR_RESOURCE_DATA_NOT_FOUND:
gyptest-link-enable-uac.py 19 import winerror namespace
45 if error.args[0] == winerror.ERROR_RESOURCE_DATA_NOT_FOUND:
gyptest-link-generate-manifest.py 19 import winerror namespace
44 if error.args[0] == winerror.ERROR_RESOURCE_DATA_NOT_FOUND:
  /external/chromium_org/cloud_print/service/win/
installer.cc 7 #include <winerror.h>
  /external/chromium_org/rlz/win/lib/
rlz_lib_win.cc 12 #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:__anon63195
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 70 PyObject *winerror; member in struct:__anon63318
  /system/core/adb/
usb_windows.c 18 #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 168 #include <winerror.h>
263 ULONG WinError;
321 IN ULONG WinError
332 if (WinError == ErrorTable[i].WinError)
342 if ((WinError >= ERROR_WRITE_PROTECT) &&
343 (WinError <= ERROR_SHARING_BUFFER_EXCEEDED))
347 else if ((WinError >= ERROR_INVALID_STARTING_CODESEG) &&
348 (WinError <= ERROR_INFLOOP_IN_RELOC_CHAIN))
  /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 1057 milliseconds