Lines Matching defs:env
52 type env struct { struct
53 cfg *Config
54 repo vcs.Repo
55 head *vcs.Commit
56 inst *instance.Env
57 numTests int
58 buildTime time.Duration
59 testTime time.Duration
101 func (env *env) bisect() (*vcs.Commit, error) {
149 func (env *env) commitRange() (*vcs.Commit, string, string, error) {
156 func (env *env) commitRangeForFix() (*vcs.Commit, string, string, error) {
171 func (env *env) commitRangeForBug() (*vcs.Commit, string, string, error) {
213 func (env *env) test() (vcs.BisectResult, error) {
263 func (env *env) processResults(current *vcs.Commit, results []error) (bad, good int) {
310 func (env *env) buildEnvForCommit(commit string) (*buildEnv, error) {
336 func (env *env) saveDebugFile(hash string, idx int, data []byte) {
343 func (env *env) log(msg string, args ...interface{}) {