Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dreporting.py406 AUTOFILED_COUNT = 'autofiled-count-' variable in Reporter
407 _PREDEFINED_LABELS = ['autofiled', '%s%d' % (AUTOFILED_COUNT, 1),
729 is_count_label = lambda l: l.startswith(self.AUTOFILED_COUNT)
732 count = int(label[len(self.AUTOFILED_COUNT):])
765 label_updates.append('%s%d' % (self.AUTOFILED_COUNT, new_count))
Dreporting_unittest.py321 return '%s%d' % (reporting.Reporter.AUTOFILED_COUNT, n)
412 [reporting.Reporter.AUTOFILED_COUNT + 'bogus',
/external/autotest/site_utils/
Dtest_push_unittest.py19 AUTOFILED_COUNT_2 = '%s2' % reporting.Reporter.AUTOFILED_COUNT
Dtest_push.py461 if not ('%s2' % reporter.AUTOFILED_COUNT) in issue.labels: