Home | History | Annotate | Download | only in csource

Lines Matching refs:Repeat

20 	Repeat      bool   `json:"repeat,omitempty"`
21 RepeatTimes int `json:"repeat_times,omitempty"` // if non-0, repeat that many times
56 if !opts.Repeat {
59 return errors.New("Procs>1 without Repeat")
62 return errors.New("ResetNet without Repeat")
65 return errors.New("RepeatTimes without Repeat")
123 Repeat: true,
166 "{Threaded:%t Collide:%t Repeat:%t Procs:%d Sandbox:%s"+
169 &opts.Threaded, &opts.Collide, &opts.Repeat, &opts.Procs, &opts.Sandbox,
182 "{Threaded:%t Collide:%t Repeat:%t Procs:%d Sandbox:%s"+
185 &opts.Threaded, &opts.Collide, &opts.Repeat, &opts.Procs, &opts.Sandbox,