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

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
merge-request.sh 184 bug_id=`${dryrun} $BUGZILLA_CMD --ensure-logged-in new \
200 if [ -z "$bug_id" ]; then
206 echo https://llvm.org/PR$bug_id
210 $BUGZILLA_CMD --ensure-logged-in modify -l "https://reviews.llvm.org/rL$r" $bug_id
  /external/autotest/site_utils/
diagnosis_utils.py 43 self.bug_id = None
54 ' bug_id={this.bug_id!r},'
67 if self.bug_id is not None:
69 format_dict['bug_url'] = reporting_utils.link_crbug(self.bug_id)
77 def add_bug_id(self, bug_id):
80 @param bug_id crbug id whose str() value is used in a crbug URL.
82 self.bug_id = bug_id
run_suite.py 570 @var bug_id Id of a bug to link to, or None.
601 self.bug_id, self.bug_count = bug_info
603 self.bug_id = None
610 if self.bug_id:
611 return reporting_utils.link_crbug(self.bug_id)
    [all...]
  /external/autotest/server/cros/dynamic_suite/
tools.py 281 _BUG_ID_KEYVAL = '-Bug_Id'
306 This method tries to extract bug_id and bug_count from the keyvals
307 of a suite. If for some reason it cannot retrieve the bug_id it will
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
328 bug_id = keyvals.get(keyval_base + _BUG_ID_KEYVAL)
329 if not bug_id:
331 bug_id = int(bug_id)
334 return bug_id, bug_coun
    [all...]
reporting_utils.py 312 def link_crbug(bug_id):
313 """Generate a bug link for the given bug_id.
315 @param bug_id: The id of the bug.
316 @return: A link, eg: https://crbug.com/<bug_id>.
318 return _CRBUG_URL % (bug_id,)
  /build/soong/third_party/zip/
android.go 203 // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7073588.
writer.go 374 // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7073588.
  /external/autotest/frontend/afe/
moblab_rpc_interface.py     [all...]

Completed in 2798 milliseconds