HomeSort by relevance Sort by last modified time
    Searched refs:c_long (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
test_callbacks.py 57 self.check_type(c_long, 42)
58 self.check_type(c_long, -42)
172 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
test_python_api.py 52 pythonapi.PyInt_AsLong.restype = c_long
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
test_callbacks.py 57 self.check_type(c_long, 42)
58 self.check_type(c_long, -42)
172 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
test_python_api.py 52 pythonapi.PyInt_AsLong.restype = c_long
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
test_callbacks.py 57 self.check_type(c_long, 42)
58 self.check_type(c_long, -42)
172 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
test_python_api.py 52 pythonapi.PyInt_AsLong.restype = c_long
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
test_callbacks.py 57 self.check_type(c_long, 42)
58 self.check_type(c_long, -42)
172 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
  /external/python/cpython2/Lib/ctypes/
__init__.py 173 class c_long(_SimpleCData): class in inherits:_SimpleCData
175 _check_size(c_long)
182 # if int and long have the same size, make c_int an alias for c_long
183 c_int = c_long
208 # if long and long long have the same size, make c_longlong an alias for c_long
209 c_longlong = c_long
401 # Mustn't it derive from c_long then?
475 c_ssize_t = c_long
542 for kind in [c_short, c_int, c_long, c_longlong]:
  /external/python/cpython3/Lib/ctypes/
__init__.py 168 class c_long(_SimpleCData): class in inherits:_SimpleCData
170 _check_size(c_long)
177 # if int and long have the same size, make c_int an alias for c_long
178 c_int = c_long
203 # if long and long long have the same size, make c_longlong an alias for c_long
204 c_longlong = c_long
387 # Mustn't it derive from c_long then?
461 c_ssize_t = c_long
528 for kind in [c_short, c_int, c_long, c_longlong]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 176 class c_long(_SimpleCData): class in inherits:_SimpleCData
178 _check_size(c_long)
185 # if int and long have the same size, make c_int an alias for c_long
186 c_int = c_long
211 # if long and long long have the same size, make c_longlong an alias for c_long
212 c_longlong = c_long
404 # Mustn't it derive from c_long then?
478 c_ssize_t = c_long
545 for kind in [c_short, c_int, c_long, c_longlong]:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 176 class c_long(_SimpleCData): class in inherits:_SimpleCData
178 _check_size(c_long)
185 # if int and long have the same size, make c_int an alias for c_long
186 c_int = c_long
211 # if long and long long have the same size, make c_longlong an alias for c_long
212 c_longlong = c_long
404 # Mustn't it derive from c_long then?
478 c_ssize_t = c_long
545 for kind in [c_short, c_int, c_long, c_longlong]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 176 class c_long(_SimpleCData): class in inherits:_SimpleCData
178 _check_size(c_long)
185 # if int and long have the same size, make c_int an alias for c_long
186 c_int = c_long
211 # if long and long long have the same size, make c_longlong an alias for c_long
212 c_longlong = c_long
404 # Mustn't it derive from c_long then?
478 c_ssize_t = c_long
545 for kind in [c_short, c_int, c_long, c_longlong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 176 class c_long(_SimpleCData): class in inherits:_SimpleCData
178 _check_size(c_long)
185 # if int and long have the same size, make c_int an alias for c_long
186 c_int = c_long
211 # if long and long long have the same size, make c_longlong an alias for c_long
212 c_longlong = c_long
404 # Mustn't it derive from c_long then?
478 c_ssize_t = c_long
545 for kind in [c_short, c_int, c_long, c_longlong]:
  /external/python/cpython2/Lib/ctypes/test/
test_cfuncs.py 91 self._dll.tf_l.restype = c_long
92 self._dll.tf_l.argtypes = (c_long,)
97 self._dll.tf_bl.restype = c_long
98 self._dll.tf_bl.argtypes = (c_byte, c_long)
test_python_api.py 52 pythonapi.PyInt_AsLong.restype = c_long
  /external/python/cpython3/Lib/ctypes/test/
test_cfuncs.py 91 self._dll.tf_l.restype = c_long
92 self._dll.tf_l.argtypes = (c_long,)
97 self._dll.tf_bl.restype = c_long
98 self._dll.tf_bl.argtypes = (c_byte, c_long)
test_python_api.py 50 pythonapi.PyLong_AsLong.restype = c_long

Completed in 415 milliseconds

1 23 4 5 6 7