Home
last modified time | relevance | path

Searched refs:get_objects (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_gc.py794 any(l is element for element in gc.get_objects(generation=0))
797 any(l is element for element in gc.get_objects(generation=1))
800 any(l is element for element in gc.get_objects(generation=2))
804 any(l is element for element in gc.get_objects(generation=0))
807 any(l is element for element in gc.get_objects(generation=1))
810 any(l is element for element in gc.get_objects(generation=2))
814 any(l is element for element in gc.get_objects(generation=0))
817 any(l is element for element in gc.get_objects(generation=1))
820 any(l is element for element in gc.get_objects(generation=2))
824 any(l is element for element in gc.get_objects(generation=0))
[all …]
Dtest_descr.py1272 orig_objects = len(gc.get_objects())
1275 new_objects = len(gc.get_objects())
4775 for o in gc.get_objects():
/external/python/markupsafe/tests/
Dtest_leak.py26 counts.add(len(gc.get_objects()))
/external/tensorflow/tensorflow/python/eager/memory_tests/
Dmemory_test_util.py39 for obj in gc.get_objects():
/external/libkmsxx/kms++/inc/kms++/
Dcard.h64 std::vector<DrmObject*> get_objects() const;
/external/tensorflow/tensorflow/python/framework/
Dpython_memory_checker.py46 all_objects = gc.get_objects()
Derrors_test.py38 objs = gc.get_objects()
Dtest_util.py125 collections.Counter([type(obj).__name__ for obj in gc.get_objects()]) -
774 id(obj) for obj in gc.get_objects() if _is_tensorflow_object(obj))
791 obj for obj in gc.get_objects()
/external/libkmsxx/kms++/src/
Dcard.cpp262 for (auto ob : get_objects()) { in setup()
333 std::vector<kms::DrmObject*> Card::get_objects() const in get_objects() function in kms::Card
/external/llvm-project/llvm/utils/Reviewing/
Dfind_interesting_reviews.py58 def get_objects(self): member in PhabObjectCache
363 reviews_cache.get_objects(), key=lambda r: -r.dateModified)
388 for user in users_cache.get_objects():
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dmemory_cleanup_test.py119 o for o in gc.get_objects() if isinstance(o, internal.NativeObject)
/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py142 live = [x for x in gc.get_objects()
/external/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py138 live = [x for x in gc.get_objects()
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py84 object_ids_before = {id(o) for o in gc.get_objects()}
88 o for o in gc.get_objects() if id(o) not in object_ids_before)
/external/python/cpython2/Doc/library/
Dgc.rst69 .. function:: get_objects()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a2.rst38 ``gc.get_objects`` can now receive an optional parameter indicating a
D3.5.2rc1.rst62 gc.get_objects() no longer contains a broken tuple with NULL pointer.
D3.6.0a1.rst73 gc.get_objects() no longer contains a broken tuple with NULL pointer.
/external/python/cpython3/Doc/library/
Dgc.rst66 .. function:: get_objects(generation=None)
/external/python/cpython2/Lib/test/
Dtest_descr.py1154 orig_objects = len(gc.get_objects())
1157 new_objects = len(gc.get_objects())
4849 for o in gc.get_objects():
/external/python/cpython3/Doc/whatsnew/
D3.8.rst820 :func:`~gc.get_objects` can now receive an optional *generation* parameter