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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
genobject.c 33 if (self->ob_refcnt > 0)
159 assert(self->ob_refcnt == 0);
160 self->ob_refcnt = 1;
178 assert(self->ob_refcnt > 0);
179 if (--self->ob_refcnt == 0)
186 Py_ssize_t refcnt = self->ob_refcnt;
188 self->ob_refcnt = refcnt;
enumobject.c 105 if (result->ob_refcnt == 1) {
144 if (result->ob_refcnt == 1) {
object.c 24 total -= o->ob_refcnt;
27 total -= o->ob_refcnt;
199 fname, lineno, op, op->ob_refcnt);
293 if (op->ob_refcnt <= 0)
298 (long)op->ob_refcnt, op);
358 (long)op->ob_refcnt,
    [all...]
intobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 33 if (self->ob_refcnt > 0)
162 assert(self->ob_refcnt == 0);
163 self->ob_refcnt = 1;
181 assert(self->ob_refcnt > 0);
182 if (--self->ob_refcnt == 0)
189 Py_ssize_t refcnt = self->ob_refcnt;
191 self->ob_refcnt = refcnt;
enumobject.c 105 if (result->ob_refcnt == 1) {
144 if (result->ob_refcnt == 1) {
object.c 24 total -= o->ob_refcnt;
27 total -= o->ob_refcnt;
199 fname, lineno, op, op->ob_refcnt);
293 if (op->ob_refcnt <= 0)
298 (long)op->ob_refcnt, op);
358 (long)op->ob_refcnt,
    [all...]
intobject.c     [all...]
  /external/python/cpython2/Objects/
genobject.c 33 if (self->ob_refcnt > 0)
162 assert(self->ob_refcnt == 0);
163 self->ob_refcnt = 1;
181 assert(self->ob_refcnt > 0);
182 if (--self->ob_refcnt == 0)
189 Py_ssize_t refcnt = self->ob_refcnt;
191 self->ob_refcnt = refcnt;
enumobject.c 105 if (result->ob_refcnt == 1) {
144 if (result->ob_refcnt == 1) {
object.c 24 total -= o->ob_refcnt;
27 total -= o->ob_refcnt;
199 fname, lineno, op, op->ob_refcnt);
293 if (op->ob_refcnt <= 0)
298 (long)op->ob_refcnt, op);
358 (long)op->ob_refcnt,
    [all...]
intobject.c     [all...]
  /external/python/cpython3/Objects/
object.c 27 total -= o->ob_refcnt;
221 fname, lineno, op, op->ob_refcnt);
308 if (self->ob_refcnt != 0) {
312 self->ob_refcnt = 1;
319 assert(self->ob_refcnt > 0);
320 if (--self->ob_refcnt == 0)
326 refcnt = self->ob_refcnt;
328 self->ob_refcnt = refcnt;
368 if (op->ob_refcnt <= 0)
373 (long)op->ob_refcnt, op)
    [all...]
enumobject.c 105 if (result->ob_refcnt == 1) {
144 if (result->ob_refcnt == 1) {
weakrefobject.c 893 || object->ob_refcnt != 0) {
916 if (((PyObject *)current)->ob_refcnt > 0)
934 if (((PyObject *)current)->ob_refcnt > 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
717 { if (((PyObject*)OP)->ob_refcnt < 0) \
769 ((PyObject*)(op))->ob_refcnt++)
774 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
705 { if (((PyObject*)OP)->ob_refcnt < 0) \
757 ((PyObject*)(op))->ob_refcnt++)
762 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /external/python/cpython2/Include/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
717 { if (((PyObject*)OP)->ob_refcnt < 0) \
769 ((PyObject*)(op))->ob_refcnt++)
774 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /external/python/cpython3/Include/
object.h 108 Py_ssize_t ob_refcnt; member in struct:_object
117 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
723 { if (((PyObject*)OP)->ob_refcnt < 0) \
785 ((PyObject *)(op))->ob_refcnt++)
791 --(_py_decref_tmp)->ob_refcnt != 0) \
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
715 { if (((PyObject*)OP)->ob_refcnt < 0) \
767 ((PyObject*)(op))->ob_refcnt++)
772 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
715 { if (((PyObject*)OP)->ob_refcnt < 0) \
767 ((PyObject*)(op))->ob_refcnt++)
772 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
715 { if (((PyObject*)OP)->ob_refcnt < 0) \
767 ((PyObject*)(op))->ob_refcnt++)
772 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 80 Py_ssize_t ob_refcnt; \
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)
715 { if (((PyObject*)OP)->ob_refcnt < 0) \
767 ((PyObject*)(op))->ob_refcnt++)
772 --((PyObject*)(op))->ob_refcnt != 0) \
    [all...]
  /external/libmojo/third_party/jinja2/
debug.py 286 ('ob_refcnt', _Py_ssize_t),
297 ('ob_refcnt', _Py_ssize_t),
318 old.ob_refcnt -= 1
323 next.ob_refcnt += 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_functoolsmodule.c 38 if (args->ob_refcnt > 1) {

Completed in 983 milliseconds

1 2 3