Home
last modified time | relevance | path

Searched refs:testJSONFilter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtestjson_test.go49 checkJSONFilterWith(t, want, func(f *testJSONFilter) {
57 checkJSONFilterWith(t, want, func(f *testJSONFilter) {
69 checkJSONFilterWith(t, want, func(f *testJSONFilter) {
74 func checkJSONFilterWith(t *testing.T, want string, write func(*testJSONFilter)) { argument
78 f := &testJSONFilter{w: out, variant: "variant"}
Dtestjson.go31 type testJSONFilter struct { struct
38 func (f *testJSONFilter) Write(b []byte) (int, error) { argument
66 func (f *testJSONFilter) Flush() { argument
74 func (f *testJSONFilter) process(line []byte) { argument
Dtest.go391 f := &testJSONFilter{w: stdout, variant: opts.variant}