Searched refs:CompilerID (Results 1 – 12 of 12) sorted by relevance
/external/syzkaller/syz-ci/ |
D | manager.go | 170 mgr.compilerID != latestInfo.CompilerID || 224 CompilerID string // compiler identity string (e.g. "gcc 7.1.1") member 260 CompilerID: mgr.compilerID, 519 CompilerID: info.CompilerID,
|
D | jobs.go | 113 CompilerID: mgr.compilerID,
|
/external/syzkaller/dashboard/app/ |
D | mail_test_result.txt | 26 {{end}}compiler: {{.CompilerID}}
|
D | reporting_email.go | 188 CompilerID string 212 CompilerID: rep.CompilerID,
|
D | mail_bug.txt | 12 compiler: {{.CompilerID}}
|
D | reporting_test.go | 50 CompilerID: "compiler1", 191 CompilerID: "compiler1",
|
D | api.go | 293 if len(req.CompilerID) > MaxStringLen { 294 return false, fmt.Errorf("Build.CompilerID is too long (%v)", len(req.CompilerID)) 313 CompilerID: req.CompilerID,
|
D | app_test.go | 186 CompilerID: fmt.Sprintf("compiler%v", id),
|
D | jobs.go | 392 CompilerID: build.CompilerID,
|
D | entities.go | 58 CompilerID string member
|
D | reporting.go | 254 CompilerID: build.CompilerID,
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 63 CompilerID string member 240 CompilerID string member
|