Searched defs:StartAction (Results 1 – 10 of 10) sorted by relevance
/build/soong/ui/status/ |
D | log.go | 55 func (v *verboseLog) StartAction(action *Action, counts Counts) {} func 105 func (e *errorLog) StartAction(action *Action, counts Counts) {} func 167 func (e *errorProtoLog) StartAction(action *Action, counts Counts) {} func 216 func (b *buildProgressLog) StartAction(action *Action, counts Counts) { func
|
D | critical_path_logger.go | 40 func (cp *criticalPathLogger) StartAction(action *Action, counts Counts) { func
|
D | status_test.go | 21 func (c *counterOutput) StartAction(action *Action, counts Counts) { func
|
D | kati_test.go | 31 func (l *lastOutput) StartAction(a *Action, c Counts) { func
|
D | status.go | 139 StartAction(action *Action) methodSpec 207 StartAction(action *Action, counts Counts) methodSpec 351 func (d *toolStatus) StartAction(action *Action) { func
|
D | critical_path.go | 60 func (cp *CriticalPath) StartAction(action *Action) { func
|
/build/soong/ui/terminal/ |
D | simple_status.go | 51 func (s *simpleStatusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
D | smart_status.go | 134 func (s *smartStatusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
/build/soong/ui/tracer/ |
D | status.go | 44 func (s *statusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 563 func (f *failureCount) StartAction(action *status.Action, counts status.Counts) {} func
|