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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 149 # EXPORT int _testfunc_byval(point in, point *pout)
150 result = dll._testfunc_byval(ptin, byref(ptout))
158 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
159 dll._testfunc_byval.restype = c_int
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_functions.py 325 # EXPORT int _testfunc_byval(point in, point *pout)
326 result = dll._testfunc_byval(ptin, byref(ptout))
334 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
335 dll._testfunc_byval.restype = c_int
336 result = dll._testfunc_byval(ptin, byref(ptout))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 149 # EXPORT int _testfunc_byval(point in, point *pout)
150 result = dll._testfunc_byval(ptin, byref(ptout))
158 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
159 dll._testfunc_byval.restype = c_int
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_functions.py 325 # EXPORT int _testfunc_byval(point in, point *pout)
326 result = dll._testfunc_byval(ptin, byref(ptout))
334 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
335 dll._testfunc_byval.restype = c_int
336 result = dll._testfunc_byval(ptin, byref(ptout))

Completed in 3260 milliseconds