Home
last modified time | relevance | path

Searched refs:makeref (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_weakref.py237 def check_shared_without_callback(self, makeref): argument
239 p1 = makeref(o, None)
240 p2 = makeref(o, None)
243 p1 = makeref(o)
244 p2 = makeref(o, None)
247 p1 = makeref(o)
248 p2 = makeref(o)
251 p1 = makeref(o, None)
252 p2 = makeref(o)
643 def check_gc_during_creation(self, makeref): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py683 self.makeref()
689 self.makeref()
694 self.makeref()
707 def makeref(self): member in TexinfoParser