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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 124 LPLPINT = POINTER(POINTER(c_int))
125 LPLPINT.from_param(byref(pointer(c_int(42))))
127 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_short(22))))
129 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_long(22))))
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 124 LPLPINT = POINTER(POINTER(c_int))
125 LPLPINT.from_param(byref(pointer(c_int(42))))
127 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_short(22))))
129 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_long(22))))
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))

Completed in 45 milliseconds