HomeSort by relevance Sort by last modified time
    Searched full:c_void_p (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cast.py 27 ptr = cast(c_void_p(address), POINTER(c_int))
75 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value,
85 self.assertEqual(cast(cast(s, c_void_p), c_wchar_p).value,
test_pickling.py 62 c_void_p(),
test_returnfuncptrs.py 25 get_strchr.restype = c_void_p
test_bitfields.py 120 result = self.fail_fields(("a", c_void_p, 1))
121 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_void_p'))
test_byteswap.py 181 for typ in c_wchar, c_void_p, POINTER(c_int):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cast.py 27 ptr = cast(c_void_p(address), POINTER(c_int))
75 self.assertEqual(cast(cast(s, c_void_p), c_char_p).value,
85 self.assertEqual(cast(cast(s, c_void_p), c_wchar_p).value,
test_pickling.py 62 c_void_p(),
test_returnfuncptrs.py 25 get_strchr.restype = c_void_p
test_bitfields.py 120 result = self.fail_fields(("a", c_void_p, 1))
121 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_void_p'))
test_byteswap.py 181 for typ in c_wchar, c_void_p, POINTER(c_int):
  /external/llvm/bindings/python/llvm/
common.py 11 from ctypes import c_void_p namespace
26 c_object_p = POINTER(c_void_p)
  /external/sonivox/jet_tools/JetCreator/
eas.py 111 EAS_EXT_PRG_CHG_FUNC = CFUNCTYPE(c_int, c_void_p, c_void_p)
112 EAS_EXT_EVENT_FUNC = CFUNCTYPE(c_int, c_void_p, c_void_p)
115 EAS_DECODER_FUNC = CFUNCTYPE(c_void_p, c_void_p, c_int, c_int)
483 wave_fmt_chunk = c_void_p(0)
576 self.handle = c_void_p(0)
651 stream_handle = c_void_p(0)
674 stream_handle = c_void_p(0)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 70 # ctypes doesn't implicitly convert c_void_p to the appropriate wrapper
74 c_object_p = POINTER(c_void_p)
164 _fields_ = [("ptr_data", c_void_p * 2), ("int_data", c_uint)]
237 ("ptr_data", c_void_p * 2),
1079 _fields_ = [("_kind_id", c_int), ("xdata", c_int), ("data", c_void_p * 3)]
    [all...]
  /external/chromium_org/chrome/tools/build/win/
resedit.py 34 ctypes.c_void_p, # LPVOID lpData

Completed in 429 milliseconds

12