Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_funcptr.py23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
/external/autotest/client/cros/graphics/
Ddrm.py439 l.drmIoctl.argtypes = [c_int, c_ulong, c_voidp]
/external/python/cpython2/Lib/ctypes/
D__init__.py254 c_voidp = c_void_p # backwards compatibility (to a bug) variable