HomeSort by relevance Sort by last modified time
    Searched refs:runctx (Results 1 - 19 of 19) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 58 return self.runctx(cmd, dict, dict)
60 def runctx(self, cmd, globals, locals): member in class:Profile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 58 return self.runctx(cmd, dict, dict)
60 def runctx(self, cmd, globals, locals): member in class:Profile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
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 class:Profile
192 runctx(code, globs, None, options.outfile, options.sort)
profile.py 33 __all__ = ["run", "runctx", "help", "Profile"]
69 def runctx(statement, globals, locals, filename=None, sort=-1): function
77 prof = prof.runctx(statement, globals, locals)
438 return self.runctx(cmd, dict, dict)
440 def runctx(self, cmd, globals, locals): member in class:Profile
542 p.runctx('f(m)', globals(), locals())
603 runctx(code, globs, None, options.outfile, options.sort)
trace.py 505 self.runctx(cmd, dict, dict)
507 def runctx(self, cmd, globals=None, locals=None): member in class:Trace
807 t.runctx(code, globs, globs)
bdb.py 425 def runctx(self, cmd, globals, locals): member in class:Bdb
pdb.py 28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1243 def runctx(statement, globals, locals): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
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 class:Profile
192 runctx(code, globs, None, options.outfile, options.sort)
profile.py 33 __all__ = ["run", "runctx", "help", "Profile"]
69 def runctx(statement, globals, locals, filename=None, sort=-1): function
77 prof = prof.runctx(statement, globals, locals)
438 return self.runctx(cmd, dict, dict)
440 def runctx(self, cmd, globals, locals): member in class:Profile
542 p.runctx('f(m)', globals(), locals())
603 runctx(code, globs, None, options.outfile, options.sort)
trace.py 505 self.runctx(cmd, dict, dict)
507 def runctx(self, cmd, globals=None, locals=None): member in class:Trace
807 t.runctx(code, globs, globs)
bdb.py 425 def runctx(self, cmd, globals, locals): member in class:Bdb
pdb.py 28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1243 def runctx(statement, globals, locals): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 25 prof.runctx("testfunc()", globals(), locals())
55 prof.runctx(stmt, globals(), locals())
test_trace.py 190 """A simple sanity test of line-counting, via runctx (exec)"""
198 self.tracer.runctx(code, globals(), vars())
regrtest.py 563 tracer.runctx('runtest(test, verbose, quiet)',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 25 prof.runctx("testfunc()", globals(), locals())
55 prof.runctx(stmt, globals(), locals())
test_trace.py 190 """A simple sanity test of line-counting, via runctx (exec)"""
198 self.tracer.runctx(code, globals(), vars())
regrtest.py 563 tracer.runctx('runtest(test, verbose, quiet)',
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 139 profile.runctx(
156 profiler.runctx(

Completed in 1966 milliseconds