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

  /external/python/cpython2/Lib/ctypes/test/
test_as_parameter.py 144 ptin = POINT(1, 2)
147 result = dll._testfunc_byval(ptin, byref(ptout))
153 ptin = POINT(101, 102)
157 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_functions.py 316 ptin = POINT(1, 2)
319 result = dll._testfunc_byval(ptin, byref(ptout))
325 ptin = POINT(101, 102)
329 result = dll._testfunc_byval(ptin, byref(ptout))
  /external/python/cpython3/Lib/ctypes/test/
test_as_parameter.py 144 ptin = POINT(1, 2)
147 result = dll._testfunc_byval(ptin, byref(ptout))
153 ptin = POINT(101, 102)
157 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_functions.py 316 ptin = POINT(1, 2)
319 result = dll._testfunc_byval(ptin, byref(ptout))
325 ptin = POINT(101, 102)
329 result = dll._testfunc_byval(ptin, byref(ptout))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 232 milliseconds