HomeSort by relevance Sort by last modified time
    Searched full:c_ubyte (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
test_structures.py 48 "B": c_ubyte,
  /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_callbacks.py 40 self.check_type(c_ubyte, 42)
test_numbers.py 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
test_structures.py 48 "B": c_ubyte,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,

Completed in 3001 milliseconds

12