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

  /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 282 l.drmIoctl.argtypes = [c_int, c_ulong, c_voidp]
  /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 141 milliseconds