Searched defs:get_timeout (Results 1 – 2 of 2) sorted by relevance
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | decorators.py | 77 get_timeout = lambda *a, **kw: kw['timeout'] function 94 get_timeout = lambda *a, **kw: kw['timeout'] function 115 get_timeout = lambda *a, **kw: timeout function 138 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout) function 166 def get_timeout(inst, *_args, **kwargs): function
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | decorators.py | 77 get_timeout = lambda *a, **kw: kw['timeout'] function 94 get_timeout = lambda *a, **kw: kw['timeout'] function 115 get_timeout = lambda *a, **kw: timeout function 138 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout) function 166 def get_timeout(inst, *_args, **kwargs): function
|