Home
last modified time | relevance | path

Searched refs:TRIM_TO_SIZE (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/
Dbug_detector_unittest.py106 constants.TRIM_TO_SIZE = 3
117 self.assertEqual(len(dtr.history), constants.TRIM_TO_SIZE)
Dbug_detector.py126 sorted_history[(num_history - constants.TRIM_TO_SIZE) :]
Dconstants_default.py211 TRIM_TO_SIZE = 50000 variable