Home
last modified time | relevance | path

Searched refs:Commits (Results 1 – 22 of 22) sorted by relevance

/external/syzkaller/dashboard/app/
Dfix_test.go70 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"}
Dapi.go187 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 …]
Dmain.go117 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)
Daccess.go148 if bug.Status == BugStatusFixed || len(bug.Commits) != 0 {
Dreporting.go449 if !reflect.DeepEqual(bug.Commits, cmd.FixCommits) {
450 bug.Commits = cmd.FixCommits
524 if len(bug.Commits) != 0 {
Demail_test.go342 build3.Commits = []string{"some: commit title"}
347 build4.Commits = []string{"some: commit title"}
Dentities.go83 Commits []string member
Daccess_test.go218 buildFixing.Commits = []string{ns + "-patch0"}
/external/syzkaller/dashboard/dashapi/
Ddashapi.go70 Commits []string // see BuilderPoll member
/external/autotest/docs/
Dtest-droid.md117 ### Advanced: Uploading Commits for Review
/external/skia/site/dev/testing/
Dautomated_testing.md75 Commits are listed by author, and the branch on which the commit was made is
/external/skqp/site/dev/testing/
Dautomated_testing.md75 Commits are listed by author, and the branch on which the commit was made is
/external/syzkaller/syz-ci/
Dmanager.go490 build.Commits = commitTitles
/external/llvm/docs/
Dindex.rst443 `Commits Archive (llvm-commits)`__
DDeveloperPolicy.rst273 Commits that violate these quality standards (e.g. are very broken) may be
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dindex.rst489 `Commits Archive (llvm-commits)`__
DDeveloperPolicy.rst275 Commits that violate these quality standards (e.g. are very broken) may be
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DGitHubMove.rst518 Commits are performed using `svn commit` or with the sequence `git commit` and
/external/python/cpython2/Doc/whatsnew/
D2.5.rst701 "Commits current transaction"
D2.6.rst386 "Commits current transaction"
/external/python/cpython3/Doc/whatsnew/
D2.5.rst702 "Commits current transaction"
D2.6.rst390 "Commits current transaction"