Home
last modified time | relevance | path

Searched refs:smartStatusOutput (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/terminal/
Dsmart_status.go38 type smartStatusOutput struct { struct
69 s := &smartStatusOutput{
117 func (s *smartStatusOutput) Message(level status.MsgLevel, message string) { argument
134 func (s *smartStatusOutput) StartAction(action *status.Action, counts status.Counts) { argument
155 func (s *smartStatusOutput) FinishAction(result status.ActionResult, counts status.Counts) { argument
192 func (s *smartStatusOutput) Flush() { argument
232 func (s *smartStatusOutput) Write(p []byte) (int, error) { argument
239 func (s *smartStatusOutput) requestLine() { argument
246 func (s *smartStatusOutput) print(str string) { argument
257 func (s *smartStatusOutput) statusLine(str string) { argument
[all …]
Dstatus_test.go275 smartStat := stat.(*smartStatusOutput)
304 smartStat := stat.(*smartStatusOutput)
340 smartStat := stat.(*smartStatusOutput)
377 smartStat := stat.(*smartStatusOutput)
422 smartStat := stat.(*smartStatusOutput)