Home
last modified time | relevance | path

Searched refs:ReportCrash (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/dashboard/app/
Dfix_test.go25 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 …]
Drepro_test.go24 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 …]
Dreporting_test.go29 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 …]
Demail_test.go25 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 …]
Daccess_test.go192 client.ReportCrash(crashInvalid)
202 client.ReportCrash(crashFixed)
231 client.ReportCrash(crashOpen)
240 client.ReportCrash(crashPatched)
258 client.ReportCrash(crashDup)
Dapp_test.go244 c.client.ReportCrash(crash1)
250 c.client.ReportCrash(crash2)
257 c.client.ReportCrash(crash)
Djobs_test.go34 c.client2.ReportCrash(crash)
60 c.client2.ReportCrash(crash)
303 c.client2.ReportCrash(crash)
367 c.client2.ReportCrash(crash)
/external/syzkaller/dashboard/dashapi/
Ddashapi.go182 func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) { func
/external/syzkaller/syz-manager/
Dmanager.go628 resp, err := mgr.dash.ReportCrash(dc)
783 if _, err := mgr.dash.ReportCrash(dc); err != nil {