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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 51 dll = WinDLL("kernel32", use_last_error=True)
64 dll = WinDLL("kernel32", use_last_error=False)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 80 use_errno=False, use_last_error=False) -> function prototype.
97 if kw.pop("use_last_error", False):
124 if kw.pop("use_last_error", False):
351 use_last_error=False):
356 if use_last_error:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 80 use_errno=False, use_last_error=False) -> function prototype.
97 if kw.pop("use_last_error", False):
124 if kw.pop("use_last_error", False):
351 use_last_error=False):
356 if use_last_error:

Completed in 44 milliseconds