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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
300 getbufferproc bf_getbuffer;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
300 getbufferproc bf_getbuffer;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 637 getbufferproc = Signature("TBi", "r") # typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); variable
734 MethodSlot(getbufferproc, "bf_getbuffer", "__getbuffer__", ifdef = "PY_VERSION_HEX >= 0x02060000"),
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Buffer.c 125 getbufferproc func = (getbufferproc) PyCObject_AsVoidPtr(getbuffer_cobj);
ModuleSetupCode.c 104 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
    [all...]
qavltree.c 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
    [all...]
qbintree.c 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
    [all...]
qrbtree.c 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
    [all...]

Completed in 54 milliseconds