HomeSort by relevance Sort by last modified time
    Searched refs:dedupe_file_throttler (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/bin/result_tools/
dedupe_file_throttler_unittest.py 12 from autotest_lib.client.bin.result_tools import dedupe_file_throttler
21 """Test class for dedupe_file_throttler.throttle method."""
37 if (i < dedupe_file_throttler.OLDEST_FILES_TO_KEEP_COUNT or
38 i >= 6 - dedupe_file_throttler.NEWEST_FILES_TO_KEEP_COUNT):
60 if (i < dedupe_file_throttler.OLDEST_FILES_TO_KEEP_COUNT or
61 i >= 10 - dedupe_file_throttler.NEWEST_FILES_TO_KEEP_COUNT):
73 dedupe_file_throttler.throttle(
utils.py 42 import dedupe_file_throttler
270 (dedupe_file_throttler, copy.copy(args)),

Completed in 104 milliseconds