Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dreporting.py452 AUTOFILED_COUNT = 'autofiled-count-' variable in Reporter
453 _PREDEFINED_LABELS = ['autofiled', '%s%d' % (AUTOFILED_COUNT, 1),
777 is_count_label = lambda l: l.startswith(self.AUTOFILED_COUNT)
780 count = int(label[len(self.AUTOFILED_COUNT):])
813 label_updates.append('%s%d' % (self.AUTOFILED_COUNT, new_count))
Dreporting_unittest.py340 return '%s%d' % (reporting.Reporter.AUTOFILED_COUNT, n)
433 [reporting.Reporter.AUTOFILED_COUNT + 'bogus',
/external/autotest/site_utils/
Dtest_push_unittest.py23 AUTOFILED_COUNT_2 = '%s2' % reporting.Reporter.AUTOFILED_COUNT