HomeSort by relevance Sort by last modified time
    Searched full:timefunc (Results 1 - 4 of 4) 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
43 self.timefunc = timefunc
63 time = self.timefunc() + delay
105 timefunc = self.timefunc
109 now = timefunc()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
43 self.timefunc = timefunc
63 time = self.timefunc() + delay
105 timefunc = self.timefunc
109 now = timefunc()

Completed in 1856 milliseconds