Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go536 type chattyPrinter struct { struct
537 w io.Writer
538 lastNameMu sync.Mutex // guards lastName
539 lastName string // last printed test name in chatty mode
540 json bool // -v=json output mode
551 func (p *chattyPrinter) prefix() string {
561 func (p *chattyPrinter) Updatef(testName, format string, args ...any) {
575 func (p *chattyPrinter) Printf(testName, format string, args ...any) {