Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/status/
H A Dstatus_test.go19 type counterOutput Counts type
22 *c = counterOutput(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{}
105 counts := &counterOutput{}
133 counts := &counterOutput{}
[all …]
H A Dkati_test.go22 counterOutput anonMember
33 l.counterOutput.StartAction(a, c)
37 l.counterOutput.FinishAction(r, c)