Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dsplice_linux_test.go52 type spliceTestCase struct { struct
53 upNet, downNet string
55 chunkSize, totalSize int
56 limitReadSize int
59 func (tc spliceTestCase) test(t *testing.T) {
167 func (tc spliceTestCase) testFile(t *testing.T) {
411 func (tc spliceTestCase) bench(b *testing.B) {