Searched refs:static_var (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/atest/metrics/ |
D | metrics_utils.py | 29 def static_var(varname, value): function 38 @static_var("start_time", [])
|
/tools/asuite/atest/metrics/ |
D | metrics_utils.py | 29 def static_var(varname, value): function 38 @static_var("start_time", [])
|
/tools/tradefederation/core/atest/ |
D | atest_decorator.py | 19 def static_var(varname, value): function
|
D | atest_utils.py | 263 @atest_decorator.static_var("cached_has_colors", {})
|
/tools/asuite/atest/ |
D | atest_decorator.py | 19 def static_var(varname, value): function
|
D | atest_utils.py | 268 @atest_decorator.static_var("cached_has_colors", {})
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 346 @atest_decorator.static_var("cached_ignore_dirs", [])
|
/tools/tradefederation/core/atest/test_finders/ |
D | test_finder_utils.py | 340 @atest_decorator.static_var("cached_ignore_dirs", [])
|