Searched refs:bugID (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/scan-view/share/ |
D | Reporter.py | 232 bugID,message = values 233 bugID = int(bugID) 235 if not bugID: 238 return "Filed: <a href=\"rdar://%d/\">%d</a>"%(bugID,bugID)
|
/external/syzkaller/pkg/email/ |
D | parser.go | 55 bugID := "" 77 if bugID == "" { 78 bugID = context 108 BugID: bugID,
|
/external/syzkaller/dashboard/app/ |
D | access_test.go | 80 bugID := bugKeyHash(bug.Namespace, bug.Title, bug.Seq) 84 ref: bugID, 85 url: fmt.Sprintf("/bug?id=%v", bugID),
|
D | jobs.go | 23 func handleTestRequest(c context.Context, bugID, user, extID, link, patch, repo, branch string, argument 26 bugID, user, extID, len(patch), repo, branch) 33 bug, bugKey, err := findBugByReportingID(c, bugID) 42 bugReporting, _ := bugReportingByID(bug, bugID)
|