Searched refs:Commits (Results 1 – 22 of 22) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | fix_test.go | 70 build2.Commits = []string{"foo: fix the crash"} 120 build2.Commits = []string{"bar: prepare for fixing"} 135 build3.Commits = []string{"foo: fix the crash", "bar: prepare for fixing"} 186 build2.Commits = []string{"a wrong one"} 200 build3.Commits = []string{"the right one"} 248 build3.Commits = []string{"foo: fix the crash"} 267 build4.Commits = []string{"foo: fix the crash"} 309 build3.Commits = []string{"foo: fix the crash"} 335 build4.Commits = []string{"the right one"} 353 build5.Commits = []string{"the right one"}
|
D | api.go | 187 if len(bug.Commits) == 0 { 195 for _, com := range bug.Commits { 248 if len(req.Commits) != 0 || len(req.FixCommits) != 0 { 249 if err := addCommitsToBugs(c, ns, req.Manager, req.Commits, req.FixCommits); err != nil { 371 if canon.Status == BugStatusOpen && len(bug.Commits) == 0 { 397 if len(fixCommits) != 0 && !reflect.DeepEqual(bug.Commits, fixCommits) { 398 bug.Commits = fixCommits 446 if len(fixCommits) != 0 && !reflect.DeepEqual(bug.Commits, fixCommits) { 452 if len(bug.Commits) == 0 || stringInList(bug.PatchedOn, manager) { 455 for _, com := range bug.Commits { [all …]
|
D | main.go | 117 Commits string member 398 } else if uiBug.Commits != "" { 584 if len(bug.Commits) != 0 { 585 uiBug.Commits = bug.Commits[0] 586 if len(bug.Commits) > 1 { 587 uiBug.Commits = fmt.Sprintf("%q", bug.Commits)
|
D | access.go | 148 if bug.Status == BugStatusFixed || len(bug.Commits) != 0 {
|
D | reporting.go | 449 if !reflect.DeepEqual(bug.Commits, cmd.FixCommits) { 450 bug.Commits = cmd.FixCommits 524 if len(bug.Commits) != 0 {
|
D | email_test.go | 342 build3.Commits = []string{"some: commit title"} 347 build4.Commits = []string{"some: commit title"}
|
D | entities.go | 83 Commits []string member
|
D | access_test.go | 218 buildFixing.Commits = []string{ns + "-patch0"}
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 70 Commits []string // see BuilderPoll member
|
/external/autotest/docs/ |
D | test-droid.md | 117 ### Advanced: Uploading Commits for Review
|
/external/skia/site/dev/testing/ |
D | automated_testing.md | 75 Commits are listed by author, and the branch on which the commit was made is
|
/external/skqp/site/dev/testing/ |
D | automated_testing.md | 75 Commits are listed by author, and the branch on which the commit was made is
|
/external/syzkaller/syz-ci/ |
D | manager.go | 490 build.Commits = commitTitles
|
/external/llvm/docs/ |
D | index.rst | 443 `Commits Archive (llvm-commits)`__
|
D | DeveloperPolicy.rst | 273 Commits that violate these quality standards (e.g. are very broken) may be
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | index.rst | 489 `Commits Archive (llvm-commits)`__
|
D | DeveloperPolicy.rst | 275 Commits that violate these quality standards (e.g. are very broken) may be
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/ |
D | GitHubMove.rst | 518 Commits are performed using `svn commit` or with the sequence `git commit` and
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 701 "Commits current transaction"
|
D | 2.6.rst | 386 "Commits current transaction"
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 702 "Commits current transaction"
|
D | 2.6.rst | 390 "Commits current transaction"
|