/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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()
|
/system/connectivity/shill/test-scripts/ |
stability | 57 self._start = self._scheduler.timefunc()
|