Home
last modified time | relevance | path

Searched refs:ob_refcnt (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtaglist.c24 …8x(%d) taglist_showcontents item=%08x(%d)\n", (int)self, self->ob_refcnt, item, item->ob_refcnt); in taglist_showcontents()
31 mylog("+%08x(%d) taglist_new", (int)taglist, taglist->ob_refcnt); in taglist_new()
39 mylog("+%08x(%d) taglist_new2 tag=%08x", (int)taglist, taglist->ob_refcnt, tag); in taglist_new2()
99 mylog(" %08x(%d) taglist_getTAGs", (int)self, self->ob_refcnt); in taglist_getTAGs2()
181 mylog(" %08x(%d) taglist_getattr %s: %08x\n", (int)self, self->ob_refcnt, a, ret); in taglist_getattr()
188 mylog(" %08x(%d) taglist_length", (int)self, self->ob_refcnt); in taglist_length()
213 mylog(" %08x(%d) taglist_concat %08x(%d)", (int)self, self->ob_refcnt, list, list->ob_refcnt); in taglist_concat()
217 …(" %08x(%d) taglist_concat: Adding Tag %08x(%d)", (int)self, self->ob_refcnt, tag, tag->ob_refcnt); in taglist_concat()
220 …) taglist_concat: Already contains Tag %08x(%d)", (int)self, self->ob_refcnt, tag, tag->ob_refcnt); in taglist_concat()
292 mylog(" %08x(%d) taglist_item(%d): %08x", (int)self, self->ob_refcnt, index, tag); in taglist_item()
[all …]
H A DSWF.c70 mylog("+%08x(%d) create\n", (int)swf, swf->ob_refcnt); in f_create()
100 mylog(" %08x(%d) create: done\n", (int)swf, swf->ob_refcnt); in f_create()
124 mylog("+%08x(%d) f_load\n", (int)swf, swf->ob_refcnt); in f_load()
270 mylog("-%08x(%d) swf_dealloc\n", (int)self, self->ob_refcnt); in swf_dealloc()
286 mylog(" %08x(%d) print \n", (int)self, self->ob_refcnt); in swf_print()
300 mylog(" %08x(%d) swf_getattr %s = %f\n", (int)self, self->ob_refcnt, a, fps); in swf_getattr()
304 mylog(" %08x(%d) swf_getattr %s = %d\n", (int)self, self->ob_refcnt, a, version); in swf_getattr()
315 mylog(" %08x(%d) swf_getattr %s = %08x(%d)\n", (int)self, self->ob_refcnt, a, ret, ret->ob_refcnt); in swf_getattr()
332 mylog(" %08x(%d) swf_getattr %s: %08x\n", (int)self, self->ob_refcnt, a, ret); in swf_getattr()
344 mylog(" %08x(%d) swf_setattr %s = %f\n", (int)self, self->ob_refcnt, a, fps); in swf_setattr()
[all …]
H A Dtagmap.c84 mylog(" %08x(%d) tagmap_getFreeID -> %d", (int)self, self->ob_refcnt, tagmap->currentID); in tagmap_getFreeID()
88 mylog(" %08x(%d) tagmap_getFreeID -> -1", (int)self, self->ob_refcnt); in tagmap_getFreeID()
118 mylog(" %08x(%d) tagmap_add %08x->%d (again)", (int)self, self->ob_refcnt, (int)obj, id); in tagmap_add()
125 mylog(" %08x(%d) tagmap_add %08x->%d", (int)self, self->ob_refcnt, (int)obj, id); in tagmap_add()
133 mylog("-%08x(%d) tagmap_dealloc %08x(%d) %08x(%d), %08x(%d)", (int)self, self->ob_refcnt, in tagmap_dealloc()
134 tagmap->obj2id, tagmap->obj2id->ob_refcnt , in tagmap_dealloc()
135 tagmap->id2obj, tagmap->id2obj->ob_refcnt , in tagmap_dealloc()
136 tagmap->objlist, tagmap->objlist->ob_refcnt); in tagmap_dealloc()
149 mylog(" %08x(%d) tagmap_getObjectList", (int)self, self->ob_refcnt); in tagmap_getObjectList()
H A Dtag.c73 …mylog("-%08x(%d) tag_dealoc [%s]\n", (int)self, self->ob_refcnt, swf_TagGetName(tag->internals.tag… in tag_dealloc()
75 mylog("-%08x(%d) tag_dealoc [?]\n", (int)self, self->ob_refcnt); in tag_dealloc()
78 …-%08x(%d) tag_dealoc: Warning: calling dealloc without any data(?)\n", (int)self, self->ob_refcnt); in tag_dealloc()
211 mylog(" %08x(%d) tag_getattr: tag has specific functions\n", (int)self, self->ob_refcnt); in tag_getattr()
216 mylog(" %08x(%d) tag_getattr %s: %08x\n", (int)self, self->ob_refcnt, a, ret); in tag_getattr()
223 mylog(" %08x(%d) tag_getattr %s: %08x\n", (int)self, self->ob_refcnt, a, ret); in tag_getattr()
247 mylog("+%08x(%d) tag_new\n", (int)tag, tag->ob_refcnt); in tag_new()
263 …mylog("+%08x(%d) tag_new2 tag=%08x id=%d (%s)\n", (int)tag, tag->ob_refcnt, t, t->id, swf_TagGetNa… in tag_new2()
357 mylog(" %08x(%d) tag_getInternals\n", (int)self, self->ob_refcnt); in tag_getinternals()
364 mylog(" %08x(%d) tag_getDependencies\n", (int)self, self->ob_refcnt); in tag_getDependencies()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/pyotherside/tests/
H A Dtests.cpp134 QVERIFY(foo->ob_refcnt == 1); in testPyObjectRefAssignment()
137 QVERIFY(bar->ob_refcnt == 1); in testPyObjectRefAssignment()
145 QVERIFY(foo->ob_refcnt == 2); in testPyObjectRefAssignment()
147 QVERIFY(bar->ob_refcnt == 2); in testPyObjectRefAssignment()
152 QVERIFY(bar->ob_refcnt == 3); in testPyObjectRefAssignment()
184 QVERIFY(bar->ob_refcnt == 1); in testPyObjectRefAssignment()
200 QVERIFY(o->ob_refcnt == 1); in testPyObjectRefRoundTrip()
206 QVERIFY(o->ob_refcnt == 2); in testPyObjectRefRoundTrip()
208 QVERIFY(o->ob_refcnt == 1); in testPyObjectRefRoundTrip()
213 QVERIFY(o->ob_refcnt == 2); in testPyObjectRefRoundTrip()
[all …]
/dports/devel/pyotherside-qt5/pyotherside-1.5.9/tests/
H A Dtests.cpp164 QVERIFY(foo->ob_refcnt == 1); in testPyObjectRefAssignment()
167 QVERIFY(bar->ob_refcnt == 1); in testPyObjectRefAssignment()
175 QVERIFY(foo->ob_refcnt == 2); in testPyObjectRefAssignment()
177 QVERIFY(bar->ob_refcnt == 2); in testPyObjectRefAssignment()
182 QVERIFY(bar->ob_refcnt == 3); in testPyObjectRefAssignment()
214 QVERIFY(bar->ob_refcnt == 1); in testPyObjectRefAssignment()
232 QVERIFY(o->ob_refcnt == 1); in testPyObjectRefRoundTrip()
238 QVERIFY(o->ob_refcnt == 2); in testPyObjectRefRoundTrip()
240 QVERIFY(o->ob_refcnt == 1); in testPyObjectRefRoundTrip()
245 QVERIFY(o->ob_refcnt == 2); in testPyObjectRefRoundTrip()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Drefcounting-1.c4 int ob_refcnt; member
11 ((PyObject*)(op))->ob_refcnt++; \
16 if (--((PyObject*)(op))->ob_refcnt == 0) \
24 int orig_refcnt = obj->ob_refcnt; in test_1()
29 __analyzer_eval (obj->ob_refcnt == orig_refcnt + 2); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5d.c11 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 if (--obj->ob_refcnt == 0) in unref()
69 __analyzer_eval (obj->ob_refcnt == 1); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()
H A Ddata-model-5b.c14 int ob_refcnt; member
49 obj->ob_refcnt = 1; in alloc_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
76 if (--obj->str_base.ob_refcnt == 0) in unref()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Drefcounting-1.c4 int ob_refcnt; member
11 ((PyObject*)(op))->ob_refcnt++; \
16 if (--((PyObject*)(op))->ob_refcnt == 0) \
24 int orig_refcnt = obj->ob_refcnt; in test_1()
29 __analyzer_eval (obj->ob_refcnt == orig_refcnt + 2); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5d.c11 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 if (--obj->ob_refcnt == 0) in unref()
69 __analyzer_eval (obj->ob_refcnt == 1); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Drefcounting-1.c4 int ob_refcnt; member
11 ((PyObject*)(op))->ob_refcnt++; \
16 if (--((PyObject*)(op))->ob_refcnt == 0) \
24 int orig_refcnt = obj->ob_refcnt; in test_1()
29 __analyzer_eval (obj->ob_refcnt == orig_refcnt + 2); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5d.c11 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 if (--obj->ob_refcnt == 0) in unref()
69 __analyzer_eval (obj->ob_refcnt == 1); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()
H A Ddata-model-5b.c14 int ob_refcnt; member
49 obj->ob_refcnt = 1; in alloc_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
76 if (--obj->str_base.ob_refcnt == 0) in unref()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Drefcounting-1.c4 int ob_refcnt; member
11 ((PyObject*)(op))->ob_refcnt++; \
16 if (--((PyObject*)(op))->ob_refcnt == 0) \
24 int orig_refcnt = obj->ob_refcnt; in test_1()
29 __analyzer_eval (obj->ob_refcnt == orig_refcnt + 2); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5d.c11 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 if (--obj->ob_refcnt == 0) in unref()
69 __analyzer_eval (obj->ob_refcnt == 1); /* { dg-warning "TRUE" } */ in test_1()
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()
H A Ddata-model-5b.c14 int ob_refcnt; member
49 obj->ob_refcnt = 1; in alloc_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
76 if (--obj->str_base.ob_refcnt == 0) in unref()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()
H A Ddata-model-5b.c14 int ob_refcnt; member
49 obj->ob_refcnt = 1; in alloc_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
76 if (--obj->str_base.ob_refcnt == 0) in unref()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c14 int ob_refcnt; member
43 obj->ob_refcnt = 1; in alloc_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
69 if (--obj->str_base.ob_refcnt == 0) in unref()

12345678910>>...21