HomeSort by relevance Sort by last modified time
    Searched refs:_ctypes_test (Results 1 - 25 of 42) sorted by null

1 2

  /external/python/cpython2/Lib/ctypes/test/
test_returnfuncptrs.py 5 import _ctypes_test
10 # The _ctypes_test shared lib/dll exports quite some functions for testing.
12 dll = CDLL(_ctypes_test.__file__)
22 dll = CDLL(_ctypes_test.__file__)
36 dll = CDLL(_ctypes_test.__file__)
52 return CDLL(_ctypes_test.__file__)
58 BadSequence(("my_strchr", CDLL(_ctypes_test.__file__))))
test_checkretval.py 16 import _ctypes_test
17 dll = CDLL(_ctypes_test.__file__)
test_values.py 9 import _ctypes_test
14 ctdll = CDLL(_ctypes_test.__file__)
22 ctdll = CDLL(_ctypes_test.__file__)
test_libc.py 4 import _ctypes_test
6 lib = CDLL(_ctypes_test.__file__)
test_stringptr.py 4 import _ctypes_test
6 lib = CDLL(_ctypes_test.__file__)
test_pointers.py 4 import _ctypes_test
23 dll = CDLL(_ctypes_test.__file__)
38 dll = CDLL(_ctypes_test.__file__)
77 dll = CDLL(_ctypes_test.__file__)
143 dll = CDLL(_ctypes_test.__file__)
test_pickling.py 4 import _ctypes_test
5 dll = CDLL(_ctypes_test.__file__)
test_refcounts.py 8 import _ctypes_test
9 dll = ctypes.CDLL(_ctypes_test.__file__)
test_funcptr.py 10 import _ctypes_test
11 lib = CDLL(_ctypes_test.__file__)
test_loading.py 76 import _ctypes_test
77 dll = WinDLL(_ctypes_test.__file__)
test_win32.py 8 import _ctypes_test
91 dll = CDLL(_ctypes_test.__file__)
test_slicing.py 5 import _ctypes_test
69 dll = CDLL(_ctypes_test.__file__)
103 dll = CDLL(_ctypes_test.__file__)
139 dll = CDLL(_ctypes_test.__file__)
test_unicode.py 5 import _ctypes_test
11 dll = ctypes.CDLL(_ctypes_test.__file__)
82 cls.func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
  /external/python/cpython3/Lib/ctypes/test/
test_returnfuncptrs.py 4 import _ctypes_test
9 # The _ctypes_test shared lib/dll exports quite some functions for testing.
11 dll = CDLL(_ctypes_test.__file__)
23 dll = CDLL(_ctypes_test.__file__)
37 dll = CDLL(_ctypes_test.__file__)
53 return CDLL(_ctypes_test.__file__)
59 BadSequence(("my_strchr", CDLL(_ctypes_test.__file__))))
test_checkretval.py 16 import _ctypes_test
17 dll = CDLL(_ctypes_test.__file__)
test_unicode.py 5 import _ctypes_test
10 dll = ctypes.CDLL(_ctypes_test.__file__)
29 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
test_values.py 9 import _ctypes_test
15 # _ctypes_test dll/shared lib.
16 ctdll = CDLL(_ctypes_test.__file__)
28 ctdll = CDLL(_ctypes_test.__file__)
test_libc.py 4 import _ctypes_test
6 lib = CDLL(_ctypes_test.__file__)
test_pointers.py 4 import _ctypes_test
23 dll = CDLL(_ctypes_test.__file__)
41 dll = CDLL(_ctypes_test.__file__)
80 dll = CDLL(_ctypes_test.__file__)
146 dll = CDLL(_ctypes_test.__file__)
test_pickling.py 4 import _ctypes_test
5 dll = CDLL(_ctypes_test.__file__)
test_refcounts.py 9 import _ctypes_test
10 dll = ctypes.CDLL(_ctypes_test.__file__)
test_stringptr.py 5 import _ctypes_test
7 lib = CDLL(_ctypes_test.__file__)
test_funcptr.py 10 import _ctypes_test
11 lib = CDLL(_ctypes_test.__file__)
test_loading.py 71 import _ctypes_test
72 dll = WinDLL(_ctypes_test.__file__)
test_slicing.py 5 import _ctypes_test
65 dll = CDLL(_ctypes_test.__file__)
97 dll = CDLL(_ctypes_test.__file__)
133 dll = CDLL(_ctypes_test.__file__)

Completed in 86 milliseconds

1 2