Searched refs:MsgLevel (Results 1 – 10 of 10) sorted by relevance
/aosp12/build/soong/ui/status/ |
H A D | status.go | 162 type MsgLevel int type 165 VerboseLvl MsgLevel = iota 171 func (l MsgLevel) Prefix() string { 206 Message(level MsgLevel, msg string) 292 func (s *Status) message(level MsgLevel, msg string) { argument
|
H A D | log.go | 78 func (v *verboseLog) Message(level MsgLevel, message string) { argument 134 func (e *errorLog) Message(level MsgLevel, message string) { argument 192 func (e *errorProtoLog) Message(level MsgLevel, message string) { argument 231 func (b *buildProgressLog) Message(level MsgLevel, message string) { argument
|
H A D | kati_test.go | 27 msgLevel MsgLevel 39 func (l *lastOutput) Message(level MsgLevel, msg string) { argument
|
H A D | critical_path.go | 131 func (cp *criticalPath) Message(level MsgLevel, msg string) {} argument
|
H A D | status_test.go | 27 func (c counterOutput) Message(level MsgLevel, msg string) {} argument
|
/aosp12/build/soong/ui/terminal/ |
H A D | simple_status.go | 39 func (s *simpleStatusOutput) Message(level status.MsgLevel, message string) { argument
|
H A D | format.go | 43 func (s formatter) message(level status.MsgLevel, message string) string { argument
|
H A D | smart_status.go | 105 func (s *smartStatusOutput) Message(level status.MsgLevel, message string) { argument
|
/aosp12/build/soong/ui/tracer/ |
H A D | status.go | 110 func (s *statusOutput) Message(level status.MsgLevel, message string) {} argument
|
/aosp12/build/soong/cmd/multiproduct_kati/ |
H A D | main.go | 501 func (f *failureCount) Message(level status.MsgLevel, message string) { argument
|