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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hotshot.py 69 profiler.runcall(callable)
79 profiler.runcall(f, profiler)
  /external/python/cpython2/Lib/test/
test_hotshot.py 69 profiler.runcall(callable)
79 profiler.runcall(f, profiler)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py 69 profiler.runcall(callable)
79 profiler.runcall(f, profiler)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hotshot.py 69 profiler.runcall(callable)
79 profiler.runcall(f, profiler)
  /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/python/cpython3/Lib/
cProfile.py 106 def runcall(self, func, *args, **kw): member in class:Profile
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
  /external/python/cpython2/Lib/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 146 def runcall(self, func, *args, **kw): member in class:Profile

Completed in 2789 milliseconds

1 2