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

1 2

  /external/chromium_org/build/toolchain/
get_concurrent_links.py 25 ("ullTotalPhys", ctypes.c_ulonglong),
26 ("ullAvailPhys", ctypes.c_ulonglong),
27 ("ullTotalPageFile", ctypes.c_ulonglong),
28 ("ullAvailPageFile", ctypes.c_ulonglong),
29 ("ullTotalVirtual", ctypes.c_ulonglong),
30 ("ullAvailVirtual", ctypes.c_ulonglong),
31 ("sullAvailExtendedVirtual", ctypes.c_ulonglong),
  /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 15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
126 self._dll.tf_Q.restype = c_ulonglong
127 self._dll.tf_Q.argtypes = (c_ulonglong, )
132 self._dll.tf_bQ.restype = c_ulonglong
133 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
test_callbacks.py 72 self.check_type(c_ulonglong, 10955412242170339782)
73 self.check_type(c_ulonglong, 3665885499841167458)
74 self.check_type(c_ulonglong, 42)
test_bitfields.py 50 unsigned_int_types = (c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong)
68 _fields_ = [("a", c_ulonglong, 1),
69 ("b", c_ulonglong, 62),
70 ("c", c_ulonglong, 1)]
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
test_byteswap.py 97 s = c_ulonglong.__ctype_be__(0x1234567890ABCDEF)
102 s = c_ulonglong.__ctype_le__(0x1234567890ABCDEF)
169 ("k", c_ulonglong),
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
test_numbers.py 32 c_ulonglong
37 unsigned_types.append(c_ulonglong)
test_pointers.py 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
  /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 15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
126 self._dll.tf_Q.restype = c_ulonglong
127 self._dll.tf_Q.argtypes = (c_ulonglong, )
132 self._dll.tf_bQ.restype = c_ulonglong
133 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
test_callbacks.py 72 self.check_type(c_ulonglong, 10955412242170339782)
73 self.check_type(c_ulonglong, 3665885499841167458)
74 self.check_type(c_ulonglong, 42)
test_bitfields.py 50 unsigned_int_types = (c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong)
68 _fields_ = [("a", c_ulonglong, 1),
69 ("b", c_ulonglong, 62),
70 ("c", c_ulonglong, 1)]
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
test_byteswap.py 97 s = c_ulonglong.__ctype_be__(0x1234567890ABCDEF)
102 s = c_ulonglong.__ctype_le__(0x1234567890ABCDEF)
169 ("k", c_ulonglong),
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
test_numbers.py 32 c_ulonglong
37 unsigned_types.append(c_ulonglong)
test_pointers.py 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 36 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
49 WPARAM = c_ulonglong
__init__.py 213 c_ulonglong = c_ulong variable
219 class c_ulonglong(_SimpleCData): class in inherits:_SimpleCData
224 _check_size(c_ulonglong)
479 elif sizeof(c_ulonglong) == sizeof(c_void_p):
480 c_size_t = c_ulonglong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 36 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
49 WPARAM = c_ulonglong
__init__.py 213 c_ulonglong = c_ulong variable
219 class c_ulonglong(_SimpleCData): class in inherits:_SimpleCData
224 _check_size(c_ulonglong)
479 elif sizeof(c_ulonglong) == sizeof(c_void_p):
480 c_size_t = c_ulonglong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:

Completed in 135 milliseconds

1 2