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

  /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)
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc     [all...]

Completed in 126 milliseconds