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

  /external/autotest/server/cros/dynamic_suite/
tools.py 282 _BUG_COUNT_KEYVAL = '-Bug_Count'
306 This method tries to extract bug_id and bug_count from the keyvals
311 If it cannot retrieve the bug_count, it will return (int(bug_id), None)
315 If it retrieved both the bug_id and bug_count, we return a tuple of 2
332 bug_count = keyvals.get(keyval_base + _BUG_COUNT_KEYVAL)
333 bug_count = int(bug_count) if bug_count else None
334 return bug_id, bug_count
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 184 | <td class="Q">{bug_count}</td>
416 'bug_count': 0
418 current_type.update({'bug_count': current_type['bug_count'] + 1})
  /external/autotest/site_utils/
run_suite.py 575 self.bug_id, self.bug_count = bug_info
578 self.bug_count = None
593 if self.bug_count is None:
595 elif self.bug_count == 1:
598 bug_info = '%s reports' % self.bug_count
    [all...]

Completed in 287 milliseconds