HomeSort by relevance Sort by last modified time
    Searched refs:c_wchar (Results 26 - 50 of 64) sorted by null

12 3

  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pickling.py 72 pickle.dumps(c_wchar(u"x"))
test_arrays.py 111 sz = (c_wchar * 3).from_address(addressof(p))
test_unicode.py 6 ctypes.c_wchar
test_as_parameter.py 23 c_wchar
27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_bitfields.py 131 c_wchar
135 result = self.fail_fields(("a", c_wchar, 1))
136 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_wchar'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 68 c_wchar
72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
79 c_wchar
84 f.restype = c_wchar
test_memfunctions.py 70 result = memmove(a, p, len(p) * sizeof(c_wchar))
test_pickling.py 72 pickle.dumps(c_wchar(u"x"))
test_arrays.py 111 sz = (c_wchar * 3).from_address(addressof(p))
test_unicode.py 6 ctypes.c_wchar
test_as_parameter.py 23 c_wchar
27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 68 c_wchar
72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
79 c_wchar
84 f.restype = c_wchar
test_memfunctions.py 70 result = memmove(a, p, len(p) * sizeof(c_wchar))
test_pickling.py 72 pickle.dumps(c_wchar(u"x"))
test_arrays.py 111 sz = (c_wchar * 3).from_address(addressof(p))
test_unicode.py 6 ctypes.c_wchar
test_as_parameter.py 23 c_wchar
27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 271 POINTER(c_wchar).from_param = c_wchar_p.from_param
294 class c_wchar(_SimpleCData): class in function:_reset_cache
305 buftype = c_wchar * size
310 buftype = c_wchar * init
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_arrays.py 111 sz = (c_wchar * 3).from_address(addressof(p))
test_unicode.py 6 ctypes.c_wchar
test_as_parameter.py 23 c_wchar
27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_bitfields.py 131 c_wchar
135 result = self.fail_fields(("a", c_wchar, 1))
136 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_wchar'))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 271 POINTER(c_wchar).from_param = c_wchar_p.from_param
294 class c_wchar(_SimpleCData): class in function:_reset_cache
305 buftype = c_wchar * size
310 buftype = c_wchar * init
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 271 POINTER(c_wchar).from_param = c_wchar_p.from_param
294 class c_wchar(_SimpleCData): class in function:_reset_cache
305 buftype = c_wchar * size
310 buftype = c_wchar * init
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 271 POINTER(c_wchar).from_param = c_wchar_p.from_param
294 class c_wchar(_SimpleCData): class in function:_reset_cache
305 buftype = c_wchar * size
310 buftype = c_wchar * init

Completed in 307 milliseconds

12 3