HomeSort by relevance Sort by last modified time
    Searched defs:runctx (Results 1 - 25 of 41) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
__init__.py 58 return self.runctx(cmd, dict, dict)
60 def runctx(self, cmd, globals, locals): member in class:Profile
  /external/python/cpython2/Lib/hotshot/
__init__.py 58 return self.runctx(cmd, dict, dict)
60 def runctx(self, cmd, globals, locals): member in class:Profile
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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 42 __all__ = ["run", "runctx", "help", "Profile"]
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 class:Profile
551 p.runctx('f(m)', globals(), locals())
612 runctx(code, globs, None, options.outfile, options.sort)
trace.py 515 def runctx(self, cmd, globals=None, locals=None): member in class:Trace
815 t.runctx(code, globs, globs)
  /external/python/cpython2/Lib/
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)
  /external/python/cpython3/Lib/
cProfile.py 7 __all__ = ["run", "runctx", "Profile"]
18 def runctx(statement, globals, locals, filename=None, sort=-1): function
19 return _pyprofile._Utils(Profile).runctx(statement, globals, locals,
23 runctx.__doc__ = _pyprofile.runctx.__doc__
95 return self.runctx(cmd, dict, dict)
97 def runctx(self, cmd, globals, locals): member in class:Profile
153 runctx(code, globs, None, options.outfile, options.sort)
profile.py 33 __all__ = ["run", "runctx", "Profile"]
61 def runctx(self, statement, globals, locals, filename, sort): member in class:_Utils
64 prof.runctx(statement, globals, locals)
95 def runctx(statement, globals, locals, filename=None, sort=-1): function
101 return _Utils(Profile).runctx(statement, globals, locals, filename, sort)
418 return self.runctx(cmd, dict, dict)
420 def runctx(self, cmd, globals, locals): member in class:Profile
522 p.runctx('f(m)', globals(), locals())
582 runctx(code, globs, None, options.outfile, options.sort)
trace.py 461 self.runctx(cmd, dict, dict)
463 def runctx(self, cmd, globals=None, locals=None): member in class:Trace
730 t.runctx(code, globs, globs)
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/linux-x86/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)
  /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)
  /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)

Completed in 1214 milliseconds

1 2