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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_checkretval.py 17 self.assertEqual(42, dll._testfunc_p_p(42))
19 dll._testfunc_p_p.restype = CHECKED
20 self.assertEqual("42", dll._testfunc_p_p(42))
22 dll._testfunc_p_p.restype = None
23 self.assertEqual(None, dll._testfunc_p_p(42))
25 del dll._testfunc_p_p.restype
26 self.assertEqual(42, dll._testfunc_p_p(42))
test_prototypes.py 47 func = testdll._testfunc_p_p
55 func = prototype(("_testfunc_p_p", testdll),
70 func = testdll._testfunc_p_p
90 func = testdll._testfunc_p_p
105 func = testdll._testfunc_p_p
120 func = testdll._testfunc_p_p
147 func = testdll._testfunc_p_p
167 func = testdll._testfunc_p_p
173 func = testdll._testfunc_p_p
188 func = testdll._testfunc_p_p
    [all...]
test_pickling.py 64 dll._testfunc_p_p,
test_pointers.py 24 func = dll._testfunc_p_p
39 func = dll._testfunc_p_p
test_functions.py 176 f = dll._testfunc_p_p
186 f = dll._testfunc_p_p
221 f = dll._testfunc_p_p
test_unicode.py 77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
test_parameters.py 154 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
test_as_parameter.py 33 f = dll._testfunc_p_p
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_checkretval.py 17 self.assertEqual(42, dll._testfunc_p_p(42))
19 dll._testfunc_p_p.restype = CHECKED
20 self.assertEqual("42", dll._testfunc_p_p(42))
22 dll._testfunc_p_p.restype = None
23 self.assertEqual(None, dll._testfunc_p_p(42))
25 del dll._testfunc_p_p.restype
26 self.assertEqual(42, dll._testfunc_p_p(42))
test_prototypes.py 47 func = testdll._testfunc_p_p
55 func = prototype(("_testfunc_p_p", testdll),
70 func = testdll._testfunc_p_p
90 func = testdll._testfunc_p_p
105 func = testdll._testfunc_p_p
120 func = testdll._testfunc_p_p
147 func = testdll._testfunc_p_p
167 func = testdll._testfunc_p_p
173 func = testdll._testfunc_p_p
188 func = testdll._testfunc_p_p
    [all...]
test_pickling.py 64 dll._testfunc_p_p,
test_pointers.py 24 func = dll._testfunc_p_p
39 func = dll._testfunc_p_p
test_functions.py 176 f = dll._testfunc_p_p
186 f = dll._testfunc_p_p
221 f = dll._testfunc_p_p
test_unicode.py 77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
test_parameters.py 154 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
test_as_parameter.py 33 f = dll._testfunc_p_p

Completed in 857 milliseconds