Searched defs:runcall (Results 1 – 5 of 5) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
| D | __init__.py | 70 def runcall(self, func, *args, **kw): member in Profile
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | cProfile.py | 146 def runcall(self, func, *args, **kw): member in Profile
|
| D | profile.py | 459 def runcall(self, func, *args, **kw): member in Profile
|
| D | bdb.py | 418 def runcall(self, func, *args, **kwds): member in Bdb
|
| D | pdb.py | 1247 def runcall(*args, **kwds): function
|