Searched defs:StartAction (Results 1 – 9 of 9) 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 | 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 | 129 StartAction(action *Action) methodSpec 197 StartAction(action *Action, counts Counts) methodSpec 330 func (d *toolStatus) StartAction(action *Action) { func
|
D | critical_path.go | 60 func (cp *criticalPath) StartAction(action *Action, counts Counts) { func
|
/build/soong/ui/terminal/ |
D | simple_status.go | 45 func (s *simpleStatusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
D | smart_status.go | 122 func (s *smartStatusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
/build/soong/ui/tracer/ |
D | status.go | 42 func (s *statusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 493 func (f *failureCount) StartAction(action *status.Action, counts status.Counts) {} func
|