HomeSort by relevance Sort by last modified time
    Searched refs:buffertype (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /external/python/cpython2/Include/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/gdb/darwin-x86/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/gdb/linux-x86/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /external/python/cpython3/Include/
memoryobject.h 32 int buffertype,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 226 buffertype
240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort)
260 switch(buffertype) {
279 if (buffertype == PyBUF_WRITE) {
307 if (buffertype == PyBUF_SHADOW) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 226 buffertype
240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort)
260 switch(buffertype) {
279 if (buffertype == PyBUF_WRITE) {
307 if (buffertype == PyBUF_SHADOW) {
  /external/python/cpython2/Objects/
memoryobject.c 226 buffertype
240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort)
260 switch(buffertype) {
279 if (buffertype == PyBUF_WRITE) {
307 if (buffertype == PyBUF_SHADOW) {
  /external/python/cpython3/Objects/
memoryobject.c 892 buffertype={PyBUF_READ, PyBUF_WRITE} and order={'C', 'F'ortran, or 'A'ny}.
897 As usual, if buffertype=PyBUF_WRITE, the exporter's buffer must be writable,
903 Otherwise, if the buffertype is PyBUF_READ, the memoryview will be
908 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
914 assert(buffertype == PyBUF_READ || buffertype == PyBUF_WRITE);
922 if (buffertype == PyBUF_WRITE && view->readonly) {
932 if (buffertype == PyBUF_WRITE) {
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 2395 PyObject *buffertype; local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 655 private BufferType mBufferType = BufferType.NORMAL;
    [all...]

Completed in 806 milliseconds