HomeSort by relevance Sort by last modified time
    Searched refs:tp_as_buffer (Results 26 - 48 of 48) sorted by null

12

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c     [all...]
bytearrayobject.c 132 PyBufferProcs *buffer = Py_TYPE(obj)->tp_as_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c     [all...]
bytearrayobject.c 132 PyBufferProcs *buffer = Py_TYPE(obj)->tp_as_buffer;
    [all...]
  /external/python/cpython2/Objects/
typeobject.c     [all...]
bytearrayobject.c 132 PyBufferProcs *buffer = Py_TYPE(obj)->tp_as_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 444 PyBufferProcs *pb = v->ob_type->tp_as_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 455 PyBufferProcs *pb = v->ob_type->tp_as_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 444 PyBufferProcs *pb = v->ob_type->tp_as_buffer;
    [all...]
  /external/python/cpython2/PC/
_winreg.c 541 0, /* tp_as_buffer */
    [all...]
  /external/python/cpython2/Python/
marshal.c 449 PyBufferProcs *pb = v->ob_type->tp_as_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c     [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 224 0, /* tp_as_buffer */
816 0, /* tp_as_buffer */
858 0, /* tp_as_buffer */
    [all...]
  /external/python/cpython2/Modules/
_sre.c     [all...]

Completed in 1207 milliseconds

12