Searched defs:StartAction (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/build/soong/ui/status/ |
H A D | log.go | 93 func (v *verboseLog) StartAction(action *Action, counts Counts) {} func 143 func (e *errorLog) StartAction(action *Action, counts Counts) {} func 205 func (e *errorProtoLog) StartAction(action *Action, counts Counts) {} func 254 func (b *buildProgressLog) StartAction(action *Action, counts Counts) { func
|
H A D | status.go | 139 StartAction(action *Action) methodSpec 207 StartAction(action *Action, counts Counts) methodSpec 351 func (d *toolStatus) StartAction(action *Action) { func
|
H A D | critical_path_logger.go | 40 func (cp *criticalPathLogger) StartAction(action *Action, counts Counts) { func
|
H A D | status_test.go | 21 func (c *counterOutput) StartAction(action *Action, counts Counts) { func
|
H A D | kati_test.go | 31 func (l *lastOutput) StartAction(a *Action, c Counts) { func
|
H A D | critical_path.go | 60 func (cp *CriticalPath) StartAction(action *Action) { func
|
/aosp_15_r20/build/soong/ui/terminal/ |
H A D | simple_status.go | 51 func (s *simpleStatusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
H A D | smart_status.go | 134 func (s *smartStatusOutput) StartAction(action *status.Action, counts status.Counts) { func
|
/aosp_15_r20/build/soong/ui/tracer/ |
H A D | status.go | 44 func (s *statusOutput) StartAction(action *status.Action, counts status.Counts) { func
|