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

1 2 3 4

  /prebuilts/gdb/darwin-x86/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__)
  /prebuilts/gdb/linux-x86/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)
  /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)
  /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)

Completed in 382 milliseconds

1 2 3 4