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

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 52 pythonapi.PyInt_AsLong.restype = c_long
test_pointers.py 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
25 func.restype = c_long
test_prototypes.py 48 func.restype = c_long
71 func.restype = c_long
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
215 # Not from c_long or so, which seems strange, abd should
217 self.assertRaises(TypeError, c_int, c_long(42))
test_slicing.py 163 elif sizeof(c_wchar) == sizeof(c_long):
164 dll.my_wcsdup.restype = POINTER(c_long)
test_bitfields.py 49 signed_int_types = (c_byte, c_short, c_int, c_long, c_longlong)
123 if c_int != c_long:
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_byteswap.py 166 ("g", c_long),
test_structures.py 53 "l": c_long,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
25 func.restype = c_long
test_prototypes.py 48 func.restype = c_long
71 func.restype = c_long
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
test_numbers.py 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
215 # Not from c_long or so, which seems strange, abd should
217 self.assertRaises(TypeError, c_int, c_long(42))
test_slicing.py 163 elif sizeof(c_wchar) == sizeof(c_long):
164 dll.my_wcsdup.restype = POINTER(c_long)
test_bitfields.py 49 signed_int_types = (c_byte, c_short, c_int, c_long, c_longlong)
123 if c_int != c_long:
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_byteswap.py 166 ("g", c_long),
test_structures.py 53 "l": c_long,
  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 68 ctypes.byref(ctypes.c_long()))
  /external/sonivox/jet_tools/JetCreator/
eas.py 355 state = c_long(-1)
539 ('maxVoices', c_long),
540 ('numChannels', c_long),
541 ('sampleRate', c_long),
542 ('mixBufferSize', c_long),
781 samplesRendered = c_long(0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
  /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,

Completed in 814 milliseconds

12