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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 164 typedef getsegcountproc segcountproc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 159 typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *); typedef
298 segcountproc bf_getsegcount;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 159 typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *); typedef
298 segcountproc bf_getsegcount;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 610 segcountproc = Signature("TZ", "z") # typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *); variable
731 MethodSlot(segcountproc, "bf_getsegcount", "__getsegcount__", py3 = False),
    [all...]

Completed in 267 milliseconds