Home | History | Annotate | Download | only in layout_package

Lines Matching defs:TIMES

120     TIMES = "times"
195 # For now we only include the times as this is only used for treemaps and
506 if self.TIMES in thisTest:
507 self._insert_item_run_length_encoded(time, thisTest[self.TIMES])
509 thisTest[self.TIMES] = [[1, time]]
524 results_and_times[self.TIMES] = []
560 test[self.TIMES] = self._remove_items_over_max_number_of_builds(
561 test[self.TIMES])
567 max_time = max([time[1] for time in test[self.TIMES]])