Lines Matching refs:context
71 context.Context
310 Context: context.Background(),
1455 func (c *Context) resolveDependencies(ctx context.Context, config interface{}) (deps []string, errs…
1456 pprof.Do(ctx, pprof.Labels("blueprint", "ResolveDependencies"), func(ctx context.Context) {
2039 pprof.Do(c.Context, pprof.Labels("blueprint", "PrepareBuildActions"), func(ctx context.Context) {
2096 func (c *Context) runMutators(ctx context.Context, config interface{}) (deps []string, errs []error…
2099 pprof.Do(ctx, pprof.Labels("blueprint", "runMutators"), func(ctx context.Context) {
2104 pprof.Do(ctx, pprof.Labels("mutator", mutator.name), func(context.Context) {
2210 context: c,
2473 context: c,
2541 context: c,
3204 pprof.Do(c.Context, pprof.Labels("blueprint", "WriteBuildFile"), func(ctx context.Context) {