Searched defs:max_result_size_KB (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/bin/result_tools/ |
D | dedupe_file_throttler.py | 54 def _dedupe_files(summary, file_infos, max_result_size_KB): argument 75 def throttle(summary, max_result_size_KB): argument
|
D | delete_file_throttler.py | 38 def throttle(summary, max_result_size_KB, argument
|
D | zip_file_throttler.py | 100 def throttle(summary, max_result_size_KB, argument
|
D | throttler_lib.py | 130 def check_throttle_limit(summary, max_result_size_KB): argument
|
D | shrink_file_throttler.py | 152 def throttle(summary, max_result_size_KB, argument
|
D | utils.py | 247 def _throttle_results(summary, max_result_size_KB): argument
|
/external/autotest/client/common_lib/ |
D | base_job.py | 788 max_result_size_KB = _job_state.property_factory( variable in base_job
|