Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/terminal/
H A Dsmart_status.go38 type smartStatusOutput struct { struct
62 s := &smartStatusOutput{
172 func (s *smartStatusOutput) Flush() {
210 func (s *smartStatusOutput) requestLine() {
217 func (s *smartStatusOutput) print(str string) {
228 func (s *smartStatusOutput) statusLine(str string) {
272 func (s *smartStatusOutput) stopActionTableTick() {
277 func (s *smartStatusOutput) startSigwinch() {
294 func (s *smartStatusOutput) stopSigwinch() {
299 func (s *smartStatusOutput) updateTermSize() {
[all …]
H A Dstatus_test.go273 smartStat := stat.(*smartStatusOutput)