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

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
EfiCompressor.c 49 || SrcData->ob_type->tp_as_buffer->bf_getreadbuffer == NULL
69 Len = SrcData->ob_type->tp_as_buffer->bf_getreadbuffer((PyObject *)SrcData, Index, &BufSeg);
126 || SrcData->ob_type->tp_as_buffer->bf_getreadbuffer == NULL
146 Len = SrcData->ob_type->tp_as_buffer->bf_getreadbuffer((PyObject *)SrcData, Index, &BufSeg);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon4348
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon4655
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon66487
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon66609
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon1002
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon1125
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 45 proc = bp->bf_getreadbuffer;
161 pb->bf_getreadbuffer == NULL ||
389 pb->bf_getreadbuffer == NULL ||
413 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
577 pb->bf_getreadbuffer == NULL ||
591 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
620 pb->bf_getreadbuffer == NULL ||
635 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
677 pb->bf_getreadbuffer == NULL ||
707 if ((othersize = (*pb->bf_getreadbuffer)(value, 0, &ptr2)) < 0)
    [all...]
abstract.c 284 pb->bf_getreadbuffer == NULL ||
305 pb->bf_getreadbuffer == NULL ||
316 len = (*pb->bf_getreadbuffer)(obj, 0, &pp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 45 proc = bp->bf_getreadbuffer;
161 pb->bf_getreadbuffer == NULL ||
379 pb->bf_getreadbuffer == NULL ||
403 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
567 pb->bf_getreadbuffer == NULL ||
581 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
610 pb->bf_getreadbuffer == NULL ||
625 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
667 pb->bf_getreadbuffer == NULL ||
697 if ((othersize = (*pb->bf_getreadbuffer)(value, 0, &ptr2)) < 0)
    [all...]
abstract.c 284 pb->bf_getreadbuffer == NULL ||
305 pb->bf_getreadbuffer == NULL ||
316 len = (*pb->bf_getreadbuffer)(obj, 0, &pp);
    [all...]
  /external/python/cpython2/Objects/
bufferobject.c 45 proc = bp->bf_getreadbuffer;
161 pb->bf_getreadbuffer == NULL ||
389 pb->bf_getreadbuffer == NULL ||
413 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
577 pb->bf_getreadbuffer == NULL ||
591 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
620 pb->bf_getreadbuffer == NULL ||
635 if ( (count = (*pb->bf_getreadbuffer)(other, 0, &ptr2)) < 0 )
677 pb->bf_getreadbuffer == NULL ||
707 if ((othersize = (*pb->bf_getreadbuffer)(value, 0, &ptr2)) < 0
    [all...]
abstract.c 284 pb->bf_getreadbuffer == NULL ||
305 pb->bf_getreadbuffer == NULL ||
316 len = (*pb->bf_getreadbuffer)(obj, 0, &pp);
    [all...]
  /external/python/cpython2/Include/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
object.h 296 readbufferproc bf_getreadbuffer; member in struct:__anon32596
    [all...]
  /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/PC/
_winreg.c     [all...]
  /external/python/cpython2/Python/
getargs.c     [all...]

Completed in 467 milliseconds

1 2