Lines Matching refs:Manager
45 type Manager struct { struct
166 mgr := &Manager{
306 func (mgr *Manager) vmLoop() { argument
451 func (mgr *Manager) loadCorpus() { argument
527 func (mgr *Manager) runInstance(index int) (*Crash, error) { argument
581 func (mgr *Manager) emailCrash(crash *Crash) { argument
596 func (mgr *Manager) saveCrash(crash *Crash) bool { argument
677 func (mgr *Manager) needLocalRepro(crash *Crash) bool { argument
694 func (mgr *Manager) needRepro(crash *Crash) bool { argument
713 func (mgr *Manager) saveFailedRepro(desc string, stats *repro.Stats) { argument
736 func (mgr *Manager) saveRepro(res *repro.Result, stats *repro.Stats, hub bool) { argument
825 func (mgr *Manager) getMinimizedCorpus() (corpus, repros [][]byte) { argument
838 func (mgr *Manager) addNewCandidates(progs [][]byte) { argument
855 func (mgr *Manager) minimizeCorpus() { argument
888 func (mgr *Manager) Connect(a *rpctype.ConnectArgs, r *rpctype.ConnectRes) error { argument
911 func (mgr *Manager) Check(a *rpctype.CheckArgs, r *int) error { argument
946 func (mgr *Manager) NewInput(a *rpctype.NewInputArgs, r *int) error { argument
997 func (mgr *Manager) Poll(a *rpctype.PollArgs, r *rpctype.PollRes) error { argument
1066 func (mgr *Manager) collectUsedFiles() { argument
1096 func (mgr *Manager) checkUsedFiles() { argument
1112 func (mgr *Manager) dashboardReporter() { argument