/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_arrays.py | 43 CharArray = ARRAY(c_char, 3) 96 sz = (c_char * 3).from_address(addressof(p))
|
test_pickling.py | 70 pickle.dumps(c_char("x"))
|
test_byteswap.py | 149 self.assertTrue(c_char.__ctype_le__ is c_char) 150 self.assertTrue(c_char.__ctype_be__ is c_char) 172 ("n", c_char),
|
test_bitfields.py | 28 func.argtypes = POINTER(BITS), c_char 127 result = self.fail_fields(("a", c_char, 1)) 128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
|
test_numbers.py | 190 from ctypes import c_char 194 v = c_char.from_address(a.buffer_info()[0]) 196 self.assertTrue(type(v) is c_char)
|
test_strings.py | 7 BUF = c_char * 4 53 BUF = c_char * 4 58 BUF = c_char * 4
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 155 ("cFileName", c_char * MAX_PATH), 156 ("cAlternateFileName", c_char * 14)]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 60 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
|
wintypes.py | 155 ("cFileName", c_char * MAX_PATH), 156 ("cAlternateFileName", c_char * 14)]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_arrays.py | 43 CharArray = ARRAY(c_char, 3) 96 sz = (c_char * 3).from_address(addressof(p))
|
test_pickling.py | 70 pickle.dumps(c_char("x"))
|
test_byteswap.py | 149 self.assertTrue(c_char.__ctype_le__ is c_char) 150 self.assertTrue(c_char.__ctype_be__ is c_char) 172 ("n", c_char),
|
test_bitfields.py | 28 func.argtypes = POINTER(BITS), c_char 127 result = self.fail_fields(("a", c_char, 1)) 128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
|
test_numbers.py | 190 from ctypes import c_char 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/test/ |
test_pickling.py | 70 pickle.dumps(c_char("x"))
|
test_byteswap.py | 149 self.assertTrue(c_char.__ctype_le__ is c_char) 150 self.assertTrue(c_char.__ctype_be__ is c_char) 172 ("n", c_char),
|
test_bitfields.py | 28 func.argtypes = POINTER(BITS), c_char 127 result = self.fail_fields(("a", c_char, 1)) 128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
|
test_numbers.py | 190 from ctypes import c_char 194 v = c_char.from_address(a.buffer_info()[0]) 196 self.assertTrue(type(v) is c_char)
|
test_strings.py | 7 BUF = c_char * 4 53 BUF = c_char * 4 58 BUF = c_char * 4
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_pickling.py | 70 pickle.dumps(c_char("x"))
|
test_byteswap.py | 149 self.assertTrue(c_char.__ctype_le__ is c_char) 150 self.assertTrue(c_char.__ctype_be__ is c_char) 172 ("n", c_char),
|
test_bitfields.py | 28 func.argtypes = POINTER(BITS), c_char 127 result = self.fail_fields(("a", c_char, 1)) 128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
|
test_numbers.py | 190 from ctypes import c_char 194 v = c_char.from_address(a.buffer_info()[0]) 196 self.assertTrue(type(v) is c_char)
|
test_strings.py | 7 BUF = c_char * 4 53 BUF = c_char * 4 58 BUF = c_char * 4
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
swig.mli | 8 | C_char of char
|