Searched refs:gc_collect (Results 1 - 25 of 47) sorted by relevance

12

/external/python/cpython2/Lib/test/
H A Dtest_module.py3 from test.test_support import run_unittest, gc_collect namespace
65 gc_collect()
78 gc_collect()
H A Dtest_slice.py139 test_support.gc_collect()
H A Dtest_abc.py225 test_support.gc_collect()
H A Dtest_io.py466 support.gc_collect()
498 support.gc_collect()
561 support.gc_collect()
657 support.gc_collect()
664 support.gc_collect()
695 support.gc_collect()
750 support.gc_collect()
1083 support.gc_collect()
1274 support.gc_collect()
1391 support.gc_collect()
[all...]
H A Dtest_descr.py1108 test_support.gc_collect()
1117 test_support.gc_collect()
1127 test_support.gc_collect()
1137 test_support.gc_collect()
1998 test_support.gc_collect()
2016 test_support.gc_collect()
3546 test_support.gc_collect()
3638 test_support.gc_collect()
3879 test_support.gc_collect()
3883 test_support.gc_collect()
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_module.py4 from test.support import gc_collect, requires_type_collecting namespace
101 gc_collect()
117 gc_collect()
125 gc_collect()
H A Dtest_frame.py40 support.gc_collect()
44 support.gc_collect()
H A Dtest_xml_etree_c.py65 support.gc_collect()
H A Dtest_exceptions.py11 check_warnings, cpython_only, gc_collect, run_unittest,
592 # guarantee no ref cycles on CPython (don't gc_collect)
594 gc_collect()
612 gc_collect()
628 gc_collect()
757 gc_collect()
H A Dtest_generators.py29 support.gc_collect()
33 support.gc_collect()
53 support.gc_collect()
H A Dtest_yield_from.py16 from test.support import captured_stderr, disable_gc, gc_collect namespace
1029 gc_collect()
H A Dtest_slice.py251 support.gc_collect()
H A Dtest_io.py614 support.gc_collect()
646 support.gc_collect()
715 support.gc_collect()
910 support.gc_collect()
977 support.gc_collect()
1427 support.gc_collect()
1618 support.gc_collect()
1735 support.gc_collect()
2604 support.gc_collect()
2627 support.gc_collect()
[all...]
H A Dtest_support.py278 support.gc_collect()
H A Dtest_mmap.py2 requires, _2G, _4G, gc_collect, cpython_only)
713 gc_collect()
H A Dtest_ordered_dict.py454 support.gc_collect()
468 support.gc_collect()
H A Dtest_coroutines.py66 support.gc_collect()
620 support.gc_collect()
1980 support.gc_collect()
/external/python/cpython3/Lib/test/test_importlib/
H A Dtest_locks.py149 support.gc_collect()
154 support.gc_collect()
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_pep492.py159 support.gc_collect()
H A Dtest_windows_utils.py122 support.gc_collect()
H A Dtest_futures.py342 support.gc_collect()
432 support.gc_collect()
/external/python/cpython3/Lib/test/libregrtest/
H A Dsave_env.py271 support.gc_collect() # Some resources use weak references
/external/python/cpython3/Lib/test/support/
H A D__init__.py1233 gc_collect()
1498 def gc_collect(): function
2020 gc_collect()
2542 gc_collect()
/external/python/cpython2/Modules/
H A Dgcmodule.c1103 gc_collect(PyObject *self, PyObject *args, PyObject *kws) function
1374 {"collect", (PyCFunction)gc_collect,
/external/python/cpython3/Modules/
H A Dgcmodule.c1204 gc_collect(PyObject *self, PyObject *args, PyObject *kws) function
1520 {"collect", (PyCFunction)gc_collect,

Completed in 542 milliseconds

12