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

1 2 3 4

  /external/python/cpython2/Lib/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 55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
61 self._dll.tf_bH.restype = c_ushort
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
  /external/python/cpython3/Lib/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_pep3118.py 124 (c_ushort, "<H", (), c_ushort),
test_cfuncs.py 55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
61 self._dll.tf_bH.restype = c_ushort
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
  /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)
  /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)
  /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]:
  /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]:
  /external/scapy/scapy/arch/
common.py 14 from ctypes import c_uint, c_uint32, c_ushort, c_ubyte
28 _fields_ = [("code", c_ushort),
74 bip[i].code = c_ushort(values[0])
  /external/autotest/client/cros/graphics/
drm.py 162 ("hdisplay", c_ushort),
163 ("hsync_start", c_ushort),
164 ("hsync_end", c_ushort),
165 ("htotal", c_ushort),
166 ("hskew", c_ushort),
167 ("vdisplay", c_ushort),
168 ("vsync_start", c_ushort),
169 ("vsync_end", c_ushort),
170 ("vtotal", c_ushort),
171 ("vscan", c_ushort),
    [all...]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 5 WORD = c_ushort
27 USHORT = c_ushort
  /external/scapy/scapy/modules/
winpcapy.py 44 u_short = c_ushort
55 _fields_=[("code",c_ushort),
66 _fields_=[("bv_major",c_ushort),
67 ("bv_minor",c_ushort)]
80 _fields_ = [("sa_family", c_ushort),
84 _fields_ = [("sin_family", c_ushort),
89 _fields_ = [("sin6_family", c_ushort),
118 ("sdl_index", 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

Completed in 457 milliseconds

1 2 3 4