Home
last modified time | relevance | path

Searched refs:trash (Results 1 – 25 of 36) sorted by relevance

12

/external/python/cpython3/Modules/
Dgc_weakref.txt41 trash (CT) exists, then any call to any Python code whatsoever can end up
59 Clearing cyclic trash can call Python code. If there are weakrefs to
60 any of the cyclic trash, then those weakrefs can be used to resurrect
61 the objects. Therefore, *before* clearing cyclic trash, we need to
83 is that the weakly referenced object is unreachable trash at the time the
87 becomes part of a clump of cyclic trash. When enough cycles are broken by
102 Note that if it's possible for the callback to get at objects in the trash
104 trash cycles. Else the callback would have acted as an external root to
106 trash either.
111 More, if the callback itself is in cyclic trash, then the weakref to which
[all …]
/external/python/cpython2/Modules/
Dgc_weakref.txt41 trash (CT) exists, then any call to any Python code whatsoever can end up
59 Clearing cyclic trash can call Python code. If there are weakrefs to
60 any of the cyclic trash, then those weakrefs can be used to resurrect
61 the objects. Therefore, *before* clearing cyclic trash, we need to
83 is that the weakly referenced object is unreachable trash at the time the
87 becomes part of a clump of cyclic trash. When enough cycles are broken by
102 Note that if it's possible for the callback to get at objects in the trash
104 trash cycles. Else the callback would have acted as an external root to
106 trash either.
111 More, if the callback itself is in cyclic trash, then the weakref to which
[all …]
/external/autotest/client/tests/btreplay/
Dcontrol12 A spare device or partition is required for the test to trash. If this
/external/gptfdisk/
Dgptcurses.cc73 Space *trash; in EmptySpaces() local
76 trash = firstSpace; in EmptySpaces()
78 delete trash; in EmptySpaces()
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DFinder_Basics.py118 trash = _Prop_trash() variable
/external/libvncserver/libvncclient/
Dsockets.c301 WSADATA trash; in initSockets() local
304 int i=WSAStartup(MAKEWORD(2,0),&trash); in initSockets()
/external/python/cpython2/Misc/
DREADME.valgrind88 whatever trash gets read up will lead pymalloc to conclude
DHISTORY2241 calling a live weakref to a piece of cyclic trash could resurrect an
2242 insane mutation of the trash if any Python code ran during gc (via
3101 cyclic trash, a memory error can occur. This consistently created a
/external/python/cpython3/Misc/
DREADME.valgrind91 whatever trash gets read up will lead pymalloc to conclude
DNEWS6870 trash a bad pointer dereference could occur due to a subtle flaw in
/external/libvncserver/libvncserver/
Dmain.c1049 WSADATA trash; in rfbInitServer() local
1050 WSAStartup(MAKEWORD(2,2),&trash); in rfbInitServer()
/external/libnl/
DChangeLog63 Patrick McHardy <kaber@trash.net>
121 Patrick McHardy <kaber@trash.net>
/external/libpcap/
DCREDITS134 Patrick McHardy <kaber at trash not net>
/external/ImageMagick/
DInstall-windows.txt254 JPEG, then simply drop all the other DLL's into the local trash can and get
/external/annotation-tools/scene-lib/src/annotations/io/
DIndexFileParser.java547 Object trash = parseAnnotationBody(d, AnnotationFactory.saf in parseAnnotations() local
/external/valgrind/
DFAQ.txt99 your program may trash Valgrind's low-level memory manager, which then
/external/ltp/doc/
Dtest-writing-guidelines.txt972 times on 'EBUSY'. This is because various desktop daemons (gvfsd-trash is known
1894 Various desktop daemons (gvfsd-trash is known for that) may be stupid enough
/external/python/cpython2/Mac/scripts/
Derrors.txt743 …ashErr The folder being shared is inside the trash folder OR the shared folder is being moved into…
/external/python/cpython2/Lib/test/
Dtest_descr.py3894 class trash(object): class
3900 o = trash(o)
/external/python/cpython3/Lib/test/
Dtest_descr.py3740 class trash(object): class
3746 o = trash(o)
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst561 decrementing the reference count may cause the contained object to become trash,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst656 decrementing the reference count may cause the contained object to become trash,
/external/libevent/
DChangeLog279 o test/regress_http: initialize "dns_base" to avoid reading trash (9f0bff3 Azat Khuzhin)
/external/okhttp/website/static/
Dbootstrap-combined.min.css9 …background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-positio…
/external/ImageMagick/www/css/
Dmagick.css5 …l:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e…

12