/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_gc.py | 283 # type pointer and refcount fields, and that can yield horrible 291 # refcount fields anymore). Since it's much less likely to cause a 596 # and c2. Clearing c1 has the side effect of dropping the refcount on 663 # c1 and c2. Clearing c1 has the side effect of dropping the refcount
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_prototypes.py | 18 # the c_char_p("123") object would already have a zero refcount,
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_gc.py | 283 # type pointer and refcount fields, and that can yield horrible 291 # refcount fields anymore). Since it's much less likely to cause a 596 # and c2. Clearing c1 has the side effect of dropping the refcount on 663 # c1 and c2. Clearing c1 has the side effect of dropping the refcount
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_darwin_386.go | 369 Refcount int32
|
ztypes_darwin_amd64.go | 377 Refcount int32
|
ztypes_darwin_arm.go | 370 Refcount int32
|
ztypes_darwin_arm64.go | 377 Refcount int32
|
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_darwin_386.go | 369 Refcount int32
|
ztypes_darwin_amd64.go | 377 Refcount int32
|
ztypes_darwin_arm.go | 370 Refcount int32
|
ztypes_darwin_arm64.go | 377 Refcount int32
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_prototypes.py | 18 # the c_char_p("123") object would already have a zero refcount,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 283 # type pointer and refcount fields, and that can yield horrible 291 # refcount fields anymore). Since it's much less likely to cause a 596 # and c2. Clearing c1 has the side effect of dropping the refcount on 663 # c1 and c2. Clearing c1 has the side effect of dropping the refcount
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_prototypes.py | 18 # the c_char_p("123") object would already have a zero refcount,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 283 # type pointer and refcount fields, and that can yield horrible 291 # refcount fields anymore). Since it's much less likely to cause a 596 # and c2. Clearing c1 has the side effect of dropping the refcount on 663 # c1 and c2. Clearing c1 has the side effect of dropping the refcount
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 243 SLOGE("SocketClient refcount went negative!");
|
/external/dbus/bus/ |
connection.c | 55 int refcount; member in struct:BusConnections 451 connections->refcount = 1; 473 _dbus_assert (connections->refcount > 0); 474 connections->refcount += 1; 482 _dbus_assert (connections->refcount > 0); 483 connections->refcount -= 1; 484 if (connections->refcount == 0) [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.c | 108 mt->refcount = 1; 505 src->refcount++; 506 DBG("%s %p refcount now %d\n", __FUNCTION__, src, src->refcount); 519 DBG("%s %p refcount will be %d\n", __FUNCTION__, *mt, (*mt)->refcount - 1); 520 if (--(*mt)->refcount <= 0) { [all...] |
/external/mesa3d/src/mesa/main/ |
bufferobj.c | 271 bufObj->RefCount = -1000; 296 ASSERT(oldObj->RefCount > 0); 297 oldObj->RefCount--; 300 (void *) oldObj, oldObj->Name, oldObj->RefCount); 302 deleteFlag = (oldObj->RefCount == 0); 326 if (bufObj->RefCount == 0) { 333 bufObj->RefCount++; 336 (void *) bufObj, bufObj->Name, bufObj->RefCount); 357 obj->RefCount = 1; 618 DummyBufferObject.RefCount = 1000*1000*1000; /* never delete * [all...] |
/system/core/sdcard/ |
sdcard.c | 71 * CREAT) must bump that node's refcount 74 * kernel, you must rollback the refcount to reflect the reference the 148 __u32 refcount; member in struct:node 270 node->refcount++; 271 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount); 278 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount); 279 if (node->refcount > 0) { 280 node->refcount--; 281 if (!node->refcount) { [all...] |
/external/opencv3/modules/core/src/ |
umatrix.cpp | 56 urefcount = refcount = 0; 68 urefcount = refcount = 0; 222 temp_u->refcount = 1; 586 CV_XADD(&hdr.u->refcount, 1); 598 CV_Assert(u->refcount == 0);
|
/external/e2fsprogs/e2fsck/ |
pass1.c | 76 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-x86-64.c | 823 bfd_signed_vma refcount; 821 bfd_signed_vma refcount; member in union:elf_x86_64_link_hash_table::__anon75356 [all...] |
elf32-hppa.c | 308 bfd_signed_vma refcount; member in union:elf32_hppa_link_hash_table::__anon75299 1071 && eh_dir->got.refcount <= 0) [all...] |
elf32-m68k.c | 696 bfd_vma refcount; 695 bfd_vma refcount; member in struct:elf_m68k_got_entry::__anon75306::__anon75307 [all...] |