Searched refs:winmode (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ctypes/ |
D | __init__.py | 343 winmode=None): argument 359 if winmode is not None: 360 mode = winmode
|
/third_party/python/Doc/library/ |
D | ctypes.rst | 1323 …s:: CDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winmode=None) 1345 …: OleDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winmode=None) 1358 …: WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False, winmode=None) 1410 The *winmode* parameter is used on Windows to specify how the library is loaded 1418 Added *winmode* parameter.
|
/third_party/icu/icu4c/source/data/ |
D | makedata.mak | 468 # If you modify this, modify winmode.c in pkgdata.
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | makedata.mak | 468 # If you modify this, modify winmode.c in pkgdata.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/ |
D | makedata.mak | 1065 # If you modify this, modify winmode.c in pkgdata.
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 743 On Windows, :class:`~ctypes.CDLL` and subclasses now accept a *winmode* parameter
|