HomeSort by relevance Sort by last modified time
    Searched defs:timefunc (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
reperf.py 7 timefunc(10, p.sub, "", s)
8 timefunc(10, p.split, s)
9 timefunc(10, p.findall, s)
11 def timefunc(n, func, *args, **kw): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
reperf.py 7 timefunc(10, p.sub, "", s)
8 timefunc(10, p.split, s)
9 timefunc(10, p.findall, s)
11 def timefunc(n, func, *args, **kw): function

Completed in 85 milliseconds