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

12 3 4

  /external/python/cpython2/Lib/ctypes/test/
test_memfunctions.py 68 result = memmove(a, p, len(p) * sizeof(c_wchar))
test_pickling.py 72 self.dumps(c_wchar(u"x"))
test_arrays.py 113 sz = (c_wchar * 3).from_address(addressof(p))
  /prebuilts/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/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
  /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
  /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"))
  /external/python/cpython2/Lib/ctypes/
__init__.py 268 POINTER(c_wchar).from_param = c_wchar_p.from_param
291 class c_wchar(_SimpleCData): class in function:_reset_cache
302 buftype = c_wchar * size
307 buftype = c_wchar * init
  /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/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

Completed in 157 milliseconds

12 3 4