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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 5 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__))))
test_checkretval.py 15 import _ctypes_test namespace
16 dll = CDLL(_ctypes_test.__file__)
test_values.py 8 import _ctypes_test namespace
13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
test_libc.py 4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
test_unicode.py 10 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
test_stringptr.py 4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
test_pointers.py 4 import _ctypes_test namespace
23 dll = CDLL(_ctypes_test.__file__)
38 dll = CDLL(_ctypes_test.__file__)
73 dll = CDLL(_ctypes_test.__file__)
138 dll = CDLL(_ctypes_test.__file__)
test_pickling.py 4 import _ctypes_test namespace
5 dll = CDLL(_ctypes_test.__file__)
test_refcounts.py 8 import _ctypes_test namespace
9 dll = ctypes.CDLL(_ctypes_test.__file__)
test_win32.py 8 import _ctypes_test namespace
86 dll = CDLL(_ctypes_test.__file__)
test_funcptr.py 10 import _ctypes_test namespace
11 lib = CDLL(_ctypes_test.__file__)
test_loading.py 63 import _ctypes_test namespace
64 dll = WinDLL(_ctypes_test.__file__)
test_callbacks.py 3 import _ctypes_test namespace
165 dll = CDLL(_ctypes_test.__file__)
170 # The integrate function itself, exposed from the _ctypes_test dll
220 dll = CDLL(_ctypes_test.__file__)
236 dll = CDLL(_ctypes_test.__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 5 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__))))
test_checkretval.py 15 import _ctypes_test namespace
16 dll = CDLL(_ctypes_test.__file__)
test_values.py 8 import _ctypes_test namespace
13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
test_libc.py 4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
test_unicode.py 10 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
test_stringptr.py 4 import _ctypes_test namespace
6 lib = CDLL(_ctypes_test.__file__)
test_pointers.py 4 import _ctypes_test namespace
23 dll = CDLL(_ctypes_test.__file__)
38 dll = CDLL(_ctypes_test.__file__)
73 dll = CDLL(_ctypes_test.__file__)
138 dll = CDLL(_ctypes_test.__file__)
test_pickling.py 4 import _ctypes_test namespace
5 dll = CDLL(_ctypes_test.__file__)
test_refcounts.py 8 import _ctypes_test namespace
9 dll = ctypes.CDLL(_ctypes_test.__file__)
test_win32.py 8 import _ctypes_test namespace
86 dll = CDLL(_ctypes_test.__file__)
test_funcptr.py 10 import _ctypes_test namespace
11 lib = CDLL(_ctypes_test.__file__)
test_loading.py 63 import _ctypes_test namespace
64 dll = WinDLL(_ctypes_test.__file__)

Completed in 117 milliseconds

1 2