Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Ddump_test.go29 type dumpTest struct { struct
31 Req *http.Request
32 GetReq func() *http.Request
34 Body any // optional []byte or func() io.ReadCloser to populate Req.Body
36 WantDump string
37 WantDumpOut string
38 MustError bool // if true, the test is expected to throw an error
39 NoBody bool // if true, set DumpRequest{,Out} body to false
/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp637 void SkOpAngle::dumpTest() const { in dumpTest() function in SkOpAngle