HomeSort by relevance Sort by last modified time
    Searched refs:c_ulong (Results 26 - 50 of 75) sorted by null

12 3

  /external/python/cpython2/Lib/ctypes/
__init__.py 177 class c_ulong(_SimpleCData): class in inherits:_SimpleCData
179 _check_size(c_ulong)
184 c_uint = c_ulong
210 c_ulonglong = c_ulong
473 elif sizeof(c_ulong) == sizeof(c_void_p):
474 c_size_t = c_ulong
546 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 180 class c_ulong(_SimpleCData): class in inherits:_SimpleCData
182 _check_size(c_ulong)
187 c_uint = c_ulong
213 c_ulonglong = c_ulong
476 elif sizeof(c_ulong) == sizeof(c_void_p):
477 c_size_t = c_ulong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 180 class c_ulong(_SimpleCData): class in inherits:_SimpleCData
182 _check_size(c_ulong)
187 c_uint = c_ulong
213 c_ulonglong = c_ulong
476 elif sizeof(c_ulong) == sizeof(c_void_p):
477 c_size_t = c_ulong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 180 class c_ulong(_SimpleCData): class in inherits:_SimpleCData
182 _check_size(c_ulong)
187 c_uint = c_ulong
213 c_ulonglong = c_ulong
476 elif sizeof(c_ulong) == sizeof(c_void_p):
477 c_size_t = c_ulong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 180 class c_ulong(_SimpleCData): class in inherits:_SimpleCData
182 _check_size(c_ulong)
187 c_uint = c_ulong
213 c_ulonglong = c_ulong
476 elif sizeof(c_ulong) == sizeof(c_void_p):
477 c_size_t = c_ulong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 63 self.check_type(c_ulong, 42)
255 ('first', c_ulong),
256 ('second', c_ulong),
257 ('third', c_ulong),
test_cfuncs.py 103 self._dll.tf_L.restype = c_ulong
104 self._dll.tf_L.argtypes = (c_ulong,)
109 self._dll.tf_bL.restype = c_ulong
110 self._dll.tf_bL.argtypes = (c_char, c_ulong)
test_pep3118.py 128 (c_ulong, "<L", None, c_ulong),
test_numbers.py 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
test_pep3118.py 124 (c_ulong, "<L", None, c_ulong),
test_callbacks.py 61 self.check_type(c_ulong, 42)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
test_pep3118.py 124 (c_ulong, "<L", None, c_ulong),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
test_pep3118.py 124 (c_ulong, "<L", None, c_ulong),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
test_pep3118.py 124 (c_ulong, "<L", None, c_ulong),
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 16 return sizeof(c_ulong) != sizeof(c_void_p)
26 ULONG_PTR = c_ulong
186 MS_DSR_ON = 32 # Variable c_ulong
199 MS_CTS_ON = 16 # Variable c_ulong
207 MS_RING_ON = 64 # Variable c_ulong
210 MS_RLSD_ON = 128 # Variable c_ulong
211 GENERIC_READ = 2147483648L # Variable c_ulong
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 53 'l': ctypes.c_long, 'L': ctypes.c_ulong,
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 53 'l': ctypes.c_long, 'L': ctypes.c_ulong,
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 53 'l': ctypes.c_long, 'L': ctypes.c_ulong,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 53 'l': ctypes.c_long, 'L': ctypes.c_ulong,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 53 'l': ctypes.c_long, 'L': ctypes.c_ulong,
  /external/sonivox/jet_tools/JetCreator/
eas.py 108 EAS_METADATA_CBFUNC = CFUNCTYPE(c_int, c_int, c_char_p, c_ulong)
187 ('nSamplesPerSec', c_ulong),
188 ('nAvgBytesPerSec', c_ulong),
537 _fields_ = [('libVersion', c_ulong),
544 ('buildTimeStamp', c_ulong),
    [all...]

Completed in 611 milliseconds

12 3