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

12 3 4 5 6 7 8 9

  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 118 want.WriteString(strings.Repeat(abc, 60))
122 want.WriteString(strings.Repeat(fox, 10))
126 want.WriteString(strings.Repeat(".", 10))
130 want.WriteString(strings.Repeat(strings.ToUpper(poem), 8))
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
pool_test.go 15 // Repeat so that at least one iteration gets reuse.
  /prebuilts/go/darwin-x86/src/html/template/
transition_test.go 50 html := strings.Repeat(h1, 100) + h2 + strings.Repeat(h1, 100) + h2
  /prebuilts/go/linux-x86/src/html/template/
transition_test.go 50 html := strings.Repeat(h1, 100) + h2 + strings.Repeat(h1, 100) + h2
  /prebuilts/go/darwin-x86/test/bench/go1/
gzip_test.go 18 jsongunz = bytes.Repeat(jsonbytes, 10)
  /prebuilts/go/linux-x86/test/bench/go1/
gzip_test.go 18 jsongunz = bytes.Repeat(jsonbytes, 10)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5162.go 76 src = strings.Replace(src, "ONES", "1"+strings.Repeat(", 1", i-1), -1)
77 src = strings.Replace(src, "TWOS", "2"+strings.Repeat(", 2", i-1), -1)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 76 src = strings.Replace(src, "ONES", "1"+strings.Repeat(", 1", i-1), -1)
77 src = strings.Replace(src, "TWOS", "2"+strings.Repeat(", 2", i-1), -1)
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 11 // The encoding is a simple Lempel-Ziv program, with codes to emit literal bits and to repeat the
18 // 10000000 n c: repeat the previous n bits c times; n, c are varints
19 // 1nnnnnnn c: repeat the previous n bits c times; c is a varint
36 // make a sequence of Ptr, Advance, Repeat, and Append calls
103 // use a Repeat to describe c elements of n bits each,
108 // since there's nothing to repeat, but also if the total
112 // the repeat size and one for the repeat count.
116 // Repeat emits an instruction to repeat the descriptio
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
string_test.go 166 want := "panic: " + strings.Repeat("0", 1<<10) + strings.Repeat("1", 1<<10) +
167 strings.Repeat("2", 1<<10) + strings.Repeat("3", 1<<10)
174 s := strings.Repeat("x", sizeNoStack)
237 s := strings.Repeat("x", sizeNoStack)
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 11 // The encoding is a simple Lempel-Ziv program, with codes to emit literal bits and to repeat the
18 // 10000000 n c: repeat the previous n bits c times; n, c are varints
19 // 1nnnnnnn c: repeat the previous n bits c times; c is a varint
36 // make a sequence of Ptr, Advance, Repeat, and Append calls
103 // use a Repeat to describe c elements of n bits each,
108 // since there's nothing to repeat, but also if the total
112 // the repeat size and one for the repeat count.
116 // Repeat emits an instruction to repeat the descriptio
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
string_test.go 166 want := "panic: " + strings.Repeat("0", 1<<10) + strings.Repeat("1", 1<<10) +
167 strings.Repeat("2", 1<<10) + strings.Repeat("3", 1<<10)
174 s := strings.Repeat("x", sizeNoStack)
237 s := strings.Repeat("x", sizeNoStack)
  /external/brotli/go/cbrotli/
cbrotli_test.go 174 content := bytes.Repeat([]byte("hello world!"), 10000)
196 content := bytes.Repeat([]byte("hello world!"), 10000)
214 content := bytes.Repeat([]byte("hello world!"), 100)
227 content := bytes.Repeat([]byte("hello world!"), 100)
246 input := bytes.Repeat(test.data, test.repeats)
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 655 {t11 + t21 + strings.Repeat("\x00", 512),
769 input: strings.Repeat("\x00", 512),
773 input: strings.Repeat("\x00", 511) + "\n",
777 input: strings.Repeat("\n", 512),
781 input: "0\n" + strings.Repeat("\x00", 510) + strings.Repeat("a", 512),
785 input: strings.Repeat("0", 512) + "0\n" + strings.Repeat("\x00", 510),
789 input: strings.Repeat("0", 1024) + "1\n2\n3\n" + strings.Repeat("\x00", 506)
    [all...]
writer_test.go 133 contents: strings.Repeat("\x00", 4<<10),
146 Name: strings.Repeat("longname/", 15) + "16gig.txt",
157 contents: strings.Repeat("\x00", 4<<10),
171 Name: strings.Repeat("longname/", 15) + "file.txt",
269 longName := strings.Repeat("ab", 100)
270 contents := strings.Repeat(" ", int(hdr.Size))
310 longLinkname := strings.Repeat("1234567890/1234567890", 10)
359 contents := strings.Repeat(" ", int(hdr.Size))
441 contents := strings.Repeat(" ", int(hdr.Size))
518 fileName := strings.Repeat("ab", 100
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 655 {t11 + t21 + strings.Repeat("\x00", 512),
769 input: strings.Repeat("\x00", 512),
773 input: strings.Repeat("\x00", 511) + "\n",
777 input: strings.Repeat("\n", 512),
781 input: "0\n" + strings.Repeat("\x00", 510) + strings.Repeat("a", 512),
785 input: strings.Repeat("0", 512) + "0\n" + strings.Repeat("\x00", 510),
789 input: strings.Repeat("0", 1024) + "1\n2\n3\n" + strings.Repeat("\x00", 506)
    [all...]
writer_test.go 133 contents: strings.Repeat("\x00", 4<<10),
146 Name: strings.Repeat("longname/", 15) + "16gig.txt",
157 contents: strings.Repeat("\x00", 4<<10),
171 Name: strings.Repeat("longname/", 15) + "file.txt",
269 longName := strings.Repeat("ab", 100)
270 contents := strings.Repeat(" ", int(hdr.Size))
310 longLinkname := strings.Repeat("1234567890/1234567890", 10)
359 contents := strings.Repeat(" ", int(hdr.Size))
441 contents := strings.Repeat(" ", int(hdr.Size))
518 fileName := strings.Repeat("ab", 100
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn_test.go 186 bytes.Repeat([]byte("x"), recordSizeBoostThreshold),
187 bytes.Repeat([]byte("y"), maxPlaintext*2),
188 bytes.Repeat([]byte("z"), maxPlaintext),
  /prebuilts/go/linux-x86/src/crypto/tls/
conn_test.go 186 bytes.Repeat([]byte("x"), recordSizeBoostThreshold),
187 bytes.Repeat([]byte("y"), maxPlaintext*2),
188 bytes.Repeat([]byte("z"), maxPlaintext),
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.c     [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 85 namespace Repeat {
  /prebuilts/go/darwin-x86/src/mime/multipart/
writer_test.go 93 {strings.Repeat("x", 69), true},
94 {strings.Repeat("x", 70), false},
  /prebuilts/go/linux-x86/src/mime/multipart/
writer_test.go 93 {strings.Repeat("x", 69), true},
94 {strings.Repeat("x", 70), false},
  /prebuilts/go/darwin-x86/src/os/
path_windows_test.go 20 veryLong := "l" + strings.Repeat("o", 248) + "ng"
  /prebuilts/go/darwin-x86/src/strconv/
strconv_test.go 16 nextToOne = "1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1"

Completed in 826 milliseconds

12 3 4 5 6 7 8 9