HomeSort by relevance Sort by last modified time
    Searched refs:Py_XDECREF (Results 226 - 250 of 366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 74 Py_XDECREF(fd2obj[i].obj);
142 Py_XDECREF(o);
621 Py_XDECREF(self->dict);
    [all...]
datetimemodule.c     [all...]
socketmodule.c     [all...]
posixmodule.c     [all...]
_lsprof.c 763 Py_XDECREF(op->externalTimer);
792 Py_XDECREF(o);
cStringIO.c 616 Py_XDECREF(self->pbuf);
744 Py_XDECREF(v);
  /external/python/cpython2/Modules/
_hotshot.c 370 Py_XDECREF(key);
371 Py_XDECREF(value);
535 Py_XDECREF(self->info);
1169 Py_XDECREF(self->filemap);
1170 Py_XDECREF(self->logfilename);
    [all...]
_tkinter.c 593 Py_XDECREF(result);
892 Py_XDECREF(self->string);
    [all...]
datetimemodule.c     [all...]
socketmodule.c     [all...]
posixmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c     [all...]
socketmodule.c     [all...]
timemodule.c 267 Py_XDECREF(v);
865 Py_XDECREF(moddict);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 599 Py_XDECREF(err);
739 Py_XDECREF(tb);
1037 Py_XDECREF(chunks);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
floatobject.c 581 Py_XDECREF(vv);
582 Py_XDECREF(ww);
583 Py_XDECREF(one);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 351 Py_XDECREF(self->message);
    [all...]
floatobject.c 580 Py_XDECREF(vv);
581 Py_XDECREF(ww);
582 Py_XDECREF(one);
    [all...]
longobject.c     [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 598 Py_XDECREF(err);
738 Py_XDECREF(tb);
1035 Py_XDECREF(chunks);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c     [all...]
  /external/python/cpython2/Objects/
longobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 161 Py_XDECREF(exc);
179 Py_XDECREF(exc);
  /external/python/cpython2/Include/
object.h 670 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
785 * Py_XDECREF(op);
825 #define Py_XDECREF(op) do { if ((op) == NULL) ; else Py_DECREF(op); } while (0)
842 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead of
    [all...]

Completed in 900 milliseconds

1 2 3 4 5 6 7 8 91011>>