Searched refs:BuilderPoll (Results 1 – 4 of 4) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | fix_test.go | 27 builderPollResp, _ := c.client.BuilderPoll(build1.Manager) 48 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) 74 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) 98 builderPollResp, _ := c.client.BuilderPoll(build1.Manager) 112 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) 124 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) 139 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) 159 builderPollResp, _ := c.client.BuilderPoll(build1.Manager) 179 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) 190 builderPollResp, _ = c.client.BuilderPoll(build1.Manager) [all …]
|
D | email_test.go | 336 builderPollResp, _ := c.client2.BuilderPoll(build.Manager)
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 100 func (dash *Dashboard) BuilderPoll(manager string) (*BuilderPollResp, error) { func
|
/external/syzkaller/syz-ci/ |
D | manager.go | 534 resp, err := mgr.dash.BuilderPoll(mgr.name)
|