Home
last modified time | relevance | path

Searched defs:runctx (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DcProfile.py39 def runctx(statement, globals, locals, filename=None, sort=-1): function
137 def runctx(self, cmd, globals, locals): member in Profile
Dprofile.py78 def runctx(statement, globals, locals, filename=None, sort=-1): function
449 def runctx(self, cmd, globals, locals): member in Profile
Dtrace.py515 def runctx(self, cmd, globals=None, locals=None): member in Trace
Dbdb.py412 def runctx(self, cmd, globals, locals): member in Bdb
Dpdb.py1243 def runctx(statement, globals, locals): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
D__init__.py60 def runctx(self, cmd, globals, locals): member in Profile