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

1 2

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon5417
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon5724
    [all...]
  /external/python/cpython2/Include/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon30116
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon60613
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon60735
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon112547
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 300 getbufferproc bf_getbuffer; member in struct:__anon112670
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 134 if (buffer == NULL || buffer->bf_getbuffer == NULL)
142 if (buffer->bf_getbuffer(obj, view, PyBUF_SIMPLE) < 0)
    [all...]
abstract.c 368 return (*(obj->ob_type->tp_as_buffer->bf_getbuffer))(obj, view, flags);
    [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 134 if (buffer == NULL || buffer->bf_getbuffer == NULL)
142 if (buffer->bf_getbuffer(obj, view, PyBUF_SIMPLE) < 0)
    [all...]
abstract.c 368 return (*(obj->ob_type->tp_as_buffer->bf_getbuffer))(obj, view, flags);
    [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 134 if (buffer == NULL || buffer->bf_getbuffer == NULL)
142 if (buffer->bf_getbuffer(obj, view, PyBUF_SIMPLE) < 0)
    [all...]
abstract.c 368 return (*(obj->ob_type->tp_as_buffer->bf_getbuffer))(obj, view, flags);
    [all...]

Completed in 2098 milliseconds

1 2