/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cProfile.py | 39 def runctx(statement, globals, locals, filename=None, sort=-1): function 49 prof = prof.runctx(statement, globals, locals) 135 return self.runctx(cmd, dict, dict) 137 def runctx(self, cmd, globals, locals): member in Profile 192 runctx(code, globs, None, options.outfile, options.sort)
|
D | profile.py | 78 def runctx(statement, globals, locals, filename=None, sort=-1): function 86 prof = prof.runctx(statement, globals, locals) 447 return self.runctx(cmd, dict, dict) 449 def runctx(self, cmd, globals, locals): member in Profile 551 p.runctx('f(m)', globals(), locals()) 612 runctx(code, globs, None, options.outfile, options.sort)
|
D | trace.py | 515 def runctx(self, cmd, globals=None, locals=None): member in Trace 815 t.runctx(code, globs, globs)
|
D | bdb.py | 412 def runctx(self, cmd, globals, locals): member in Bdb
|
D | pdb.py | 1243 def runctx(statement, globals, locals): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | __init__.py | 58 return self.runctx(cmd, dict, dict) 60 def runctx(self, cmd, globals, locals): member in Profile
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_profile.py | 25 prof.runctx("testfunc()", globals(), locals()) 55 prof.runctx(stmt, globals(), locals())
|
D | test_trace.py | 198 self.tracer.runctx(code, globals(), vars())
|
D | regrtest.py | 560 tracer.runctx('runtest(test, verbose, quiet)',
|