Searched defs:c_char (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
H A Dtest_numbers.py190 from ctypes import c_char namespace
194 v = c_char.from_address(a.buffer_info()[0])
196 self.assertTrue(type(v) is c_char)
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
H A Dtest_numbers.py190 from ctypes import c_char namespace
194 v = c_char.from_address(a.buffer_info()[0])
196 self.assertTrue(type(v) is c_char)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_numbers.py190 from ctypes import c_char namespace
194 v = c_char.from_address(a.buffer_info()[0])
196 self.assertTrue(type(v) is c_char)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_numbers.py190 from ctypes import c_char namespace
194 v = c_char.from_address(a.buffer_info()[0])
196 self.assertTrue(type(v) is c_char)
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
H A D__init__.py60 buftype = c_char * size
65 buftype = c_char * init
238 class c_char(_SimpleCData): class in inherits:_SimpleCData
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
241 _check_size(c_char)
273 POINTER(c_char).from_param = c_char_p.from_param
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
H A D__init__.py60 buftype = c_char * size
65 buftype = c_char * init
238 class c_char(_SimpleCData): class in inherits:_SimpleCData
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
241 _check_size(c_char)
273 POINTER(c_char).from_param = c_char_p.from_param
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py60 buftype = c_char * size
65 buftype = c_char * init
238 class c_char(_SimpleCData): class in inherits:_SimpleCData
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
241 _check_size(c_char)
273 POINTER(c_char).from_param = c_char_p.from_param
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py60 buftype = c_char * size
65 buftype = c_char * init
238 class c_char(_SimpleCData): class in inherits:_SimpleCData
240 c_char.__ctype_le__ = c_char.__ctype_be__ = c_char
241 _check_size(c_char)
273 POINTER(c_char).from_param = c_char_p.from_param

Completed in 136 milliseconds