Home | History | Annotate | Download | only in bufio

Lines Matching refs:Repeat

932 		// which doesn't repeat too frequently.
1056 b0.WriteString(strings.Repeat("x", 1000))
1060 b0.WriteString(strings.Repeat("x", 200))
1064 io.Copy(b0, onlyReader{strings.NewReader(strings.Repeat("x", 30))})
1068 io.Copy(b0, onlyReader{strings.NewReader(strings.Repeat("x", 9))})
1075 b1.WriteString(strings.Repeat("x", 1200))
1080 b1.WriteString(strings.Repeat("x", 89))
1084 io.Copy(b1, onlyReader{strings.NewReader(strings.Repeat("x", 700))})
1088 io.Copy(b1, onlyReader{strings.NewReader(strings.Repeat("x", 600))})
1554 str := strings.Repeat("x", 16<<10)
1569 str := strings.Repeat("x", 1<<10)
1588 str := strings.Repeat("x", 50)