Searched defs:Message (Results 1 – 13 of 13) sorted by relevance
/build/soong/ui/status/ |
D | log.go | 78 func (v *verboseLog) Message(level MsgLevel, message string) { func 134 func (e *errorLog) Message(level MsgLevel, message string) { func 192 func (e *errorProtoLog) Message(level MsgLevel, message string) { func 231 func (b *buildProgressLog) Message(level MsgLevel, message string) { func 254 func writeToFile(pb proto.Message, outputPath string) (err error) {
|
D | status_test.go | 27 func (c counterOutput) Message(level MsgLevel, msg string) {} func
|
D | kati_test.go | 39 func (l *lastOutput) Message(level MsgLevel, msg string) { func
|
D | critical_path.go | 131 func (cp *criticalPath) Message(level MsgLevel, msg string) {} func
|
D | status.go | 206 Message(level MsgLevel, msg string) methodSpec
|
/build/soong/shared/ |
D | proto.go | 26 func Save(pb proto.Message, filepath string) (err error) {
|
/build/soong/cmd/symbols_map/ |
D | symbols_map.go | 151 func writeTextProto(output string, message proto.Message, writeIfChanged bool) error {
|
/build/soong/ui/terminal/ |
D | simple_status.go | 47 func (s *simpleStatusOutput) Message(level status.MsgLevel, message string) { func
|
D | smart_status.go | 110 func (s *smartStatusOutput) Message(level status.MsgLevel, message string) { func
|
/build/soong/ui/tracer/ |
D | status.go | 110 func (s *statusOutput) Message(level status.MsgLevel, message string) {} func
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 84 message Message { message
|
D | frontend.pb.go | 109 Message *Status_Message `protobuf:"bytes,6,opt,name=message" json:"message,omitempty"` member 595 Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` member
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 539 func (f *failureCount) Message(level status.MsgLevel, message string) { func
|