HomeSort by relevance Sort by last modified time
    Searched full:ob_exports (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon4304
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon4611
  /external/python/cpython2/Include/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon32552
  /external/python/cpython3/Include/
bytearrayobject.h 28 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
29 int ob_exports; /* How many buffer exports */ member in struct:__anon33114
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon66443
  /prebuilts/gdb/linux-x86/include/python2.7/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon66565
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon958
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 24 /* XXX(nnorwitz): should ob_exports be Py_ssize_t? */
25 int ob_exports; /* how many buffer exports */ member in struct:__anon1081
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 112 obj->ob_exports++;
118 obj->ob_exports++;
126 obj->ob_exports--;
150 if (self->ob_exports > 0) {
200 new->ob_exports = 0;
1097 if (self->ob_exports > 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 112 obj->ob_exports++;
118 obj->ob_exports++;
126 obj->ob_exports--;
150 if (self->ob_exports > 0) {
200 new->ob_exports = 0;
1093 if (self->ob_exports > 0) {
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 112 obj->ob_exports++;
118 obj->ob_exports++;
126 obj->ob_exports--;
150 if (self->ob_exports > 0) {
200 new->ob_exports = 0;
1102 if (self->ob_exports > 0) {
    [all...]
  /external/python/cpython3/Objects/
bytearrayobject.c 73 obj->ob_exports++;
80 obj->ob_exports--;
86 if (self->ob_exports > 0) {
144 new->ob_exports = 0;
1062 if (self->ob_exports > 0) {
    [all...]
  /external/python/cpython3/Modules/
arraymodule.c 45 int ob_exports; /* Number of exported buffers */ member in struct:arrayobject
116 if (self->ob_exports > 0 && newsize != Py_SIZE(self)) {
570 op->ob_exports = 0;
869 if (d != 0 && a->ob_exports > 0) {
    [all...]

Completed in 325 milliseconds