Home
last modified time | relevance | path

Searched defs:gzip (Results 1 – 25 of 37) sorted by relevance

12

/external/okio/okio/src/jvmTest/kotlin/okio/
DGzipKotlinTest.kt26 val gzip = (data as Sink).gzip() in sink() constant
33 val gzip = (buffer as Source).gzip() in source() constant
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dgulpfile.js70 .pipe(size({showFiles: true, showTotal: false, gzip: true})) property
88 .pipe(size({showFiles: true, showTotal: false, gzip: true})) property
/external/rust/crates/grpcio-sys/grpc/src/core/lib/compression/
Dmessage_compress.cc95 int gzip) { in zlib_compress()
120 int gzip) { in zlib_decompress()
/external/grpc-grpc/src/core/lib/compression/
Dmessage_compress.cc90 int gzip) { in zlib_compress()
115 int gzip) { in zlib_decompress()
/external/perfetto/src/trace_processor/importers/gzip/
Dgzip_utils.cc31 namespace gzip { namespace
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DRequestBodyCompression.java82 private RequestBody gzip(final RequestBody body) { in gzip() method in RequestBodyCompression.GzipRequestInterceptor
/external/skqp/src/pdf/
DSkDeflate.cpp68 bool gzip) in SkDeflateWStream()
/external/skia/src/pdf/
DSkDeflate.cpp69 bool gzip) in SkDeflateWStream()
/external/okio/okio/src/jvmMain/kotlin/okio/
DGzipSink.kt152 inline fun Sink.gzip() = GzipSink(this) method
DGzipSource.kt219 inline fun Source.gzip() = GzipSource(this) method
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java70 boolean gzip; field in Benchmark
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
DDetectCompressorTestCase.java101 final CompressorInputStream gzip = getStreamFor("bla.tgz"); in testDetection() local
/external/e2fsprogs/contrib/android/
Dext2simg.c29 int gzip; member
/external/python/cpython2/Lib/test/
Dtest_gzip.py10 gzip = test_support.import_module('gzip') variable
Dtest_xmlrpc.py24 gzip = None variable
/external/python/cpython3/Doc/whatsnew/
D3.8.rst832 gzip section in Improved Modules
D3.5.rst1165 gzip section in Improved Modules
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java263 private static Buffer gzip(String body) throws IOException { in gzip() method in OkApacheClientTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java434 public Buffer gzip(String bytes) throws IOException { in gzip() method in HttpOverSpdyTest
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java79 boolean gzip; field in GatherAPIDataOld
DGatherAPIData.java80 boolean gzip; field in GatherAPIData
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi117 gzip = GRPC_COMPRESS_GZIP variable in CompressionAlgorithm
/external/python/cpython3/Lib/test/
Dtest_gzip.py17 gzip = support.import_module('gzip') variable
Dtest_fileinput.py21 gzip = None variable
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java1839 @Test public void gzip() throws Exception { in gzip() method in CallTest
2220 private Buffer gzip(String data) throws IOException { in gzip() method in CallTest

12