Searched refs:_ctypes_test (Results 1 - 25 of 80) sorted by relevance

1234

/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
H A Dtest_returnfuncptrs.py5 import _ctypes_test namespace
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__))))
H A Dtest_checkretval.py15 import _ctypes_test namespace
16 dll = CDLL(_ctypes_test.__file__)
H A Dtest_libc.py4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
H A Dtest_values.py8 import _ctypes_test namespace
13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
H A Dtest_unicode.py10 import _ctypes_test namespace
11 dll = ctypes.CDLL(_ctypes_test.__file__)
76 import _ctypes_test namespace
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
H A Dtest_pickling.py4 import _ctypes_test namespace
5 dll = CDLL(_ctypes_test.__file__)
H A Dtest_stringptr.py4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
H A Dtest_win32.py8 import _ctypes_test namespace
86 dll = CDLL(_ctypes_test.__file__)
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
H A Dtest_returnfuncptrs.py5 import _ctypes_test namespace
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__))))
H A Dtest_checkretval.py15 import _ctypes_test namespace
16 dll = CDLL(_ctypes_test.__file__)
H A Dtest_libc.py4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
H A Dtest_values.py8 import _ctypes_test namespace
13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
H A Dtest_unicode.py10 import _ctypes_test namespace
11 dll = ctypes.CDLL(_ctypes_test.__file__)
76 import _ctypes_test namespace
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
H A Dtest_pickling.py4 import _ctypes_test namespace
5 dll = CDLL(_ctypes_test.__file__)
H A Dtest_stringptr.py4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_returnfuncptrs.py5 import _ctypes_test namespace
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__))))
H A Dtest_checkretval.py15 import _ctypes_test namespace
16 dll = CDLL(_ctypes_test.__file__)
H A Dtest_libc.py4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
H A Dtest_values.py8 import _ctypes_test namespace
13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
H A Dtest_unicode.py10 import _ctypes_test namespace
11 dll = ctypes.CDLL(_ctypes_test.__file__)
76 import _ctypes_test namespace
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_returnfuncptrs.py5 import _ctypes_test namespace
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__))))
H A Dtest_checkretval.py15 import _ctypes_test namespace
16 dll = CDLL(_ctypes_test.__file__)
H A Dtest_libc.py4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
H A Dtest_values.py8 import _ctypes_test namespace
13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
H A Dtest_unicode.py10 import _ctypes_test namespace
11 dll = ctypes.CDLL(_ctypes_test.__file__)
76 import _ctypes_test namespace
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p

Completed in 2189 milliseconds

1234