HomeSort by relevance Sort by last modified time
    Searched refs:Gzip (Results 1 - 10 of 10) sorted by null

  /external/curl/src/
mkhelp.pl 114 # If compression requested, check that the Gzip module is available
118 require IO::Compress::Gzip;
119 IO::Compress::Gzip->import();
122 print STDERR "Warning: compression requested but Gzip is not available\n" if (!$c)
129 IO::Compress::Gzip::gzip(
130 \$content, \$gzippedContent, Level => 9, TextFlag => 1, Time=>0) or die "gzip failed:";
131 $gzip = length($content);
138 /* This mumbo-jumbo is the huge help text compressed with gzip.
139 Thanks to this operation, the size of this data shrank from $gzip
    [all...]
  /external/freetype/include/freetype/
ftmoderr.h 149 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmoderr.h 149 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
  /external/tensorflow/tensorflow/core/lib/io/
zlib_buffers_test.cc 105 TEST(ZlibBuffers, Gzip) {
106 TestAllCombinations(CompressionOptions::GZIP(), CompressionOptions::GZIP());
304 TestTell(CompressionOptions::GZIP(), CompressionOptions::GZIP());
316 TestSkipNBytes(CompressionOptions::GZIP(), CompressionOptions::GZIP());
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 5 // Package gzip implements reading and writing of gzip format compressed files,
7 package gzip package
31 // ErrChecksum is returned when reading GZIP data that has an invalid checksum.
32 ErrChecksum = errors.New("gzip: invalid checksum")
33 // ErrHeader is returned when reading GZIP data that has an invalid header.
34 ErrHeader = errors.New("gzip: invalid header")
47 // The gzip file stores a header giving metadata about the compressed file.
51 // U+0001 through U+00FF, due to limitations of the GZIP file format.
61 // uncompressed data from a gzip-format compressed file
    [all...]
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 5 // Package gzip implements reading and writing of gzip format compressed files,
7 package gzip package
31 // ErrChecksum is returned when reading GZIP data that has an invalid checksum.
32 ErrChecksum = errors.New("gzip: invalid checksum")
33 // ErrHeader is returned when reading GZIP data that has an invalid header.
34 ErrHeader = errors.New("gzip: invalid header")
47 // The gzip file stores a header giving metadata about the compressed file.
51 // U+0001 through U+00FF, due to limitations of the GZIP file format.
61 // uncompressed data from a gzip-format compressed file
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 215 milliseconds