/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_internals.py | 34 cs = c_char_p(s) 68 _fields_ = [("a", c_char_p), ("b", c_char_p)]
|
test_python_api.py | 24 PyString_FromStringAndSize.argtypes = c_char_p, c_py_ssize_t 30 pythonapi.PyString_FromString.argtypes = (c_char_p,) 72 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
|
test_cast.py | 34 array = (c_char_p * 5)() 39 p = cast(array, POINTER(c_char_p)) 74 s = c_char_p("hiho") 75 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value,
|
test_incomplete.py | 14 _fields_ = [("name", c_char_p),
|
test_errno.py | 21 libc_open.argtypes = c_char_p, c_int 38 libc_open.argtypes = c_char_p, c_int
|
test_objects.py | 15 >>> array = (c_char_p * 5)() 34 ... _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)]
|
test_pickling.py | 15 _fields_ = [("str", c_char_p)] 60 c_char_p(),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_internals.py | 34 cs = c_char_p(s) 68 _fields_ = [("a", c_char_p), ("b", c_char_p)]
|
test_python_api.py | 24 PyString_FromStringAndSize.argtypes = c_char_p, c_py_ssize_t 30 pythonapi.PyString_FromString.argtypes = (c_char_p,) 72 PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
|
test_cast.py | 34 array = (c_char_p * 5)() 39 p = cast(array, POINTER(c_char_p)) 74 s = c_char_p("hiho") 75 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value,
|
test_incomplete.py | 14 _fields_ = [("name", c_char_p),
|
test_errno.py | 21 libc_open.argtypes = c_char_p, c_int 38 libc_open.argtypes = c_char_p, c_int
|
test_objects.py | 15 >>> array = (c_char_p * 5)() 34 ... _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)]
|
test_pickling.py | 15 _fields_ = [("str", c_char_p)] 60 c_char_p(),
|
/external/llvm/bindings/python/llvm/ |
bit_reader.py | 11 from ctypes import c_char_p
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_cast.py | 34 array = (c_char_p * 5)() 39 p = cast(array, POINTER(c_char_p)) 74 s = c_char_p("hiho") 75 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value,
|
test_incomplete.py | 14 _fields_ = [("name", c_char_p),
|
test_errno.py | 21 libc_open.argtypes = c_char_p, c_int 38 libc_open.argtypes = c_char_p, c_int
|
test_objects.py | 15 >>> array = (c_char_p * 5)() 34 ... _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)]
|
test_pickling.py | 15 _fields_ = [("str", c_char_p)] 60 c_char_p(),
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_cast.py | 34 array = (c_char_p * 5)() 39 p = cast(array, POINTER(c_char_p)) 74 s = c_char_p("hiho") 75 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value,
|
test_incomplete.py | 14 _fields_ = [("name", c_char_p),
|
test_errno.py | 21 libc_open.argtypes = c_char_p, c_int 38 libc_open.argtypes = c_char_p, c_int
|
test_objects.py | 15 >>> array = (c_char_p * 5)() 34 ... _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)]
|
test_pickling.py | 15 _fields_ = [("str", c_char_p)] 60 c_char_p(),
|