Home
last modified time | relevance | path

Searched refs:Deflate (Results 1 – 25 of 173) sorted by relevance

1234567

/aosp_15_r20/build/soong/zip/
H A Dzip_test.go162 fh("a/a/a", fileA, zip.Deflate),
163 fh("a/a/b", fileB, zip.Deflate),
164 fh("c", fileC, zip.Deflate),
177 fh("a/a", fileA, zip.Deflate),
178 fh("a/b", fileB, zip.Deflate),
192 fh("a/a", fileA, zip.Deflate),
193 fh("a/b", fileB, zip.Deflate),
223 fh("a/a/a", fileA, zip.Deflate),
224 fh("a/a/b", fileB, zip.Deflate),
240 fh("a/a/a", fileA, zip.Deflate),
[all …]
/aosp_15_r20/build/soong/cmd/merge_zips/
H A Dmerge_zips_test.go40 A = testZipEntry{"A", 0755, []byte("foo"), zip.Deflate, jar.DefaultTime}
41 a = testZipEntry{"a", 0755, []byte("foo"), zip.Deflate, jar.DefaultTime}
42 a2 = testZipEntry{"a", 0755, []byte("FOO2"), zip.Deflate, jar.DefaultTime}
43 a3 = testZipEntry{"a", 0755, []byte("Foo3"), zip.Deflate, jar.DefaultTime}
44 bDir = testZipEntry{"b/", os.ModeDir | 0755, nil, zip.Deflate, jar.DefaultTime}
45 bbDir = testZipEntry{"b/b/", os.ModeDir | 0755, nil, zip.Deflate, jar.DefaultTime}
46 bbb = testZipEntry{"b/b/b", 0755, nil, zip.Deflate, jar.DefaultTime}
47 ba = testZipEntry{"b/a", 0755, []byte("foo"), zip.Deflate, jar.DefaultTime}
48 bc = testZipEntry{"b/c", 0755, []byte("bar"), zip.Deflate, jar.DefaultTime}
49 bd = testZipEntry{"b/d", 0700, []byte("baz"), zip.Deflate, jar.DefaultTime}
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dwriter_test.go42 Method: Deflate,
48 Method: Deflate,
54 Method: Deflate,
60 Method: Deflate,
66 Method: Deflate,
72 Method: Deflate,
215 Method: Deflate,
337 Method: Deflate,
432 method: Deflate,
448 if f.method == Deflate {
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dcompression_test.py53 context.set_compression(grpc.Compression.Deflate)
56 context.set_compression(grpc.Compression.Deflate)
71 context.set_compression(grpc.Compression.Deflate)
78 context.set_compression(grpc.Compression.Deflate)
137 self._address, compression=grpc.Compression.Deflate
157 call = multicallable(_REQUEST, compression=grpc.Compression.Deflate)
189 server = aio.server(compression=grpc.Compression.Deflate)
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/ada/
Dmtest.adb42 Deflate : Filter_Type; variable
117 Deflate_Init (Deflate);
123 Translate (Deflate);
133 & ZLib.Count'Image (Total_Out (Deflate)));
135 Close (Deflate);
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ffi/
Drust.rs110 pub struct Deflate { struct
116 impl fmt::Debug for Deflate { argument
126 impl DeflateBackend for Deflate { implementation
135 Deflate { in make()
173 impl Backend for Deflate { implementation
Dc.rs272 pub struct Deflate { struct
276 impl DeflateBackend for Deflate { argument
293 Deflate { in make()
346 impl Backend for Deflate { implementation
/aosp_15_r20/build/soong/third_party/zip/
H A Dwriter_test.go35 Method: Deflate,
41 Method: Deflate,
47 Method: Deflate,
53 Method: Deflate,
193 Method: Deflate,
H A Dzip_test.go403 Method: Deflate,
414 Method: Deflate,
423 Method: Deflate,
434 Method: Deflate,
H A Dregister.go110 Deflate: func(w io.Writer) (io.WriteCloser, error) { return newFlateWriter(w), nil },
115 Deflate: newFlateReader,
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h243 void Deflate(float x, float y);
244 void Deflate(float other_left,
248 void Deflate(const CFX_FloatRect& rt);
358 void Deflate(float x, float y) { in Deflate() function
364 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() function
365 void Deflate(float off_left, in Deflate() function
374 void Deflate(const CFX_RectF& rt) { in Deflate() function
375 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height); in Deflate()
H A Dfx_coordinates.cpp267 void CFX_FloatRect::Deflate(float x, float y) { in Deflate() function in CFX_FloatRect
268 Deflate(x, y, x, y); in Deflate()
271 void CFX_FloatRect::Deflate(float other_left, in Deflate() function in CFX_FloatRect
278 void CFX_FloatRect::Deflate(const CFX_FloatRect& rt) { in Deflate() function in CFX_FloatRect
279 Deflate(rt.left, rt.bottom, rt.right, rt.top); in Deflate()
287 that.Deflate(x, y); in GetDeflated()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc252 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
284 zerror_ = Deflate(Z_NO_FLUSH); in Next()
310 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
322 zerror_ = Deflate(Z_FINISH); in Close()
/aosp_15_r20/external/icing/icing/portable/
H A Dgzip_stream.cc229 int GzipOutputStream::Deflate(int flush) { in Deflate() function in icing::lib::protobuf_ports::GzipOutputStream
263 zerror_ = Deflate(Z_NO_FLUSH); in Next()
291 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
303 zerror_ = Deflate(Z_FINISH); in Close()
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc252 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
284 zerror_ = Deflate(Z_NO_FLUSH); in Next()
310 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
322 zerror_ = Deflate(Z_FINISH); in Close()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflater.cc82 int result = Deflate(Z_NO_FLUSH); in AddBytes()
99 int result = Deflate(Z_SYNC_FLUSH); in Finish()
139 int WebSocketDeflater::Deflate(int flush) { in Deflate() function in net::WebSocketDeflater
/aosp_15_r20/external/grpc-grpc/examples/python/compression/
H A DREADME.md7 - `grpc.Compression.Deflate` - The "Deflate" algorithm is applied to the payload.
34 compression=grpc.Compression.Deflate)
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/
Dmem.rs5 use crate::ffi::{self, Backend, Deflate, DeflateBackend, ErrorMessage, Inflate, InflateBackend};
22 inner: Deflate,
197 inner: Deflate::make(level, zlib_header, ffi::MZ_DEFAULT_WINDOW_BITS as u8), in new()
224 inner: Deflate::make(level, zlib_header, window_bits), in new_with_window_bits()
247 inner: Deflate::make(level, true, window_bits + 16), in new_gzip()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/pigz/
DCMakeLists.txt178 -1 # Deflate quick
179 -4 # Deflate medium (lazy matches)
180 -6 # Deflate medium
181 -9 # Deflate slow
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_outputbuffer.cc101 TF_RETURN_IF_ERROR(Deflate()); in Write()
171 TF_RETURN_IF_ERROR(Deflate()); in DeflateBuffered()
191 Status SnappyOutputBuffer::Deflate() { in Deflate() function in tensorflow::io::SnappyOutputBuffer
/aosp_15_r20/external/pdfium/xfa/fwl/theme/
H A Dcfwl_scrollbartp.cpp71 rect.Deflate(1, 0); in DrawThumbBtn()
73 rect.Deflate(0, 1); in DrawThumbBtn()
130 rtArrowBtn.Deflate(1, 1, 1, 1); in DrawMaxMinBtn()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_outputbuffer.cc124 TF_RETURN_IF_ERROR(Deflate(flush_mode)); in DeflateBuffered()
183 TF_RETURN_IF_ERROR(Deflate(zlib_options_.flush_mode)); in Append()
228 Status ZlibOutputBuffer::Deflate(int flush) { in Deflate() function in tensorflow::io::ZlibOutputBuffer
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_compression.py24 Deflate = cygrpc.CompressionAlgorithm.deflate variable
29 Deflate: "deflate",
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_compression_test.py52 grpc.Compression.Deflate: "DeflateCompression",
376 "compression": grpc.Compression.Deflate,
393 "compression": grpc.Compression.Deflate,
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp234 rtWidget.Deflate(fHalf, fHalf); in DrawFill()
298 rtWidget.Deflate(fHalf, fHalf); in StrokeArcOrRounded()
338 rtWidget.Deflate(fHalf, fHalf); in StrokeArcOrRounded()

1234567