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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 147 ptin = POINT(1, 2)
150 result = dll._testfunc_byval(ptin, byref(ptout))
156 ptin = POINT(101, 102)
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_functions.py 323 ptin = POINT(1, 2)
326 result = dll._testfunc_byval(ptin, byref(ptout))
332 ptin = POINT(101, 102)
336 result = dll._testfunc_byval(ptin, byref(ptout))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 147 ptin = POINT(1, 2)
150 result = dll._testfunc_byval(ptin, byref(ptout))
156 ptin = POINT(101, 102)
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_functions.py 323 ptin = POINT(1, 2)
326 result = dll._testfunc_byval(ptin, byref(ptout))
332 ptin = POINT(101, 102)
336 result = dll._testfunc_byval(ptin, byref(ptout))

Completed in 57 milliseconds