HomeSort by relevance Sort by last modified time
    Searched refs:c_byte (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/python/cpython3/Lib/ctypes/
wintypes.py 4 BYTE = ctypes.c_byte
  /external/python/cpython3/Lib/multiprocessing/
sharedctypes.py 27 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_slicing.py 95 dll.my_strdup.restype = POINTER(c_byte)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_slicing.py 95 dll.my_strdup.restype = POINTER(c_byte)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_slicing.py 95 dll.my_strdup.restype = POINTER(c_byte)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,
  /external/python/cpython2/Lib/ctypes/test/
test_as_parameter.py 24 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_slicing.py 96 dll.my_strdup.restype = POINTER(c_byte)
  /external/python/cpython3/Lib/ctypes/test/
test_as_parameter.py 24 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
test_slicing.py 90 dll.my_strdup.restype = POINTER(c_byte)

Completed in 1976 milliseconds

1 2 3 45 6