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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 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_find.py 34 self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
36 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
39 self.gle = CDLL(lib_gle)
61 ## # at least some libraries can be loaded as attributes of the cdll
75 ## libm = cdll.libm
test_checkretval.py 16 dll = CDLL(_ctypes_test.__file__)
test_loading.py 26 CDLL(libc_name)
27 CDLL(os.path.basename(libc_name))
28 self.assertRaises(OSError, CDLL, self.unknowndll)
32 cdll.LoadLibrary("libc.so.6")
34 self.assertRaises(OSError, cdll.LoadLibrary, "libc.so.9")
35 self.assertRaises(OSError, cdll.LoadLibrary, self.unknowndll)
41 cdll.LoadLibrary(lib)
42 CDLL(lib)
test_values.py 13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
33 libc = CDLL(libc_name, use_errno=False)
test_libc.py 6 lib = CDLL(_ctypes_test.__file__)
test_pointers.py 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_unicode.py 11 dll = ctypes.CDLL(_ctypes_test.__file__)
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
test_callbacks.py 165 dll = CDLL(_ctypes_test.__file__)
188 libc = CDLL(libc_path)
220 dll = CDLL(_ctypes_test.__file__)
236 dll = CDLL(_ctypes_test.__file__)
test_stringptr.py 6 lib = CDLL(_ctypes_test.__file__)
test_slicing.py 68 dll = CDLL(_ctypes_test.__file__)
102 dll = CDLL(_ctypes_test.__file__)
142 dll = CDLL(_ctypes_test.__file__)
test_pickling.py 5 dll = CDLL(_ctypes_test.__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 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_find.py 34 self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
36 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
39 self.gle = CDLL(lib_gle)
61 ## # at least some libraries can be loaded as attributes of the cdll
75 ## libm = cdll.libm
test_checkretval.py 16 dll = CDLL(_ctypes_test.__file__)
test_loading.py 26 CDLL(libc_name)
27 CDLL(os.path.basename(libc_name))
28 self.assertRaises(OSError, CDLL, self.unknowndll)
32 cdll.LoadLibrary("libc.so.6")
34 self.assertRaises(OSError, cdll.LoadLibrary, "libc.so.9")
35 self.assertRaises(OSError, cdll.LoadLibrary, self.unknowndll)
41 cdll.LoadLibrary(lib)
42 CDLL(lib)
test_values.py 13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
test_errno.py 15 libc = CDLL(libc_name, use_errno=True)
33 libc = CDLL(libc_name, use_errno=False)
test_libc.py 6 lib = CDLL(_ctypes_test.__file__)
test_pointers.py 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_unicode.py 11 dll = ctypes.CDLL(_ctypes_test.__file__)
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
test_callbacks.py 165 dll = CDLL(_ctypes_test.__file__)
188 libc = CDLL(libc_path)
220 dll = CDLL(_ctypes_test.__file__)
236 dll = CDLL(_ctypes_test.__file__)
test_stringptr.py 6 lib = CDLL(_ctypes_test.__file__)
test_slicing.py 68 dll = CDLL(_ctypes_test.__file__)
102 dll = CDLL(_ctypes_test.__file__)
142 dll = CDLL(_ctypes_test.__file__)

Completed in 291 milliseconds

1 2