HomeSort by relevance Sort by last modified time
    Searched refs:c_ubyte (Results 76 - 98 of 98) sorted by null

1 2 34

  /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,
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,
  /external/python/cpython2/Lib/ctypes/test/
test_numbers.py 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
test_callbacks.py 42 self.check_type(c_ubyte, 42)
test_structures.py 49 "B": c_ubyte,
  /external/python/cpython3/Lib/ctypes/test/
test_numbers.py 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
test_callbacks.py 42 self.check_type(c_ubyte, 42)
test_structures.py 50 "B": c_ubyte,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/darwin-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,
  /external/scapy/scapy/arch/
pcapdnet.py 140 self.pkt_data = POINTER(c_ubyte)()
  /external/autotest/client/cros/power/
power_status.py     [all...]

Completed in 449 milliseconds

1 2 34