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

1 2 34 5 6 7 8 9

  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 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))})
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 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))})
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 178 list.AddRange( Enumerable.Repeat( default( T ), size - list.Count ) );
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 161 s = strings.Repeat("0", n) + s
192 sn += strings.Repeat("0", maxNanoSecondDigits-len(sn)) // Right pad
  /prebuilts/go/darwin-x86/src/encoding/gob/
timing_test.go 44 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
53 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 313 "long:2." + strings.Repeat("2", 4000) + "e+1",
323 "long:1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1",
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 161 s = strings.Repeat("0", n) + s
192 sn += strings.Repeat("0", maxNanoSecondDigits-len(sn)) // Right pad
  /prebuilts/go/linux-x86/src/encoding/gob/
timing_test.go 44 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
53 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 313 "long:2." + strings.Repeat("2", 4000) + "e+1",
323 "long:1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1",
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 220 %newobject Repeat(CTYPE const& value, int count);
294 static std::vector< CTYPE > *Repeat(CTYPE const& value, int count) throw (std::out_of_range) {
  /build/blueprint/
ninja_writer.go 30 var indentString = strings.Repeat(" ", indentWidth*maxIndentDepth)
  /build/soong/third_party/zip/
writer_test.go 186 bigBuf := bytes.Repeat([]byte("a"), 1<<20)
  /external/protobuf/editors/
proto.vim 89 HiLink pbRepeat Repeat
  /external/python/cpython2/Misc/Vim/
python.vim 115 hi def link pythonRepeat Repeat
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 37 and appending the suffix (making the new prefix is "am a"). Repeat this process
  /prebuilts/go/darwin-x86/src/archive/zip/
writer_test.go 186 bigBuf := bytes.Repeat([]byte("a"), 1<<20)
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 401 // Repeat returns a new byte slice consisting of count copies of b.
405 func Repeat(b []byte, count int) []byte {
407 // we should panic if the repeat will generate
411 panic("bytes: negative Repeat count")
413 panic("bytes: Repeat count causes overflow")
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85_test.go 202 s := strings.Repeat(" ", 2048) + "z"
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader_test.go 366 benchmarkRead(b, nil, strings.Repeat(`xxxxxxxxxxxxxxxx,yyyyyyyyyyyyyyyy,zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz,wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww,vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix_test.go 198 longDomain := strings.Repeat(char63+".", 5) + "example"
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 634 x := strings.Repeat("x", 50) + "y"
646 x := strings.Repeat("x", 50) + "y"
659 x := strings.Repeat("xxxx", 20) + "w"
673 x := strings.Repeat("bbbb", 20) + "c"
  /prebuilts/go/darwin-x86/src/strings/
example_test.go 137 fmt.Println("ba" + strings.Repeat("na", 2))
strings.go 422 // Repeat returns a new string consisting of count copies of the string s.
426 func Repeat(s string, count int) string {
428 // we should panic if the repeat will generate
432 panic("strings: negative Repeat count")
434 panic("strings: Repeat count causes overflow")
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
punycode_test.go 179 "encode " + strings.Repeat("x", 65536) + "\uff00", // int32 overflow.
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 37 and appending the suffix (making the new prefix is "am a"). Repeat this process

Completed in 1032 milliseconds

1 2 34 5 6 7 8 9