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

  /external/python/cpython2/Lib/ctypes/test/
test_prototypes.py 26 testdll = CDLL(_ctypes_test.__file__) variable
48 func = testdll._testfunc_p_p
56 func = prototype(("_testfunc_p_p", testdll),
71 func = testdll._testfunc_p_p
91 func = testdll._testfunc_p_p
106 func = testdll._testfunc_p_p
121 func = testdll._testfunc_p_p
141 func = testdll._testfunc_p_p
149 func = testdll._testfunc_p_p
165 func = testdll._testfunc_p_
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_prototypes.py 26 testdll = CDLL(_ctypes_test.__file__) variable
48 func = testdll._testfunc_p_p
56 func = prototype(("_testfunc_p_p", testdll),
71 func = testdll._testfunc_p_p
94 func = testdll._testfunc_p_p
109 func = testdll._testfunc_p_p
124 func = testdll._testfunc_p_p
144 func = testdll._testfunc_p_p
152 func = testdll._testfunc_p_p
168 func = testdll._testfunc_p_
    [all...]

Completed in 52 milliseconds