/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_as_parameter.py | 131 f.restype = c_longlong 133 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 135 f.argtypes = [c_longlong, MyCallback]
|
test_unaligned_structures.py | 13 for typ in [c_short, c_int, c_long, c_longlong,
|
test_functions.py | 160 c_longlong 164 f.restype = c_longlong 170 f.restype = c_longlong 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong] 302 f.restype = c_longlong 304 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 306 f.argtypes = [c_longlong, MyCallback]
|
test_callbacks.py | 65 self.check_type(c_longlong, 5948291757245277467) 66 self.check_type(c_longlong, -5229388909784190580) 67 self.check_type(c_longlong, 42) 68 self.check_type(c_longlong, -42)
|
test_pep3118.py | 126 # c_longlong and c_ulonglong are aliases on 64-bit platforms 127 #(c_longlong, "<q", None, c_longlong),
|
test_cfuncs.py | 13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value 114 self._dll.tf_q.restype = c_longlong 115 self._dll.tf_q.argtypes = (c_longlong, ) 120 self._dll.tf_bq.restype = c_longlong 121 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_as_parameter.py | 131 f.restype = c_longlong 133 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 135 f.argtypes = [c_longlong, MyCallback]
|
test_unaligned_structures.py | 13 for typ in [c_short, c_int, c_long, c_longlong,
|
test_functions.py | 160 c_longlong 164 f.restype = c_longlong 170 f.restype = c_longlong 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong] 302 f.restype = c_longlong 304 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 306 f.argtypes = [c_longlong, MyCallback]
|
test_callbacks.py | 65 self.check_type(c_longlong, 5948291757245277467) 66 self.check_type(c_longlong, -5229388909784190580) 67 self.check_type(c_longlong, 42) 68 self.check_type(c_longlong, -42)
|
test_pep3118.py | 126 # c_longlong and c_ulonglong are aliases on 64-bit platforms 127 #(c_longlong, "<q", None, c_longlong),
|
test_cfuncs.py | 13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value 114 self._dll.tf_q.restype = c_longlong 115 self._dll.tf_q.argtypes = (c_longlong, ) 120 self._dll.tf_bq.restype = c_longlong 121 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
|
/external/python/cpython2/Lib/ctypes/test/ |
test_functions.py | 153 @need_symbol('c_longlong') 156 f.restype = c_longlong 162 f.restype = c_longlong 163 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong] 291 @need_symbol('c_longlong') 295 f.restype = c_longlong 297 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 299 f.argtypes = [c_longlong, MyCallback]
|
test_bitfields.py | 50 signed_int_types = (c_byte, c_short, c_int, c_long, c_longlong) 58 _fields_ = [("a", c_longlong, 1), 59 ("b", c_longlong, 62), 60 ("c", c_longlong, 1)] 62 self.assertEqual(sizeof(X), sizeof(c_longlong)) 73 self.assertEqual(sizeof(X), sizeof(c_longlong))
|
test_callbacks.py | 67 self.check_type(c_longlong, 5948291757245277467) 68 self.check_type(c_longlong, -5229388909784190580) 69 self.check_type(c_longlong, 42) 70 self.check_type(c_longlong, -42)
|
test_pep3118.py | 130 # c_longlong and c_ulonglong are aliases on 64-bit platforms 131 #(c_longlong, "<q", None, c_longlong),
|
test_cfuncs.py | 14 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value 115 self._dll.tf_q.restype = c_longlong 116 self._dll.tf_q.argtypes = (c_longlong, ) 121 self._dll.tf_bq.restype = c_longlong 122 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_functions.py | 160 c_longlong 164 f.restype = c_longlong 170 f.restype = c_longlong 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong] 302 f.restype = c_longlong 304 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 306 f.argtypes = [c_longlong, MyCallback]
|
test_callbacks.py | 65 self.check_type(c_longlong, 5948291757245277467) 66 self.check_type(c_longlong, -5229388909784190580) 67 self.check_type(c_longlong, 42) 68 self.check_type(c_longlong, -42)
|
test_pep3118.py | 126 # c_longlong and c_ulonglong are aliases on 64-bit platforms 127 #(c_longlong, "<q", None, c_longlong),
|
test_cfuncs.py | 13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value 114 self._dll.tf_q.restype = c_longlong 115 self._dll.tf_q.argtypes = (c_longlong, ) 120 self._dll.tf_bq.restype = c_longlong 121 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_functions.py | 160 c_longlong 164 f.restype = c_longlong 170 f.restype = c_longlong 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong] 302 f.restype = c_longlong 304 MyCallback = CFUNCTYPE(c_longlong, c_longlong) 306 f.argtypes = [c_longlong, MyCallback]
|
test_callbacks.py | 65 self.check_type(c_longlong, 5948291757245277467) 66 self.check_type(c_longlong, -5229388909784190580) 67 self.check_type(c_longlong, 42) 68 self.check_type(c_longlong, -42)
|
test_pep3118.py | 126 # c_longlong and c_ulonglong are aliases on 64-bit platforms 127 #(c_longlong, "<q", None, c_longlong),
|
test_cfuncs.py | 13 return c_longlong.in_dll(self._dll, "last_tf_arg_s").value 114 self._dll.tf_q.restype = c_longlong 115 self._dll.tf_q.argtypes = (c_longlong, ) 120 self._dll.tf_bq.restype = c_longlong 121 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
|