Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dstatus_test.go19 type counterOutput Counts type
21 func (c *counterOutput) StartAction(action *Action, counts Counts) {
22 *c = counterOutput(counts)
24 func (c *counterOutput) FinishAction(result ActionResult, counts Counts) {
25 *c = counterOutput(counts)
27 func (c counterOutput) Message(level MsgLevel, msg string) {}
28 func (c counterOutput) Flush() {}
30 func (c counterOutput) Write(p []byte) (int, error) {
35 func (c counterOutput) Expect(t *testing.T, counts Counts) {
57 counts := &counterOutput{}
[all …]
Dkati_test.go22 counterOutput anonMember
33 l.counterOutput.StartAction(a, c)
37 l.counterOutput.FinishAction(r, c)