/external/caliper/examples/src/main/java/examples/ |
CompressionSizeBenchmark.java | 39 @Param({"bestCompression", "bestSpeed", "noCompression", "huffmanOnly"}) 47 compressionLevelMap.put("bestSpeed", Deflater.BEST_SPEED);
|
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gzip.go | 20 BestSpeed = flate.BestSpeed 58 // or any integer value between BestSpeed and BestCompression inclusive. 164 } else if z.level == BestSpeed {
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer_test.go | 151 for level := BestSpeed; level <= BestCompression; level++ { 162 for level := BestSpeed; level <= BestCompression; level++ { 180 for level := BestSpeed; level <= BestCompression; level++ { 204 for level := BestSpeed; level <= BestCompression; level++ {
|
writer.go | 19 BestSpeed = flate.BestSpeed 52 // or any integer value between BestSpeed and BestCompression inclusive.
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gzip.go | 20 BestSpeed = flate.BestSpeed 58 // or any integer value between BestSpeed and BestCompression inclusive. 164 } else if z.level == BestSpeed {
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer_test.go | 151 for level := BestSpeed; level <= BestCompression; level++ { 162 for level := BestSpeed; level <= BestCompression; level++ { 180 for level := BestSpeed; level <= BestCompression; level++ { 204 for level := BestSpeed; level <= BestCompression; level++ {
|
writer.go | 19 BestSpeed = flate.BestSpeed 52 // or any integer value between BestSpeed and BestCompression inclusive.
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflate.go | 15 BestSpeed = 1 66 {1, 0, 0, 0, 0, 0}, // BestSpeed uses a custom algorithm; see deflatefast.go. 90 bestSpeed *deflateFast // Encoder for BestSpeed 353 d.bestSpeed.reset() 359 d.tokens = d.bestSpeed.encode(d.tokens[:0], d.window[:d.windowEnd]) 587 case level == BestSpeed: 592 d.bestSpeed = newDeflateFast() 615 case BestSpeed: 618 d.bestSpeed.reset( [all...] |
reader_test.go | 67 {"Speed", BestSpeed},
|
deflate_test.go | 497 w.d.bestSpeed, wref.d.bestSpeed = nil, nil 601 w, err := NewWriter(buf, BestSpeed) 838 w, err := NewWriter(buf, BestSpeed)
|
example_test.go | 172 zw, err := flate.NewWriter(wp, flate.BestSpeed)
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflate.go | 15 BestSpeed = 1 66 {1, 0, 0, 0, 0, 0}, // BestSpeed uses a custom algorithm; see deflatefast.go. 90 bestSpeed *deflateFast // Encoder for BestSpeed 353 d.bestSpeed.reset() 359 d.tokens = d.bestSpeed.encode(d.tokens[:0], d.window[:d.windowEnd]) 587 case level == BestSpeed: 592 d.bestSpeed = newDeflateFast() 615 case BestSpeed: 618 d.bestSpeed.reset( [all...] |
reader_test.go | 67 {"Speed", BestSpeed},
|
deflate_test.go | 497 w.d.bestSpeed, wref.d.bestSpeed = nil, nil 601 w, err := NewWriter(buf, BestSpeed) 838 w, err := NewWriter(buf, BestSpeed)
|
example_test.go | 172 zw, err := flate.NewWriter(wp, flate.BestSpeed)
|
/prebuilts/go/darwin-x86/src/image/png/ |
writer.go | 38 BestSpeed CompressionLevel = -2 464 case BestSpeed: 465 return zlib.BestSpeed
|
/prebuilts/go/linux-x86/src/image/png/ |
writer.go | 38 BestSpeed CompressionLevel = -2 464 case BestSpeed: 465 return zlib.BestSpeed
|
/prebuilts/go/darwin-x86/doc/ |
go1.7.html | 563 <code>BestSpeed</code> 575 <code>HuffmanOnly</code> runs about 3X faster than the new <code>BestSpeed</code> 577 generated by the new <code>BestSpeed</code>. 582 <code>BestSpeed</code> and <code>HuffmanOnly</code> produce a compressed output that is [all...] |
/prebuilts/go/linux-x86/doc/ |
go1.7.html | 563 <code>BestSpeed</code> 575 <code>HuffmanOnly</code> runs about 3X faster than the new <code>BestSpeed</code> 577 generated by the new <code>BestSpeed</code>. 582 <code>BestSpeed</code> and <code>HuffmanOnly</code> produce a compressed output that is [all...] |
/prebuilts/go/darwin-x86/api/ |
go1.4.txt | 350 pkg image/png, const BestSpeed = -2 351 pkg image/png, const BestSpeed CompressionLevel [all...] |
/prebuilts/go/linux-x86/api/ |
go1.4.txt | 350 pkg image/png, const BestSpeed = -2 351 pkg image/png, const BestSpeed CompressionLevel [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/ |
zlib.a | 18 zlib E|SGOROOT/src/compress/zlib/reader.goNErrChecksum &ErrDictionary &ErrHeader &
4writer.go?Resetter 4reader.gox Reset
AReaderio Read"p n &err r "dict & |