HomeSort by relevance Sort by last modified time
    Searched refs:c_ushort (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
test_byteswap.py 41 s = c_ushort.__ctype_be__(0x1234)
46 s = c_ushort.__ctype_le__(0x1234)
163 ("d", c_ushort),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
test_byteswap.py 41 s = c_ushort.__ctype_be__(0x1234)
46 s = c_ushort.__ctype_le__(0x1234)
163 ("d", c_ushort),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
test_byteswap.py 41 s = c_ushort.__ctype_be__(0x1234)
46 s = c_ushort.__ctype_le__(0x1234)
163 ("d", c_ushort),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
test_byteswap.py 41 s = c_ushort.__ctype_be__(0x1234)
46 s = c_ushort.__ctype_le__(0x1234)
163 ("d", c_ushort),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /external/opencv3/modules/ts/misc/
color.py 290 from ctypes import windll, Structure, c_short, c_ushort, byref namespace
292 WORD = c_ushort

Completed in 146 milliseconds

1 2 3