Home
last modified time | relevance | path

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

/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/skia/bench/
DSkLinearBitmapPipelineBench.cpp92 bool trash = fM.invert(&fInvert); in onPreDraw() local
93 sk_ignore_unused_variable(trash); in onPreDraw()
/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/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/fmtlib/doc/bootstrap/
Dglyphicons.less61 .glyphicon-trash { &:before { content: "\e020"; } }
/external/ImageMagick/
DInstall-windows.txt254 JPEG, then simply drop all the other DLL's into the local trash can and get
/external/valgrind/
DFAQ.txt99 your program may trash Valgrind's low-level memory manager, which then
/external/ltp/doc/
Dtest-writing-guidelines.txt951 times on 'EBUSY'. This is because various desktop daemons (gvfsd-trash is known
1878 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/cpython2/Doc/c-api/
Dtypeobj.rst656 decrementing the reference count may cause the contained object to become trash,
/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…
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/curl/
DCHANGES.06402 28 bytes trash data to get inserted in the transfered stream.