Home
last modified time | relevance | path

Searched refs:StatusOutput (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/ui/terminal/
H A Dstatus_test.go30 calls func(stat status.StatusOutput)
133 stat status.StatusOutput
172 func twoActions(stat status.StatusOutput) { argument
180 func twoParallelActions(stat status.StatusOutput) { argument
188 func actionsWithOutput(stat status.StatusOutput) { argument
200 func actionsWithOutputWithoutNewline(stat status.StatusOutput) { argument
212 func actionsWithError(stat status.StatusOutput) { argument
225 func actionWithEmptyDescription(stat status.StatusOutput) { argument
234 func actionsWithMessages(stat status.StatusOutput) { argument
249 func actionWithLongDescription(stat status.StatusOutput) { argument
[all …]
H A Dstatus.go29 …sOutput(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild bool) status.StatusOutput {
H A Dsimple_status.go32 func NewSimpleStatusOutput(w io.Writer, formatter formatter) status.StatusOutput {
H A Dsmart_status.go61 func NewSmartStatusOutput(w io.Writer, formatter formatter) status.StatusOutput {
/aosp12/build/soong/ui/status/
H A Dlog.go37 func NewVerboseLog(log logger.Logger, filename string) StatusOutput {
92 func NewErrorLog(log logger.Logger, filename string) StatusOutput {
158 func NewProtoErrorLog(log logger.Logger, filename string) StatusOutput {
208 func NewBuildProgressLog(log logger.Logger, filename string) StatusOutput {
H A Dstatus.go193 type StatusOutput interface { interface
222 outputs []StatusOutput
231 func (s *Status) AddOutput(output StatusOutput) { argument
H A Dcritical_path.go23 func NewCriticalPath(log logger.Logger) StatusOutput {
/aosp12/build/soong/ui/tracer/
H A Dstatus.go22 func (t *tracerImpl) StatusTracer() status.StatusOutput {
H A Dtracer.go51 StatusTracer() status.StatusOutput