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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stones.py 9 benchtime, stones = p.runcall(test.pystone.pystones)
__init__.py 70 def runcall(self, func, *args, **kw): member in class:Profile
78 return self._prof.runcall(func, args, kw)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stones.py 9 benchtime, stones = p.runcall(test.pystone.pystones)
__init__.py 70 def runcall(self, func, *args, **kw): member in class:Profile
78 return self._prof.runcall(func, args, kw)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 69 profiler.runcall(callable)
79 profiler.runcall(f, profiler)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 69 profiler.runcall(callable)
79 profiler.runcall(f, profiler)
  /external/chromium_org/tools/grit/grit/
grit_runner.py 266 prof.runcall(toolobject.Run, options, args[1:])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
profile.py 450 def runcall(self, func, *args, **kw): member in class:Profile
pdb.py 28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1247 def runcall(*args, **kwds): function
    [all...]
bdb.py 431 def runcall(self, func, *args, **kwds): member in class:Bdb
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
profile.py 450 def runcall(self, func, *args, **kw): member in class:Profile
pdb.py 28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1247 def runcall(*args, **kwds): function
    [all...]
bdb.py 431 def runcall(self, func, *args, **kwds): member in class:Bdb

Completed in 583 milliseconds