HomeSort by relevance Sort by last modified time
    Searched refs:readbufferproc (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 36 readbufferproc proc = 0;
48 proc = (readbufferproc)bp->bf_getwritebuffer;
56 proc = (readbufferproc)bp->bf_getcharbuffer;
832 (readbufferproc)buffer_getreadbuf,
bytearrayobject.c     [all...]
stringobject.c     [all...]
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 36 readbufferproc proc = 0;
48 proc = (readbufferproc)bp->bf_getwritebuffer;
56 proc = (readbufferproc)bp->bf_getcharbuffer;
812 (readbufferproc)buffer_getreadbuf,
bytearrayobject.c     [all...]
stringobject.c     [all...]
unicodeobject.c     [all...]
  /external/python/cpython2/Objects/
bufferobject.c 36 readbufferproc proc = 0;
48 proc = (readbufferproc)bp->bf_getwritebuffer;
56 proc = (readbufferproc)bp->bf_getcharbuffer;
832 (readbufferproc)buffer_getreadbuf,
bytearrayobject.c     [all...]
stringobject.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 162 typedef getreadbufferproc readbufferproc;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /external/python/cpython2/Include/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 19 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
_ctypes.c     [all...]
  /external/python/cpython2/Modules/
mmapmodule.c 1012 (readbufferproc)mmap_buffer_getreadbuf,
    [all...]
arraymodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c     [all...]

Completed in 721 milliseconds

1 2