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 | 60 def _dedupe_files(summary, file_infos, max_result_size_KB): argument 81 def throttle(summary, max_result_size_KB): argument
|
D | delete_file_throttler.py | 42 def throttle(summary, max_result_size_KB, argument
|
D | zip_file_throttler.py | 104 def throttle(summary, max_result_size_KB, argument
|
D | throttler_lib.py | 133 def check_throttle_limit(summary, max_result_size_KB): argument
|
D | shrink_file_throttler.py | 150 def throttle(summary, max_result_size_KB, argument
|
D | utils.py | 260 def _throttle_results(summary, max_result_size_KB): argument
|
/external/autotest/client/common_lib/ |
D | base_job.py | 797 max_result_size_KB = _job_state.property_factory( variable in base_job
|