HomeSort by relevance Sort by last modified time
    Searched refs:Repeat (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/go/linux-x86/src/os/
path_windows_test.go 20 veryLong := "l" + strings.Repeat("o", 248) + "ng"
  /prebuilts/go/linux-x86/src/strconv/
strconv_test.go 16 nextToOne = "1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1"
atof_test.go 149 {"2." + strings.Repeat("2", 4000) + "e+1", "22.22222222222222", nil},
159 {"1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1", "1.0000000000000002", nil},
171 {"1.000000059604644775390625" + strings.Repeat("0", 10000) + "1", "1.0000001", nil},
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 313 var benchmarkLongString = Repeat(" ", 100) + benchmarkString
917 a := Repeat(tt.in, tt.count)
918 if !equal("Repeat(s)", a, tt.out, t) {
919 t.Errorf("Repeat(%v, %d) = %v; want %v", tt.in, tt.count, a, tt.out)
925 func repeat(s string, count int) (err error) { func
937 Repeat(s, count)
959 err := repeat(tt.s, tt.count)
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 313 var benchmarkLongString = Repeat(" ", 100) + benchmarkString
917 a := Repeat(tt.in, tt.count)
918 if !equal("Repeat(s)", a, tt.out, t) {
919 t.Errorf("Repeat(%v, %d) = %v; want %v", tt.in, tt.count, a, tt.out)
925 func repeat(s string, count int) (err error) { func
937 Repeat(s, count)
959 err := repeat(tt.s, tt.count)
    [all...]
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 80 # specific Repeat, Conditional, Operator, etc. for 'while',
92 ("Repeat", "pythonRepeat", "keyword", looping),
  /external/skia/src/sfnt/
SkOTTable_glyf.h 87 Repeat,
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 134 buf.WriteString(`"` + strings.Repeat("x", 1000000) + `"` + "\n\n\n")
139 ones := strings.Repeat(" 1\n", 300000) + "\n\n\n"
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 134 buf.WriteString(`"` + strings.Repeat("x", 1000000) + `"` + "\n\n\n")
139 ones := strings.Repeat(" 1\n", 300000) + "\n\n\n"
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv_test.go 240 medName := strings.Repeat("CD", 50)
241 longName := strings.Repeat("AB", 100)
292 medName := strings.Repeat("CD", 50)
293 longName := strings.Repeat("AB", 100)
  /prebuilts/go/darwin-x86/src/go/types/
errors.go 59 strings.Repeat(". ", check.indent),
  /prebuilts/go/linux-x86/src/archive/tar/
strconv_test.go 240 medName := strings.Repeat("CD", 50)
241 longName := strings.Repeat("AB", 100)
292 medName := strings.Repeat("CD", 50)
293 longName := strings.Repeat("AB", 100)
  /prebuilts/go/linux-x86/src/go/types/
errors.go 59 strings.Repeat(". ", check.indent),
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump_test.go 134 Body: bytes.Repeat([]byte("a"), 8193),
141 strings.Repeat("a", 8193),
145 strings.Repeat("a", 8193),
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 149 {"2." + strings.Repeat("2", 4000) + "e+1", "22.22222222222222", nil},
159 {"1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1", "1.0000000000000002", nil},
171 {"1.000000059604644775390625" + strings.Repeat("0", 10000) + "1", "1.0000001", nil},
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump_test.go 134 Body: bytes.Repeat([]byte("a"), 8193),
141 strings.Repeat("a", 8193),
145 strings.Repeat("a", 8193),
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart_test.go 75 var longLine = strings.Repeat("\n\n\r\r\r\n\r\000", (1<<20)/8)
696 `+strings.Repeat("A", peekBufferSize-65)+"\n--00ffded004d4dd0fdf945fbdef9d9050cfd6a13a821846299b27fc71b9db--", "\n", "\r\n", -1),
699 strings.Repeat("A", peekBufferSize-65),
711 `+strings.Repeat("A", peekBufferSize-65)+"\n--00ffded004d4dd0fdf945fbdef9d9050cfd6a13a821846299b27fc71b9db--\n", "\n", "\r\n", -1),
714 strings.Repeat("A", peekBufferSize-65),
728 `+strings.Repeat("A", peekBufferSize)+"\n--aaaaaaaaaa00ffded004d4dd0fdf945fbdef9d9050cfd6a13a821846299b27fc71b9db--", "\n", "\r\n", -1),
731 strings.Repeat("A", peekBufferSize),
750 strings.Repeat("A", peekBufferSize-(len("\n--")+len("08b84578eabc563dcba967a945cdf0d9f613864a8f4a716f0e81caa71a74")+len("\r")+1)) +
760 strings.Repeat("A", peekBufferSize-(len("\n--")+len("08b84578eabc563dcba967a945cdf0d9f613864a8f4a716f0e81caa71a74")+len("\r")+1)),
829 body := strings.Repeat("a", maxSize
    [all...]
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 75 var longLine = strings.Repeat("\n\n\r\r\r\n\r\000", (1<<20)/8)
696 `+strings.Repeat("A", peekBufferSize-65)+"\n--00ffded004d4dd0fdf945fbdef9d9050cfd6a13a821846299b27fc71b9db--", "\n", "\r\n", -1),
699 strings.Repeat("A", peekBufferSize-65),
711 `+strings.Repeat("A", peekBufferSize-65)+"\n--00ffded004d4dd0fdf945fbdef9d9050cfd6a13a821846299b27fc71b9db--\n", "\n", "\r\n", -1),
714 strings.Repeat("A", peekBufferSize-65),
728 `+strings.Repeat("A", peekBufferSize)+"\n--aaaaaaaaaa00ffded004d4dd0fdf945fbdef9d9050cfd6a13a821846299b27fc71b9db--", "\n", "\r\n", -1),
731 strings.Repeat("A", peekBufferSize),
750 strings.Repeat("A", peekBufferSize-(len("\n--")+len("08b84578eabc563dcba967a945cdf0d9f613864a8f4a716f0e81caa71a74")+len("\r")+1)) +
760 strings.Repeat("A", peekBufferSize-(len("\n--")+len("08b84578eabc563dcba967a945cdf0d9f613864a8f4a716f0e81caa71a74")+len("\r")+1)),
829 body := strings.Repeat("a", maxSize
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
map_test.go 366 strings.Repeat("x", 128): "longval1",
367 strings.Repeat("y", 128): "longval2",
380 strings.Repeat("x", 128): "longval",
413 if _, repeat := found[v]; repeat {
414 t.Fatalf("repeat of value %d", v)
  /prebuilts/go/linux-x86/src/runtime/
map_test.go 366 strings.Repeat("x", 128): "longval1",
367 strings.Repeat("y", 128): "longval2",
380 strings.Repeat("x", 128): "longval",
413 if _, repeat := found[v]; repeat {
414 t.Fatalf("repeat of value %d", v)
  /external/llvm/test/MC/Mips/
oddspreg.s 18 # Repeat the -filetype=obj tests but this time use an empty assembly file. The
  /prebuilts/go/darwin-x86/src/bufio/
scan_test.go 407 s := strings.Repeat(" ", 4*smallMaxTokenSize) + word
490 s := NewScanner(strings.NewReader(strings.Repeat("\n", 1000)))
514 s := NewScanner(strings.NewReader(strings.Repeat("\n", 10000)))
528 text := strings.Repeat("x", 2*MaxScanTokenSize)
  /prebuilts/go/darwin-x86/src/encoding/hex/
hex_test.go 160 src := bytes.Repeat([]byte{2, 3, 5, 7, 9, 11, 13, 17}, size/8)
  /prebuilts/go/linux-x86/src/bufio/
scan_test.go 407 s := strings.Repeat(" ", 4*smallMaxTokenSize) + word
490 s := NewScanner(strings.NewReader(strings.Repeat("\n", 1000)))
514 s := NewScanner(strings.NewReader(strings.Repeat("\n", 10000)))
528 text := strings.Repeat("x", 2*MaxScanTokenSize)
  /prebuilts/go/linux-x86/src/encoding/hex/
hex_test.go 160 src := bytes.Repeat([]byte{2, 3, 5, 7, 9, 11, 13, 17}, size/8)

Completed in 840 milliseconds

1 23 4 5 6 7 8 9