Home
last modified time | relevance | path

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

/external/libkmsxx/kms++/src/
Dcard.cpp100 for (auto ob : get_objects()) { in Card()
165 const vector<DrmObject*> Card::get_objects() const in get_objects() function in kms::Card
/external/libkmsxx/kms++/inc/kms++/
Dcard.h46 const std::vector<DrmObject*> get_objects() const;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/
Dfind_interesting_reviews.py55 def get_objects(self): member in PhabObjectCache
360 reviews_cache.get_objects(), key=lambda r: -r.dateModified)
385 for user in users_cache.get_objects():
/external/tensorflow/tensorflow/python/framework/
Derrors_test.py38 objs = gc.get_objects()
Dtest_util.py533 previous_count = len(gc.get_objects())
561 new_count = len(gc.get_objects())
606 id(obj) for obj in gc.get_objects() if _is_tensorflow_object(obj))
623 obj for obj in gc.get_objects()
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py561 refs_before = set(id(obj) for obj in gc.get_objects())
564 objs_after = [obj for obj in gc.get_objects() if id(obj) not in refs_before]
/external/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py136 live = [x for x in gc.get_objects()
/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py142 live = [x for x in gc.get_objects()
/external/python/cpython2/Doc/library/
Dgc.rst69 .. function:: get_objects()
/external/python/cpython3/Doc/library/
Dgc.rst66 .. function:: get_objects()
/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/Lib/test/
Dtest_descr.py1263 orig_objects = len(gc.get_objects())
1266 new_objects = len(gc.get_objects())
4641 for o in gc.get_objects():
/external/python/cpython3/Misc/NEWS.d/
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.