HomeSort by relevance Sort by last modified time
    Searched refs:OtherCallback (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
45 f = OtherCallback(func)
57 _fields_ = [("a", OtherCallback)]
59 x.a = OtherCallback(func)
72 f = OtherCallback(func)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
45 f = OtherCallback(func)
57 _fields_ = [("a", OtherCallback)]
59 x.a = OtherCallback(func)
72 f = OtherCallback(func)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
45 f = OtherCallback(func)
57 _fields_ = [("a", OtherCallback)]
59 x.a = OtherCallback(func)
72 f = OtherCallback(func)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
45 f = OtherCallback(func)
57 _fields_ = [("a", OtherCallback)]
59 x.a = OtherCallback(func)
72 f = OtherCallback(func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_refcounts.py 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
45 f = OtherCallback(func)
57 _fields_ = [("a", OtherCallback)]
59 x.a = OtherCallback(func)
72 f = OtherCallback(func)

Completed in 402 milliseconds