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

  /external/python/cpython2/Lib/ctypes/test/
test_funcptr.py 23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
  /external/python/cpython3/Lib/ctypes/test/
test_funcptr.py 23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 23 self.assertEqual(sizeof(x), sizeof(c_voidp))
24 self.assertEqual(sizeof(X), sizeof(c_voidp))
  /external/autotest/client/cros/graphics/
drm.py 439 l.drmIoctl.argtypes = [c_int, c_ulong, c_voidp]
  /external/python/cpython2/Lib/ctypes/
__init__.py 254 c_voidp = c_void_p # backwards compatibility (to a bug) variable
  /external/python/cpython3/Lib/ctypes/
__init__.py 243 c_voidp = c_void_p # backwards compatibility (to a bug) variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 257 c_voidp = c_void_p # backwards compatibility (to a bug) variable
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 257 c_voidp = c_void_p # backwards compatibility (to a bug) variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 257 c_voidp = c_void_p # backwards compatibility (to a bug) variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 257 c_voidp = c_void_p # backwards compatibility (to a bug) variable

Completed in 70 milliseconds