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

1 2 3

  /external/python/cpython2/Doc/includes/
typestruct.h 30 PyBufferProcs *tp_as_buffer;
  /external/python/cpython3/Doc/includes/
typestruct.h 31 PyBufferProcs *tp_as_buffer;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 37 PyBufferProcs *bp = self->b_base->ob_type->tp_as_buffer;
158 PyBufferProcs *pb = base->ob_type->tp_as_buffer;
174 PyBufferProcs *pb = base->ob_type->tp_as_buffer;
382 PyBufferProcs *pb = other->ob_type->tp_as_buffer;
555 PyBufferProcs *pb;
606 PyBufferProcs *pb;
664 PyBufferProcs *pb;
831 static PyBufferProcs buffer_as_buffer = {
abstract.c 249 PyBufferProcs *pb;
281 PyBufferProcs *pb = obj->ob_type->tp_as_buffer;
295 PyBufferProcs *pb;
328 PyBufferProcs *pb;
    [all...]
memoryobject.c 792 static PyBufferProcs memory_as_buffer = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 37 PyBufferProcs *bp = self->b_base->ob_type->tp_as_buffer;
158 PyBufferProcs *pb = base->ob_type->tp_as_buffer;
174 PyBufferProcs *pb = base->ob_type->tp_as_buffer;
372 PyBufferProcs *pb = other->ob_type->tp_as_buffer;
545 PyBufferProcs *pb;
596 PyBufferProcs *pb;
654 PyBufferProcs *pb;
811 static PyBufferProcs buffer_as_buffer = {
abstract.c 249 PyBufferProcs *pb;
281 PyBufferProcs *pb = obj->ob_type->tp_as_buffer;
295 PyBufferProcs *pb;
328 PyBufferProcs *pb;
    [all...]
memoryobject.c 792 static PyBufferProcs memory_as_buffer = {
  /external/python/cpython2/Objects/
bufferobject.c 37 PyBufferProcs *bp = self->b_base->ob_type->tp_as_buffer;
158 PyBufferProcs *pb = base->ob_type->tp_as_buffer;
174 PyBufferProcs *pb = base->ob_type->tp_as_buffer;
382 PyBufferProcs *pb = other->ob_type->tp_as_buffer;
555 PyBufferProcs *pb;
606 PyBufferProcs *pb;
664 PyBufferProcs *pb;
831 static PyBufferProcs buffer_as_buffer = {
abstract.c 249 PyBufferProcs *pb;
281 PyBufferProcs *pb = obj->ob_type->tp_as_buffer;
295 PyBufferProcs *pb;
328 PyBufferProcs *pb;
    [all...]
memoryobject.c 792 static PyBufferProcs memory_as_buffer = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
551 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
565 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
539 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
553 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /external/python/cpython2/Include/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
551 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
565 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /external/python/cpython3/Include/
object.h 316 } PyBufferProcs;
376 PyBufferProcs *tp_as_buffer;
473 PyBufferProcs as_buffer;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
549 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
563 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
549 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
563 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
549 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
563 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 302 } PyBufferProcs;
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
549 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
563 /* PyBufferProcs contains bf_getcharbuffer */
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 199 PyBufferProcs as_buffer;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c     [all...]
  /external/python/cpython2/Python/
getargs.c     [all...]
  /external/python/cpython3/Modules/_io/
bytesio.c 1138 static PyBufferProcs bytesiobuf_as_buffer = {
    [all...]
  /external/python/cpython3/Objects/
abstract.c 265 PyBufferProcs *pb = obj->ob_type->tp_as_buffer;
302 PyBufferProcs *pb;
329 PyBufferProcs *pb = obj->ob_type->tp_as_buffer;
660 PyBufferProcs *pb;
    [all...]

Completed in 1238 milliseconds

1 2 3