Home
last modified time | relevance | path

Searched refs:ValidHandle (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py4 def ValidHandle(value, func, arguments): function
92 SetupDiGetClassDevs.errcheck = ValidHandle
/external/python/cpython2/Doc/library/
Dctypes.rst485 >>> def ValidHandle(value):
491 >>> GetModuleHandle.restype = ValidHandle # doctest: +WINDOWS
497 File "<stdin>", line 3, in ValidHandle
/external/python/cpython3/Doc/library/
Dctypes.rst489 >>> def ValidHandle(value):
495 >>> GetModuleHandle.restype = ValidHandle # doctest: +WINDOWS
501 File "<stdin>", line 3, in ValidHandle