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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 148 ptout = POINT()
150 result = dll._testfunc_byval(ptin, byref(ptout))
151 got = result, ptout.x, ptout.y
157 ptout = POINT()
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
161 got = result, ptout.x, ptout.y
test_functions.py 324 ptout = POINT()
326 result = dll._testfunc_byval(ptin, byref(ptout))
327 got = result, ptout.x, ptout.y
333 ptout = POINT()
336 result = dll._testfunc_byval(ptin, byref(ptout))
337 got = result, ptout.x, ptout.y
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 148 ptout = POINT()
150 result = dll._testfunc_byval(ptin, byref(ptout))
151 got = result, ptout.x, ptout.y
157 ptout = POINT()
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
161 got = result, ptout.x, ptout.y
test_functions.py 324 ptout = POINT()
326 result = dll._testfunc_byval(ptin, byref(ptout))
327 got = result, ptout.x, ptout.y
333 ptout = POINT()
336 result = dll._testfunc_byval(ptin, byref(ptout))
337 got = result, ptout.x, ptout.y

Completed in 2651 milliseconds