Searched refs:ReportCrash (Results 1 – 9 of 9) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | fix_test.go | 25 c.client.ReportCrash(crash1) 64 c.client.ReportCrash(crash1) 78 c.client.ReportCrash(crash1) 83 c.client.ReportCrash(crash1) 96 c.client.ReportCrash(crash1) 129 c.client.ReportCrash(crash1) 143 c.client.ReportCrash(crash1) 157 c.client.ReportCrash(crash1) 194 c.client.ReportCrash(crash1) 217 c.client.ReportCrash(crash1) [all …]
|
D | repro_test.go | 24 resp, _ := c.client.ReportCrash(crash1) 32 resp, _ = c.client.ReportCrash(crash1) 41 resp, _ = c.client.ReportCrash(crash2) 47 resp, _ = c.client.ReportCrash(crash2) 52 resp, _ = c.client.ReportCrash(crash2) 70 resp, _ := c.client.ReportCrash(crash1) 89 resp, _ := c.client.ReportCrash(crash1) 99 resp, _ := c.client.ReportCrash(crash1) 107 resp, _ := c.client.ReportCrash(crash1) 130 resp, _ := c.client.ReportCrash(crash1) [all …]
|
D | reporting_test.go | 29 c.client.ReportCrash(crash1) 77 c.client.ReportCrash(crash1) 111 c.client.ReportCrash(crash1) 140 c.client.ReportCrash(crash1) 177 c.client.ReportCrash(crash2) 223 c.client.ReportCrash(testCrash(build, i)) 243 c.client.ReportCrash(crash1) 246 c.client.ReportCrash(crash2) 267 c.client.ReportCrash(crash2) 280 c.client.ReportCrash(crash2) [all …]
|
D | email_test.go | 25 c.client2.ReportCrash(crash) 122 c.client2.ReportCrash(crash) 255 c.client2.ReportCrash(crash) 351 c.client2.ReportCrash(crash) 372 c.client2.ReportCrash(crash) 404 c.client2.ReportCrash(crash1) 408 c.client2.ReportCrash(crash2) 422 c.client2.ReportCrash(crash2) 430 c.client2.ReportCrash(crash2) 448 c.client2.ReportCrash(crash1) [all …]
|
D | access_test.go | 192 client.ReportCrash(crashInvalid) 202 client.ReportCrash(crashFixed) 231 client.ReportCrash(crashOpen) 240 client.ReportCrash(crashPatched) 258 client.ReportCrash(crashDup)
|
D | app_test.go | 244 c.client.ReportCrash(crash1) 250 c.client.ReportCrash(crash2) 257 c.client.ReportCrash(crash)
|
D | jobs_test.go | 34 c.client2.ReportCrash(crash) 60 c.client2.ReportCrash(crash) 303 c.client2.ReportCrash(crash) 367 c.client2.ReportCrash(crash)
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 182 func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) { func
|
/external/syzkaller/syz-manager/ |
D | manager.go | 628 resp, err := mgr.dash.ReportCrash(dc) 783 if _, err := mgr.dash.ReportCrash(dc); err != nil {
|