Searched refs:gc_collect (Results 1 – 25 of 56) sorted by relevance
123
/external/python/cpython2/Lib/test/ |
D | test_module.py | 3 from test.test_support import run_unittest, gc_collect 65 gc_collect() 78 gc_collect()
|
D | test_io.py | 482 support.gc_collect() 514 support.gc_collect() 577 support.gc_collect() 673 support.gc_collect() 680 support.gc_collect() 721 support.gc_collect() 776 support.gc_collect() 1110 support.gc_collect() 1301 support.gc_collect() 1420 support.gc_collect() [all …]
|
D | test_slice.py | 139 test_support.gc_collect()
|
D | test_abc.py | 226 test_support.gc_collect()
|
D | test_descr.py | 1115 test_support.gc_collect() 1124 test_support.gc_collect() 1134 test_support.gc_collect() 1144 test_support.gc_collect() 2115 test_support.gc_collect() 2133 test_support.gc_collect() 3678 test_support.gc_collect() 3770 test_support.gc_collect() 4029 test_support.gc_collect() 4033 test_support.gc_collect() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree_c.py | 67 support.gc_collect() 87 support.gc_collect() 145 support.gc_collect() 155 support.gc_collect()
|
D | test_module.py | 4 from test.support import gc_collect, requires_type_collecting 101 gc_collect() 117 gc_collect() 125 gc_collect()
|
D | test_frame.py | 39 support.gc_collect() 43 support.gc_collect()
|
D | test_coroutines.py | 68 support.gc_collect() 647 support.gc_collect() 658 support.gc_collect() 2039 support.gc_collect() 2247 support.gc_collect() 2283 support.gc_collect() 2291 support.gc_collect()
|
D | test_exceptions.py | 12 check_warnings, cpython_only, gc_collect, run_unittest, 623 gc_collect() 641 gc_collect() 657 gc_collect() 786 gc_collect()
|
D | test_generators.py | 63 support.gc_collect() 67 support.gc_collect() 87 support.gc_collect()
|
D | test_yield_from.py | 13 from test.support import captured_stderr, disable_gc, gc_collect 1026 gc_collect()
|
D | test_io.py | 650 support.gc_collect() 682 support.gc_collect() 751 support.gc_collect() 1007 support.gc_collect() 1074 support.gc_collect() 1546 support.gc_collect() 1737 support.gc_collect() 1887 support.gc_collect() 2799 support.gc_collect() 2822 support.gc_collect() [all …]
|
D | test_slice.py | 251 support.gc_collect()
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_locks.py | 127 support.gc_collect() 132 support.gc_collect()
|
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 82 {"collect", (PyCFunction)gc_collect, METH_FASTCALL|METH_KEYWORDS, gc_collect__doc__}, 88 gc_collect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in gc_collect() function
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_font.py | 4 from test.support import requires, run_unittest, gc_collect 46 gc_collect()
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_font.py | 4 from test.test_support import requires, run_unittest, gc_collect 46 gc_collect()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_windows_utils.py | 67 support.gc_collect()
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1265 gc_collect() 1533 def gc_collect(): function 2116 gc_collect() 2165 gc_collect() 2727 gc_collect()
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | regression.py | 380 support.gc_collect()
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | save_env.py | 266 support.gc_collect()
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | regression.py | 380 support.gc_collect()
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1237 def gc_collect(): function 1759 gc_collect() 1926 gc_collect()
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1100 gc_collect(PyObject *self, PyObject *args, PyObject *kws) in gc_collect() function 1371 {"collect", (PyCFunction)gc_collect,
|
123