Home
last modified time | relevance | path

Searched defs:MsgLevel (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/ui/status/
H A Dlog.go78 func (v *verboseLog) Message(level MsgLevel, message string) {
134 func (e *errorLog) Message(level MsgLevel, message string) {
192 func (e *errorProtoLog) Message(level MsgLevel, message string) {
231 func (b *buildProgressLog) Message(level MsgLevel, message string) {
H A Dstatus_test.go27 func (c counterOutput) Message(level MsgLevel, msg string) {}
H A Dkati_test.go39 func (l *lastOutput) Message(level MsgLevel, msg string) {
H A Dstatus.go162 type MsgLevel int type
292 func (s *Status) message(level MsgLevel, msg string) {
H A Dcritical_path.go131 func (cp *criticalPath) Message(level MsgLevel, msg string) {}
/aosp12/build/soong/ui/terminal/
H A Dformat.go43 func (s formatter) message(level status.MsgLevel, message string) string {
H A Dsimple_status.go39 func (s *simpleStatusOutput) Message(level status.MsgLevel, message string) {
H A Dsmart_status.go105 func (s *smartStatusOutput) Message(level status.MsgLevel, message string) {
/aosp12/build/soong/ui/tracer/
H A Dstatus.go110 func (s *statusOutput) Message(level status.MsgLevel, message string) {}
/aosp12/build/soong/cmd/multiproduct_kati/
H A Dmain.go501 func (f *failureCount) Message(level status.MsgLevel, message string) {